Cleanup allowing for tags to be available at later points, adds TAGMSG
[quassel.git] / src / qtui / passwordchangedlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PasswordChangeDlg</class>
4  <widget class="QDialog" name="PasswordChangeDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>455</width>
10     <height>173</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Change Password</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QLabel" name="infoLabel">
21        <property name="text">
22         <string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This changes the password for your username &lt;span style=&quot; font-weight:600;&quot;&gt;John&lt;/span&gt; on the Quassel Core running at &lt;span style=&quot; font-weight:600;&quot;&gt;example.invalid&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
23        </property>
24        <property name="alignment">
25         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
26        </property>
27        <property name="wordWrap">
28         <bool>true</bool>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <layout class="QFormLayout" name="formLayout">
34        <item row="0" column="0">
35         <widget class="QLabel" name="oldPasswordLabel">
36          <property name="text">
37           <string>Old password:</string>
38          </property>
39         </widget>
40        </item>
41        <item row="0" column="1">
42         <widget class="QLineEdit" name="oldPasswordEdit">
43          <property name="echoMode">
44           <enum>QLineEdit::Password</enum>
45          </property>
46         </widget>
47        </item>
48        <item row="1" column="0">
49         <widget class="QLabel" name="newPasswordLabel">
50          <property name="text">
51           <string>New Password:</string>
52          </property>
53         </widget>
54        </item>
55        <item row="1" column="1">
56         <widget class="QLineEdit" name="newPasswordEdit">
57          <property name="echoMode">
58           <enum>QLineEdit::Password</enum>
59          </property>
60         </widget>
61        </item>
62        <item row="2" column="0">
63         <widget class="QLabel" name="confirmPasswordLabel">
64          <property name="text">
65           <string>Confirm password:</string>
66          </property>
67         </widget>
68        </item>
69        <item row="2" column="1">
70         <widget class="QLineEdit" name="confirmPasswordEdit">
71          <property name="echoMode">
72           <enum>QLineEdit::Password</enum>
73          </property>
74         </widget>
75        </item>
76       </layout>
77      </item>
78      <item>
79       <spacer name="verticalSpacer">
80        <property name="orientation">
81         <enum>Qt::Vertical</enum>
82        </property>
83        <property name="sizeHint" stdset="0">
84         <size>
85          <width>20</width>
86          <height>40</height>
87         </size>
88        </property>
89       </spacer>
90      </item>
91      <item>
92       <widget class="QDialogButtonBox" name="buttonBox">
93        <property name="orientation">
94         <enum>Qt::Horizontal</enum>
95        </property>
96        <property name="standardButtons">
97         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </item>
103   </layout>
104  </widget>
105  <resources/>
106  <connections>
107   <connection>
108    <sender>buttonBox</sender>
109    <signal>rejected()</signal>
110    <receiver>PasswordChangeDlg</receiver>
111    <slot>reject()</slot>
112    <hints>
113     <hint type="sourcelabel">
114      <x>248</x>
115      <y>152</y>
116     </hint>
117     <hint type="destinationlabel">
118      <x>229</x>
119      <y>-14</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>