~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

Viewing changes to data/qt/reset_password.ui

  • Committer: Natalia B. Bidart
  • Date: 2011-12-20 16:29:34 UTC
  • Revision ID: natalia.bidart@canonical.com-20111220162934-2s5xou06v3usxyr6
Tags: ubuntu-sso-client-2_99_0
- Release v2.99.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>ResetPasswordPage</class>
4
 
 <widget class="QWizardPage" name="ResetPasswordPage">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>505</width>
10
 
    <height>260</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string/>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout_4">
17
 
   <property name="spacing">
18
 
    <number>15</number>
19
 
   </property>
20
 
   <property name="margin">
21
 
    <number>0</number>
22
 
   </property>
23
 
   <item>
24
 
    <layout class="QGridLayout" name="gridLayout">
25
 
     <item row="0" column="0">
26
 
      <layout class="QVBoxLayout" name="verticalLayout">
27
 
       <property name="spacing">
28
 
        <number>3</number>
29
 
       </property>
30
 
       <item>
31
 
        <widget class="QLabel" name="reset_code">
32
 
         <property name="sizePolicy">
33
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
34
 
           <horstretch>0</horstretch>
35
 
           <verstretch>0</verstretch>
36
 
          </sizepolicy>
37
 
         </property>
38
 
         <property name="minimumSize">
39
 
          <size>
40
 
           <width>310</width>
41
 
           <height>0</height>
42
 
          </size>
43
 
         </property>
44
 
         <property name="maximumSize">
45
 
          <size>
46
 
           <width>16777215</width>
47
 
           <height>16777215</height>
48
 
          </size>
49
 
         </property>
50
 
         <property name="font">
51
 
          <font>
52
 
           <bold>true</bold>
53
 
          </font>
54
 
         </property>
55
 
         <property name="text">
56
 
          <string notr="true">reset_code</string>
57
 
         </property>
58
 
        </widget>
59
 
       </item>
60
 
       <item>
61
 
        <widget class="QLineEdit" name="reset_code_line_edit">
62
 
         <property name="sizePolicy">
63
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
64
 
           <horstretch>0</horstretch>
65
 
           <verstretch>0</verstretch>
66
 
          </sizepolicy>
67
 
         </property>
68
 
         <property name="minimumSize">
69
 
          <size>
70
 
           <width>300</width>
71
 
           <height>0</height>
72
 
          </size>
73
 
         </property>
74
 
         <property name="maximumSize">
75
 
          <size>
76
 
           <width>300</width>
77
 
           <height>16777215</height>
78
 
          </size>
79
 
         </property>
80
 
        </widget>
81
 
       </item>
82
 
      </layout>
83
 
     </item>
84
 
     <item row="1" column="0">
85
 
      <layout class="QVBoxLayout" name="verticalLayout_2">
86
 
       <property name="spacing">
87
 
        <number>3</number>
88
 
       </property>
89
 
       <item>
90
 
        <widget class="QLabel" name="password_label">
91
 
         <property name="sizePolicy">
92
 
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
93
 
           <horstretch>0</horstretch>
94
 
           <verstretch>0</verstretch>
95
 
          </sizepolicy>
96
 
         </property>
97
 
         <property name="minimumSize">
98
 
          <size>
99
 
           <width>310</width>
100
 
           <height>0</height>
101
 
          </size>
102
 
         </property>
103
 
         <property name="maximumSize">
104
 
          <size>
105
 
           <width>16777215</width>
106
 
           <height>16777215</height>
107
 
          </size>
108
 
         </property>
109
 
         <property name="font">
110
 
          <font>
111
 
           <bold>true</bold>
112
 
          </font>
113
 
         </property>
114
 
         <property name="text">
115
 
          <string notr="true">password_label</string>
116
 
         </property>
117
 
        </widget>
118
 
       </item>
119
 
       <item>
120
 
        <widget class="QLineEdit" name="password_line_edit">
121
 
         <property name="sizePolicy">
122
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
123
 
           <horstretch>0</horstretch>
124
 
           <verstretch>0</verstretch>
125
 
          </sizepolicy>
