source: psi/trunk/src/ui_changepw.ui@ 7

Last change on this file since 7 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 6.5 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>ChangePasswordUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>ChangePasswordUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>331</width>
12 <height>149</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Change Password</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>11</number>
24 </property>
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <widget class="QLayoutWidget">
29 <property name="name">
30 <cstring>Layout1</cstring>
31 </property>
32 <grid>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <property name="margin">
37 <number>0</number>
38 </property>
39 <property name="spacing">
40 <number>6</number>
41 </property>
42 <widget class="QLineEdit" row="2" column="1">
43 <property name="name">
44 <cstring>le_pwver</cstring>
45 </property>
46 <property name="echoMode">
47 <enum>Password</enum>
48 </property>
49 </widget>
50 <widget class="QLineEdit" row="0" column="1">
51 <property name="name">
52 <cstring>le_pwcur</cstring>
53 </property>
54 <property name="echoMode">
55 <enum>Password</enum>
56 </property>
57 </widget>
58 <widget class="QLabel" row="2" column="0">
59 <property name="name">
60 <cstring>lb_pwver</cstring>
61 </property>
62 <property name="text">
63 <string>Confirm new password:</string>
64 </property>
65 </widget>
66 <widget class="QLabel" row="0" column="0">
67 <property name="name">
68 <cstring>lb_pwcur</cstring>
69 </property>
70 <property name="text">
71 <string>Current password:</string>
72 </property>
73 </widget>
74 <widget class="QLineEdit" row="1" column="1">
75 <property name="name">
76 <cstring>le_pwnew</cstring>
77 </property>
78 <property name="echoMode">
79 <enum>Password</enum>
80 </property>
81 </widget>
82 <widget class="QLabel" row="1" column="0">
83 <property name="name">
84 <cstring>lb_pwnew</cstring>
85 </property>
86 <property name="text">
87 <string>New password:</string>
88 </property>
89 </widget>
90 </grid>
91 </widget>
92 <spacer>
93 <property name="name">
94 <cstring>Spacer2</cstring>
95 </property>
96 <property name="orientation">
97 <enum>Vertical</enum>
98 </property>
99 <property name="sizeType">
100 <enum>Expanding</enum>
101 </property>
102 <property name="sizeHint">
103 <size>
104 <width>20</width>
105 <height>16</height>
106 </size>
107 </property>
108 </spacer>
109 <widget class="Line">
110 <property name="name">
111 <cstring>Line1</cstring>
112 </property>
113 <property name="frameShape">
114 <enum>HLine</enum>
115 </property>
116 <property name="frameShadow">
117 <enum>Sunken</enum>
118 </property>
119 <property name="orientation">
120 <enum>Horizontal</enum>
121 </property>
122 </widget>
123 <widget class="QLayoutWidget">
124 <property name="name">
125 <cstring>layout54</cstring>
126 </property>
127 <hbox>
128 <property name="name">
129 <cstring>unnamed</cstring>
130 </property>
131 <widget class="BusyWidget">
132 <property name="name">
133 <cstring>busy</cstring>
134 </property>
135 </widget>
136 <spacer>
137 <property name="name">
138 <cstring>Spacer1</cstring>
139 </property>
140 <property name="orientation">
141 <enum>Horizontal</enum>
142 </property>
143 <property name="sizeType">
144 <enum>Expanding</enum>
145 </property>
146 <property name="sizeHint">
147 <size>
148 <width>110</width>
149 <height>20</height>
150 </size>
151 </property>
152 </spacer>
153 <widget class="IconButton">
154 <property name="name">
155 <cstring>pb_close</cstring>
156 </property>
157 <property name="text">
158 <string>&amp;Close</string>
159 </property>
160 </widget>
161 <widget class="IconButton">
162 <property name="name">
163 <cstring>pb_apply</cstring>
164 </property>
165 <property name="text">
166 <string>&amp;Apply</string>
167 </property>
168 <property name="iconName" stdset="0">
169 <string>psi/register</string>
170 </property>
171 </widget>
172 </hbox>
173 </widget>
174 </vbox>
175</widget>
176<tabstops>
177 <tabstop>le_pwcur</tabstop>
178 <tabstop>le_pwnew</tabstop>
179 <tabstop>le_pwver</tabstop>
180</tabstops>
181<layoutdefaults spacing="6" margin="11"/>
182<includehints>
183 <includehint>busywidget.h</includehint>
184 <includehint>iconwidget.h</includehint>
185 <includehint>iconwidget.h</includehint>
186</includehints>
187</UI>
Note: See TracBrowser for help on using the repository browser.