126
 
         </property>
127
 
         <property name="minimumSize">
128
 
          <size>
129
 
           <width>300</width>
130
 
           <height>0</height>
131
 
          </size>
132
 
         </property>
133
 
         <property name="maximumSize">
134
 
          <size>
135
 
           <width>300</width>
136
 
           <height>16777215</height>
137
 
          </size>
138
 
         </property>
139
 
         <property name="echoMode">
140
 
          <enum>QLineEdit::Password</enum>
141
 
         </property>
142
 
        </widget>
143
 
       </item>
144
 
      </layout>
145
 
     </item>
146
 
     <item row="2" column="0">
147
 
      <layout class="QVBoxLayout" name="verticalLayout_3">
148
 
       <property name="spacing">
149
 
        <number>3</number>
150
 
       </property>
151
 
       <item>
152
 
        <widget class="QLabel" name="confirm_password_label">
153
 
         <property name="sizePolicy">
154
 
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
155
 
           <horstretch>0</horstretch>
156
 
           <verstretch>0</verstretch>
157
 
          </sizepolicy>
158
 
         </property>
159
 
         <property name="minimumSize">
160
 
          <size>
161
 
           <width>310</width>
162
 
           <height>0</height>
163
 
          </size>
164
 
         </property>
165
 
         <property name="font">
166
 
          <font>
167
 
           <bold>true</bold>
168
 
          </font>
169
 
         </property>
170
 
         <property name="text">
171
 
          <string notr="true">confirm_password_label</string>
172
 
         </property>
173
 
        </widget>
174
 
       </item>
175
 
       <item>
176
 
        <widget class="QLineEdit" name="confirm_password_line_edit">
177
 
         <property name="sizePolicy">
178
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
179
 
           <horstretch>0</horstretch>
180
 
           <verstretch>0</verstretch>
181
 
          </sizepolicy>
182
 
         </property>
183
 
         <property name="minimumSize">
184
 
          <size>
185
 
           <width>300</width>
186
 
           <height>0</height>
187
 
          </size>
188
 
         </property>
189
 
         <property name="maximumSize">
190
 
          <size>
191
 
           <width>300</width>
192
 
           <height>16777215</height>
193
 
          </size>
194
 
         </property>
195
 
         <property name="echoMode">
196
 
          <enum>QLineEdit::Password</enum>
197
 
         </property>
198
 
        </widget>
199
 
       </item>
200
 
      </layout>
201
 
     </item>
202
 
     <item row="1" column="1" rowspan="2">
203
 
      <widget class="QLabel" name="password_assistance">
204
 
       <property name="sizePolicy">
205
 
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
206
 
         <horstretch>0</horstretch>
207
 
         <verstretch>0</verstretch>
208
 
        </sizepolicy>
209
 
       </property>
210
 
       <property name="minimumSize">
211
 
        <size>
212
 
         <width>185</width>
213
 
         <height>95</height>
214
 
        </size>
215
 
       </property>
216
 
       <property name="maximumSize">
217
 
        <size>
218
 
         <width>185</width>
219
 
         <height>95</height>
220
 
        </size>
221
 
       </property>
222
 
       <property name="text">
223
 
        <string notr="true">password_assistance</string>
224
 
       </property>
225
 
       <property name="wordWrap">
226
 
        <bool>true</bool>
227
 
       </property>
228
 
       <property name="indent">
229
 
        <number>20</number>
230
 
       </property>
231
 
      </widget>
232
 
     </item>
233
 
    </layout>
234
 
   </item>
235
 
   <item>
236
 
    <layout class="QHBoxLayout" name="horizontalLayout_3">
237
 
     <property name="rightMargin">
238
 
      <number>0</number>
239
 
     </property>
240
 
     <item>
241
 
      <spacer name="horizontalSpacer_4">
242
 
       <property name="orientation">
243
 
        <enum>Qt::Horizontal</enum>
244
 
       </property>
245
 
       <property name="sizeType">
246
 
        <enum>QSizePolicy::Expanding</enum>
247
 
       </property>
248
 
       <property name="sizeHint" stdset="0">
249
 
        <size>
250
 
         <width>40</width>
251
 
         <height>20</height>
252
 
        </size>
253
 
       </property>
254
 
      </spacer>
255
 
     </item>
256
 
     <item>
257
 
      <widget class="QPushButton" name="reset_password_button">
258
 
       <property name="enabled">
259
 
        <bool>false</bool>
260
 
       </property>
261
 
       <property name="text">
262
 
        <string notr="true"/>
263
 
       </property>
264
 
      </widget>
265
 
     </item>
266
 
    </layout>
267
 
   </item>
268
 
   <item>
269
 
    <spacer name="verticalSpacer">
270
 
     <property name="orientation">
271
 
      <enum>Qt::Vertical</enum>
272
 
     </property>
273
 
     <property name="sizeHint" stdset="0">
274
 
      <size>
275
 
       <width>20</width>
276
 
       <height>40</height>
277
 
      </size>
278
 
     </property>
279
 
    </spacer>
280
 
   </item>
281
 
  </layout>
282
 
 </widget>
283
 
 <resources/>
284
 
 <connections/>
285
 
</ui>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ResetPasswordPage</class>
 
4
 <widget class="QWizardPage" name="ResetPasswordPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>543</width>
 
10
    <height>262</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <property name="layoutDirection">
 
17
   <enum>Qt::LeftToRight</enum>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" name="verticalLayout">
 
20
   <property name="spacing">
 
21
    <number>6</number>
 
22
   </property>
 
23
   <property name="margin">
 
24
    <number>0</number>
 
25
   </property>
 
26
   <item>
 
27
    <layout class="QHBoxLayout" name="horizontalLayout">
 
28
     <item>
 
29
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
30
       <item>
 
31
        <widget class="QLabel" name="reset_code">
 
32
         <property name="sizePolicy">
 
33
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
34
           <horstretch>0</horstretch>
 
35
           <verstretch>0</verstretch>
 
36
          </sizepolicy>
 
37
         </property>
 
38
         <property name="minimumSize">
 
39
          <size>
 
40
           <width>310</width>
 
41
           <height>0</height>
 
42
          </size>
 
43
         </property>
 
44
         <property name="maximumSize">
 
45
          <size>
 
46
           <width>16777215</width>
 
47
           <height>16777215</height>
 
48
          </size>
 
49
         </property>
 
50
         <property name="font">
 
51
          <font>
 
52
           <weight>75</weight>
 
53
           <bold>true</bold>
 
54
          </font>
 
55
         </property>
 
56
         <property name="text">
 
57
          <string>reset_code</string>
 
58
         </property>
 
59
        </widget>
 
60
       </item>
 
61
       <item>
 
62
        <widget class="QLineEdit" name="reset_code_line_edit">
 
63
         <property name="sizePolicy">
 
64
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
65
           <horstretch>0</horstretch>
 
66
           <verstretch>0</verstretch>
 
67
          </sizepolicy>
 
68
         </property>
 
69
         <property name="minimumSize">
 
70
          <size>
 
71
           <width>300</width>
 
72
           <height>0</height>
 
73
          </size>
 
74
         </property>
 
75
         <property name="maximumSize">
 
76
          <size>
 
77
           <width>300</width>
 
78
           <height>16777215</height>
 
79
          </size>
 
80
         </property>
 
81
        </widget>
 
82
       </item>
 
83
       <item>
 
84
        <widget class="QLabel" name="password_label">
 
85
         <property name="sizePolicy">
 
86
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
87
           <horstretch>0</horstretch>
 
88
           <verstretch>0</verstretch>
 
89
          </sizepolicy>
 
90
         </property>
 
91
         <property name="minimumSize">
 
92
          <size>
 
93
           <width>310</width>
 
94
           <height>0</height>
 
95
          </size>
 
96
         </property>
 
97
         <property name="maximumSize">
 
98
          <size>
 
99
           <width>16777215</width>
 
100
           <height>16777215</height>
 
101
          </size>
 
102
         </property>
 
103
         <property name="font">
 
104
          <font>
 
105
           <weight>75</weight>
 
106
           <bold>true</bold>
 
107
          </font>
 
108
         </property>
 
109
         <property name="text">
 
110
          <string>password_label</string>
 
111
         </property>
 
112
        </widget>
 
113
       </item>
 
114
       <item>
 
115
        <widget class="QLineEdit" name="password_line_edit">
 
116
         <property name="sizePolicy">
 
117
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
118
           <horstretch>0</horstretch>
 
119
           <verstretch>0</verstretch>
 
120
          </sizepolicy>
 
121
         </property>
 
122
         <property name="minimumSize">
 
123
          <size>
 
124
           <width>300</width>
 
125
           <height>0</height>
 
126
          </size>
 
127
         </property>
 
128
         <property name="maximumSize">
 
129
          <size>
 
130
           <width>300</width>
 
131
           <height>16777215</height>
 
132
          </size>
 
133
         </property>
 
134
         <property name="echoMode">
 
135
          <enum>QLineEdit::Password</enum>
 
136
         </property>
 
137
        </widget>
 
138
       </item>
 
139
       <item>
 
140
        <widget class="QLabel" name="confirm_password_label">
 
141
         <property name="sizePolicy">
 
142
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
143
           <horstretch>0</horstretch>
 
144
           <verstretch>0</verstretch>
 
145
          </sizepolicy>
 
146
         </property>
 
147
         <property name="minimumSize">
 
148
          <size>
 
149
           <width>310</width>
 
150
           <height>0</height>
 
151
          </size>
 
152
         </property>
 
153
         <property name="font">
 
154
          <font>
 
155
           <weight>75</weight>
 
156
           <bold>true</bold>
 
157
          </font>
 
158
         </property>
 
159
         <property name="text">
 
160
          <string>confirm_password_label</string>
 
161
         </property>
 
162
        </widget>
 
163
       </item>
 
164
       <item>
 
165
        <widget class="QLineEdit" name="confirm_password_line_edit">
 
166
         <property name="sizePolicy">
 
167
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
168
           <horstretch>0</horstretch>
 
169
           <verstretch>0</verstretch>
 
170
          </sizepolicy>
 
171
         </property>
 
172
         <property name="minimumSize">
 
173
          <size>
 
174
           <width>300</width>
 
175
           <height>0</height>
 
176
          </size>
 
177
         </property>
 
178
         <property name="maximumSize">
 
179
          <size>
 
180
           <width>300</width>
 
181
           <height>16777215</height>
 
182
          </size>
 
183
         </property>
 
184
         <property name="echoMode">
 
185
          <enum>QLineEdit::Password</enum>
 
186
         </property>
 
187
        </widget>
 
188
       </item>
 
189
       <item>
 
190
        <spacer name="verticalSpacer">
 
191
         <property name="orientation">
 
192
          <enum>Qt::Vertical</enum>
 
193
         </property>
 
194
         <property name="sizeHint" stdset="0">
 
195
          <size>
 
196
           <width>300</width>
 
197
           <height>222</height>
 
198
          </size>
 
199
         </property>
 
200
        </spacer>
 
201
       </item>
 
202
       <item>
 
203
        <spacer name="horizontalSpacer_2">
 
204
         <property name="orientation">
 
205
          <enum>Qt::Horizontal</enum>
 
206
         </property>
 
207
         <property name="sizeType">
 
208
          <enum>QSizePolicy::Fixed</enum>
 
209
         </property>
 
210
         <property name="sizeHint" stdset="0">
 
211
          <size>
 
212
           <width>300</width>
 
213
           <height>0</height>
 
214
          </size>
 
215
         </property>
 
216
        </spacer>
 
217
       </item>
 
218
      </layout>
 
219
     </item>
 
220
     <item>
 
221
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
222
       <item>
 
223
        <spacer name="verticalSpacer_3">
 
224
         <property name="orientation">
 
225
          <enum>Qt::Vertical</enum>
 
226
         </property>
 
227
         <property name="sizeType">
 
228
          <enum>QSizePolicy::Fixed</enum>
 
229
         </property>
 
230
         <property name="sizeHint" stdset="0">
 
231
          <size>
 
232
           <width>20</width>
 
233
           <height>55</height>
 
234
          </size>
 
235
         </property>
 
236
        </spacer>
 
237
       </item>
 
238
       <item>
 
239
        <widget class="QLabel" name="password_assistance">
 
240
         <property name="sizePolicy">
 
241
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 
242
           <horstretch>0</horstretch>
 
243
           <verstretch>0</verstretch>
 
244
          </sizepolicy>
 
245
         </property>
 
246
         <property name="minimumSize">
 
247
          <size>
 
248
           <width>220</width>
 
249
           <height>100</height>
 
250
          </size>
 
251
         </property>
 
252
         <property name="maximumSize">
 
253
          <size>
 
254
           <width>220</width>
 
255
           <height>16777215</height>
 
256
          </size>
 
257
         </property>
 
258
         <property name="text">
 
259
          <string>password_assistance</string>
 
260
         </property>
 
261
         <property name="indent">
 
262
          <number>20</number>
 
263
         </property>
 
264
        </widget>
 
265
       </item>
 
266
       <item>
 
267
        <spacer name="verticalSpacer_2">
 
268
         <property name="orientation">
 
269
          <enum>Qt::Vertical</enum>
 
270
         </property>
 
271
         <property name="sizeHint" stdset="0">
 
272
          <size>
 
273
           <width>20</width>
 
274
           <height>40</height>
 
275
          </size>
 
276
         </property>
 
277
        </spacer>
 
278
       </item>
 
279
       <item>
 
280
        <spacer name="horizontalSpacer">
 
281
         <property name="orientation">
 
282
          <enum>Qt::Horizontal</enum>
 
283
         </property>
 
284
         <property name="sizeType">
 
285
          <enum>QSizePolicy::Ignored</enum>
 
286
         </property>
 
287
         <property name="sizeHint" stdset="0">
 
288
          <size>
 
289
           <width>220</width>
 
290
           <height>0</height>
 
291
          </size>
 
292
         </property>
 
293
        </spacer>
 
294
       </item>
 
295
      </layout>
 
296
     </item>
 
297
    </layout>
 
298
   </item>
 
299
   <item>
 
300
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
301
     <item>
 
302
      <layout class="QHBoxLayout" name="horizontalLayout_3">
 
303
       <property name="rightMargin">
 
304
        <number>0</number>
 
305
       </property>
 
306
       <item>
 
307
        <spacer name="horizontalSpacer_4">
 
308
         <property name="orientation">
 
309
          <enum>Qt::Horizontal</enum>
 
310
         </property>
 
311
         <property name="sizeType">
 
312
          <enum>QSizePolicy::Expanding</enum>
 
313
         </property>
 
314
         <property name="sizeHint" stdset="0">
 
315
          <size>
 
316
           <width>40</width>
 
317
           <height>20</height>
 
318
          </size>
 
319
         </property>
 
320
        </spacer>
 
321
       </item>
 
322
       <item>
 
323
        <widget class="QPushButton" name="reset_password_button">
 
324
         <property name="enabled">
 
325
          <bool>false</bool>
 
326
         </property>
 
327
         <property name="text">
 
328
          <string/>
 
329
         </property>
 
330
        </widget>
 
331
       </item>
 
332
      </layout>
 
333
     </item>
 
334
    </layout>
 
335
   </item>
 
336
  </layout>
 
337
 </widget>
 
338
 <resources/>
 
339
 <connections>
 
340
  <connection>
 
341
   <sender>confirm_password_line_edit</sender>
 
342
   <signal>returnPressed()</signal>
 
343
   <receiver>reset_password_button</receiver>
 
344
   <slot>click()</slot>
 
345
   <hints>
 
346
    <hint type="sourcelabel">
 
347
     <x>160</x>
 
348
     <y>81</y>
 
349
    </hint>
 
350
    <hint type="destinationlabel">
 
351
     <x>541</x>
 
352
     <y>237</y>
 
353
    </hint>
 
354
   </hints>
 
355
  </connection>
 
356
 </connections>
 
357
</ui>