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

« back to all changes in this revision

Viewing changes to data/qt/setup_account.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>SetUpAccountPage</class>
4
 
 <widget class="QWizardPage" name="SetUpAccountPage">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>532</width>
10
 
    <height>438</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="maximumSize">
20
 
   <size>
21
 
    <width>16777215</width>
22
 
    <height>16777215</height>
23
 
   </size>
24
 
  </property>
25
 
  <layout class="QVBoxLayout" name="verticalLayout">
26
 
   <property name="spacing">
27
 
    <number>0</number>
28
 
   </property>
29
 
   <property name="margin">
30
 
    <number>0</number>
31
 
   </property>
32
 
   <item>
33
 
    <layout class="QGridLayout" name="gridLayout" columnminimumwidth="310,0">
34
 
     <property name="sizeConstraint">
35
 
      <enum>QLayout::SetDefaultConstraint</enum>
36
 
     </property>
37
 
     <property name="verticalSpacing">
38
 
      <number>6</number>
39
 
     </property>
40
 
     <item row="4" column="0" colspan="2">
41
 
      <spacer name="verticalSpacer_2">
42
 
       <property name="orientation">
43
 
        <enum>Qt::Vertical</enum>
44
 
       </property>
45
 
       <property name="sizeHint" stdset="0">
46
 
        <size>
47
 
         <width>20</width>
48
 
         <height>10</height>
49
 
        </size>
50
 
       </property>
51
 
      </spacer>
52
 
     </item>
53
 
     <item row="10" column="0" colspan="2">
54
 
      <spacer name="verticalSpacer_3">
55
 
       <property name="orientation">
56
 
        <enum>Qt::Vertical</enum>
57
 
       </property>
58
 
       <property name="sizeHint" stdset="0">
59
 
        <size>
60
 
         <width>20</width>
61
 
         <height>10</height>
62
 
        </size>
63
 
       </property>
64
 
      </spacer>
65
 
     </item>
66
 
     <item row="7" column="0" colspan="2">
67
 
      <spacer name="verticalSpacer_4">
68
 
       <property name="orientation">
69
 
        <enum>Qt::Vertical</enum>
70
 
       </property>
71
 
       <property name="sizeHint" stdset="0">
72
 
        <size>
73
 
         <width>20</width>
74
 
         <height>10</height>
75
 
        </size>
76
 
       </property>
77
 
      </spacer>
78
 
     </item>
79
 
     <item row="0" column="0">
80
 
      <layout class="QVBoxLayout" name="verticalLayout_5">
81
 
       <property name="spacing">
82
 
        <number>3</number>
83
 
       </property>
84
 
       <item>
85
 
        <widget class="QLabel" name="name_label">
86
 
         <property name="font">
87
 
          <font>
88
 
           <bold>true</bold>
89
 
          </font>
90
 
         </property>
91
 
         <property name="text">
92
 
          <string notr="true">name_label</string>
93
 
         </property>
94
 
        </widget>
95
 
       </item>
96
 
       <item>
97
 
        <widget class="QLineEdit" name="name_edit">
98
 
         <property name="sizePolicy">
99
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
100
 
           <horstretch>0</horstretch>
101
 
           <verstretch>0</verstretch>
102
 
          </sizepolicy>
103
 
         </property>
104
 
         <property name="minimumSize">
105
 
          <size>
106
 
           <width>300</width>
107
 
           <height>0</height>
108
 
          </size>
109
 
         </property>
110
 
         <property name="maximumSize">
111
 
          <size>
112
 
           <width>300</width>
113
 
           <height>16777215</height>
114
 
          </size>
115
 
         </property>
116
 
         <property name="formError" stdset="0">
117
 
          <bool>false</bool>
118
 
         </property>
119
 
        </widget>
120
 
       </item>
121
 
      </layout>
122
 
     </item>
123
 
     <item row="2" column="0">
124
 
      <layout class="QVBoxLayout" name="verticalLayout_6">
125
 
       <property name="spacing">
126
 
        <number>3</number>
127
 
       </property>
128
 
       <item>
129
 
        <widget class="QLabel" name="email_label">
130
 
         <property name="font">
131
 
          <font>
132
 
           <bold>true</bold>
133
 
          </font>
134
 
         </property>
135
 
         <property name="text">
136
 
          <string notr="true">email_label</string>
137
 
         </property>
138
 
        </widget>
139
 
       </item>
140
 
       <item>
141
 
        <widget class="QLineEdit" name="email_edit">
142
 
         <property name="sizePolicy">
143
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
144
 
           <horstretch>0</horstretch>
145
 
           <verstretch>0</verstretch>
146
 
          </sizepolicy>
147
 
         </property>
148
 
         <property name="minimumSize">
149
 
          <size>
150
 
           <width>300</width>
151
 
           <height>0</height>
152
 
          </size>
153
 
         </property>
154
 
         <property name="maximumSize">
155
 
          <size>
156
 
           <width>300</width>
157
 
           <height>16777215</height>
158
 
          </size>
159
 
         </property>
160
 
         <property name="placeholderText">
161
 
          <string/>
162
 
         </property>
163
 
         <property name="formError" stdset="0">
164
 
          <bool>false</bool>
165
 
         </property>
166
 
        </widget>
167
 
       </item>
168
 
      </layout>
169
 
     </item>
170
 
     <item row="2" column="1">
171
 
      <layout class="QVBoxLayout" name="verticalLayout_8">
172
 
       <property name="spacing">
173
 
        <number>0</number>
174
 
       </property>
175
 
       <property name="leftMargin">
176
 
        <number>0</number>
177
 
       </property>
178
 
       <item>
179
 
        <widget class="QLabel" name="email_assistance">
180
 
         <property name="sizePolicy">
181
 
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
182
 
           <horstretch>0</horstretch>
183
 
           <verstretch>0</verstretch>
184
 
          </sizepolicy>
185
 
         </property>
186
 
         <property name="minimumSize">
187
 
          <size>
188
 
           <width>220</width>
189
 
           <height>0</height>
190
 
          </size>
191
 
         </property>
192
 
         <property name="maximumSize">
193
 
          <size>
194
 
           <width>220</width>
195
 
           <height>16777215</height>
196
 
          </size>
197
 
         </property>
198
 
         <property name="text">
199
 
          <string notr="true">email_assistance</string>
200
 
         </property>
201
 
         <property name="alignment">
202
 
          <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
203
 
         </property>
204
 
         <property name="wordWrap">
205
 
          <bool>true</bool>
206
 
         </property>
207
 
        </widget>
208
 
       </item>
209
 
      </layout>
210
 
     </item>
211
 
     <item row="3" column="0">
212
 
      <layout class="QVBoxLayout" name="verticalLayout_10">
213
 
       <property name="spacing">
214
 
        <number>3</number>
215
 
       </property>
216
 
       <item>
217
 
        <widget class="QLabel" name="confirm_email_label">
218
 
         <property name="font">
219
 
          <font>
220
 
           <bold>true</bold>
221
 
          </font>
222
 
         </property>
223
 
         <property name="text">
224
 
          <string notr="true">confirm_email_label</string>
225
 
         </property>
226
 
        </widget>
227
 
       </item>
228
 
       <item>
229
 
        <widget class="QLineEdit" name="confirm_email_edit">
230
 
         <property name="sizePolicy">
231
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
232
 
           <horstretch>0</horstretch>
233
 
           <verstretch>0</verstretch>
234
 
          </sizepolicy>
235
 
         </property>
236
 
         <property name="minimumSize">
237
 
          <size>
238
 
           <width>300</width>
239
 
           <height>0</height>
240
 
          </size>
241
 
         </property>
242
 
         <property name="maximumSize">
243
 
          <size>
244
 
           <width>300</width>
245
 
           <height>16777215</height>
246
 
          </size>
247
 
         </property>
248
 
         <property name="placeholderText">
249
 
          <string/>
250
 
         </property>
251
 
         <property name="formError" stdset="0">
252
 
          <bool>false</bool>
253
 
         </property>
254
 
        </widget>
255
 
       </item>
256
 
      </layout>
257
 
     </item>
258
 
     <item row="3" column="1">
259
 
      <layout class="QVBoxLayout" name="verticalLayout_9">
260
 
       <property name="spacing">
261
 
        <number>0</number>
262
 
       </property>
263
 
       <property name="leftMargin">
264
 
        <number>0</number>
265
 
       </property>
266
 
       <item>
267
 
        <widget class="QLabel" name="confirm_email_assistance">
268
 
         <property name="sizePolicy">
269
 
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
270
 
           <horstretch>0</horstretch>
271
 
           <verstretch>0</verstretch>
272
 
          </sizepolicy>
273
 
         </property>
274
 
         <property name="minimumSize">
275
 
          <size>
276
 
           <width>220</width>
277
 
           <height>0</height>
278
 
          </size>
279
 
         </property>
280
 
         <property name="maximumSize">
281
 
          <size>
282
 
           <width>220</width>
283
 
           <height>16777215</height>
284
 
          </size>
285
 
         </property>
286
 
         <property name="text">
287
 
          <string notr="true">confirm_email_assistance</string>
288
 
         </property>
289
 
         <property name="alignment">
290
 
          <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
291
 
         </property>
292
 
         <property name="wordWrap">
293
 
          <bool>true</bool>
294
 
         </property>
295
 
         <property name="indent">
296
 
          <number>0</number>
297
 
         </property>
298
 
        </widget>
299
 
       </item>
300
 
      </layout>
301
 
     </item>
302
 
     <item row="11" column="0" colspan="2">
303
 
      <layout class="QHBoxLayout" name="hlayout_check">
304
 
       <property name="spacing">
305
 
        <number>6</number>
306
 
       </property>
307
 
       <property name="topMargin">
308
 
        <number>0</number>
309
 
       </property>
310
 
      </layout>
311
 
     </item>
312
 
     <item row="0" column="1">
313
 
      <layout class="QVBoxLayout" name="verticalLayout_7">
314
 
       <property name="spacing">
315
 
        <number>0</number>
316
 
       </property>
317
 
       <property name="leftMargin">
318
 
        <number>0</number>
319
 
       </property>
320
 
       <item>
321
 
        <widget class="QLabel" name="name_assistance">
322
 
         <property name="sizePolicy">
323
 
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
324
 
           <horstretch>0</horstretch>
325
 
           <verstretch>0</verstretch>
326
 
          </sizepolicy>
327
 
         </property>
328
 
         <property name="minimumSize">
329
 
          <size>
330
 
           <width>220</width>
331
 
           <height>0</height>
332
 
          </size>
333
 
         </property>
334
 
         <property name="maximumSize">
335
 
          <size>
336
 
           <width>220</width>
337
 
           <height>16777215</height>
338
 
          </size>
339
 
         </property>
340
 
         <property name="text">
341
 
          <string notr="true">name_assistance</string>
342
 
         </property>
343
 
         <property name="alignment">
344
 
          <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
345
 
         </property>
346
 
         <property name="wordWrap">
347
 
          <bool>true</bool>
348
 
         </property>
349
 
        </widget>
350
 
       </item>
351
 
      </layout>
352
 
     </item>
353
 
     <item row="5" column="0">
354
 
      <layout class="QVBoxLayout" name="verticalLayout_3">
355
 
       <property name="spacing">
356
 
        <number>3</number>
357
 
       </property>
358
 
       <item>
359
 
        <widget class="QLabel" name="password_label">
360
 
         <property name="font">
361
 
          <font>
362
 
           <bold>true</bold>
363
 
          </font>
364
 
         </property>
365
 
         <property name="text">
366
 
          <string notr="true">password_label</string>
367
 
         </property>
368
 
        </widget>
369
 
       </item>
370
 
       <item>
371
 
        <widget class="QLineEdit" name="password_edit">
372
 
         <property name="sizePolicy">
373
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
374
 
           <horstretch>0</horstretch>
375
 
           <verstretch>0</verstretch>
376
 
          </sizepolicy>
377
 
         </property>
378
 
         <property name="minimumSize">
379
 
          <size>
380
 
           <width>300</width>
381
 
           <height>0</height>
382
 
          </size>
383
 
         </property>
384
 
         <property name="maximumSize">
385
 
          <size>
386
 
           <width>300</width>
387
 
           <height>16777215</height>
388
 
          </size>
389
 
         </property>
390
 
         <property name="toolTip">
391
 
          <string notr="true">Your password must be at least 8 characters long and contain at least one number and one uppercase letter.</string>
392
 
         </property>
393
 
         <property name="statusTip">
394
 
          <string/>
395
 
         </property>
396
 
         <property name="echoMode">
397
 
          <enum>QLineEdit::Password</enum>
398
 
         </property>
399
 
         <property name="placeholderText">
400
 
          <string/>
401
 
         </property>
402
 
         <property name="formError" stdset="0">
403
 
          <bool>false</bool>
404
 
         </property>
405
 
        </widget>
406
 
       </item>
407
 
      </layout>
408
 
     </item>
409
 
     <item row="5" column="1" rowspan="2">
410
 
      <layout class="QHBoxLayout" name="horizontalLayout_3">
411
 
       <property name="spacing">
412
 
        <number>0</number>
413
 
       </property>
414
 
       <item>
415
 
        <widget class="QLabel" name="password_assistance">
416
 
         <property name="sizePolicy">
417
 
          <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
418
 
           <horstretch>0</horstretch>
419
 
           <verstretch>0</verstretch>
420
 
          </sizepolicy>
421
 
         </property>
422
 
         <property name="minimumSize">
423
 
          <size>
424
 
           <width>220</width>
425
 
           <height>80</height>
426
 
          </size>
427
 
         </property>
428
 
         <property name="maximumSize">
429
 
          <size>
430
 
           <width>220</width>
431
 
           <height>16777215</height>
432
 
          </size>
433
 
         </property>
434
 
         <property name="text">
435
 
          <string notr="true">password_assistance</string>
436
 
         </property>
437
 
         <property name="wordWrap">
438
 
          <bool>true</bool>
439
 
         </property>
440
 
         <property name="indent">
441
 
          <number>17</number>
442
 
         </property>
443
 
        </widget>
444
 
       </item>
445
 
      </layout>
446
 
     </item>
447
 
     <item row="6" column="0">
448
 
      <layout class="QVBoxLayout" name="verticalLayout_2">
449
 
       <property name="spacing">
450
 
        <number>3</number>
451
 
       </property>
452
 
       <item>
453
 
        <widget class="QLabel" name="confirm_password_label">
454
 
         <property name="font">
455
 
          <font>
456
 
           <bold>true</bold>
457
 
          </font>
458
 
         </property>
459
 
         <property name="text">
460
 
          <string notr="true">confirm_password_label</string>
461
 
         </property>
462
 
        </widget>
463
 
       </item>
464
 
       <item>
465
 
        <widget class="QLineEdit" name="confirm_password_edit">
466
 
         <property name="sizePolicy">
467
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
468
 
           <horstretch>0</horstretch>
469
 
           <verstretch>0</verstretch>
470
 
          </sizepolicy>
471
 
         </property>
472
 
         <property name="minimumSize">
473
 
          <size>
474
 
           <width>300</width>
475
 
           <height>0</height>
476
 
          </size>
477
 
         </property>
478
 
         <property name="maximumSize">
479
 
          <size>
480
 
           <width>300</width>
481
 
           <height>16777215</height>
482
 
          </size>
483
 
         </property>
484
 
         <property name="echoMode">
485
 
          <enum>QLineEdit::Password</enum>
486
 
         </property>
487
 
         <property name="placeholderText">
488
 
          <string/>
489
 
         </property>
490
 
         <property name="formError" stdset="0">
491
 
          <bool>false</bool>
492
 
         </property>
493
 
        </widget>
494
 
       </item>
495
 
      </layout>
496
 
     </item>
497
 
     <item row="8" column="0">
498
 
      <layout class="QVBoxLayout" name="verticalLayout_4">
499
 
       <property name="spacing">
500
 
        <number>3</number>
501
 
       </property>
502
 
       <item>
503
 
        <widget class="QLabel" name="captcha_view">
504
 
         <property name="sizePolicy">
505
 
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
506
 
           <horstretch>0</horstretch>
507
 
           <verstretch>0</verstretch>
508
 
          </sizepolicy>
509
 
         </property>
510
 
         <property name="minimumSize">
511
 
          <size>
512
 
           <width>300</width>
513
 
           <height>57</height>
514
 
          </size>
515
 
         </property>
516
 
         <property name="maximumSize">
517
 
          <size>
518
 
           <width>300</width>
519
 
           <height>57</height>
520
 
          </size>
521
 
         </property>
522
 
         <property name="styleSheet">
523
 
          <string notr="true">background-color: white</string>
524
 
         </property>
525
 
         <property name="frameShape">
526
 
          <enum>QFrame::Box</enum>
527
 
         </property>
528
 
         <property name="text">
529
 
          <string notr="true"/>
530
 
         </property>
531
 
        </widget>
532
 
       </item>
533
 
       <item>
534
 
        <widget class="QLineEdit" name="captcha_solution_edit">
535
 
         <property name="sizePolicy">
536
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
537
 
           <horstretch>0</horstretch>
538
 
           <verstretch>0</verstretch>
539
 
          </sizepolicy>
540
 
         </property>
541
 
         <property name="minimumSize">
542
 
          <size>
543
 
           <width>300</width>
544
 
           <height>0</height>
545
 
          </size>
546
 
         </property>
547
 
         <property name="maximumSize">
548
 
          <size>
549
 
           <width>300</width>
550
 
           <height>16777215</height>
551
 
          </size>
552
 
         </property>
553
 
         <property name="locale">
554
 
          <locale language="English" country="UnitedStates"/>
555
 
         </property>
556
 
         <property name="inputMask">
557
 
          <string/>
558
 
         </property>
559
 
         <property name="text">
560
 
          <string/>
561
 
         </property>
562
 
         <property name="placeholderText">
563
 
          <string/>
564
 
         </property>
565
 
         <property name="formError" stdset="0">
566
 
          <bool>false</bool>
567
 
         </property>
568
 
        </widget>
569
 
       </item>
570
 
      </layout>
571
 
     </item>
572
 
     <item row="1" column="0" colspan="2">
573
 
      <spacer name="verticalSpacer">
574
 
       <property name="orientation">
575
 
        <enum>Qt::Vertical</enum>
576
 
       </property>
577
 
       <property name="sizeHint" stdset="0">
578
 
        <size>
579
 
         <width>20</width>
580
 
         <height>10</height>
581
 
        </size>
582
 
       </property>
583
 
      </spacer>
584
 
     </item>
585
 
     <item row="8" column="1">
586
 
      <layout class="QVBoxLayout" name="verticalLayout_13">
587
 
       <property name="rightMargin">
588
 
        <number>0</number>
589
 
       </property>
590
 
       <item>
591
 
        <widget class="QLabel" name="refresh_label">
592
 
         <property name="minimumSize">
593
 
          <size>
594
 
           <width>220</width>
595
 
           <height>0</height>
596
 
          </size>
597
 
         </property>
598
 
         <property name="maximumSize">
599
 
          <size>
600
 
           <width>220</width>
601
 
           <height>16777215</height>
602
 
          </size>
603
 
         </property>
604
 
         <property name="locale">
605
 
          <locale language="English" country="UnitedStates"/>
606
 
         </property>
607
 
         <property name="text">
608
 
          <string notr="true">If you can't read this then refresh this page</string>
609
 
         </property>
610
 
         <property name="wordWrap">
611
 
          <bool>true</bool>
612
 
         </property>
613
 
         <property name="indent">
614
 
          <number>0</number>
615
 
         </property>
616
 
        </widget>
617
 
       </item>
618
 
      </layout>
619
 
     </item>
620
 
    </layout>
621
 
   </item>
622
 
  </layout>
623
 
 </widget>
624
 
 <resources/>
625
 
 <connections/>
626
 
</ui>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>SetUpAccountPage</class>
 
4
 <widget class="QWizardPage" name="SetUpAccountPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>407</width>
 
10
    <height>572</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_5">
 
17
   <property name="topMargin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <layout class="QVBoxLayout" name="verticalLayout">
 
22
     <item>
 
23
      <widget class="QFrame" name="_signInFrame">
 
24
       <property name="frameShape">
 
25
        <enum>QFrame::NoFrame</enum>
 
26
       </property>
 
27
       <layout class="QVBoxLayout" name="verticalLayout_3">
 
28
        <item>
 
29
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
30
          <item>
 
31
           <widget class="QLabel" name="password_info_label">
 
32
            <property name="sizePolicy">
 
33
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
34
              <horstretch>0</horstretch>
 
35
              <verstretch>0</verstretch>
 
36
             </sizepolicy>
 
37
            </property>
 
38
            <property name="text">
 
39
             <string/>
 
40
            </property>
 
41
            <property name="wordWrap">
 
42
             <bool>true</bool>
 
43
            </property>
 
44
           </widget>
 
45
          </item>
 
46
          <item>
 
47
           <layout class="QVBoxLayout" name="verticalLayout_4">
 
48
            <item>
 
49
             <widget class="QLabel" name="name_label">
 
50
              <property name="text">
 
51
               <string/>
 
52
              </property>
 
53
             </widget>
 
54
            </item>
 
55
            <item>
 
56
             <widget class="QLineEdit" name="name_edit">
 
57
              <property name="placeholderText">
 
58
               <string/>
 
59
              </property>
 
60
             </widget>
 
61
            </item>
 
62
            <item>
 
63
             <widget class="QLabel" name="email_label">
 
64
              <property name="text">
 
65
               <string/>
 
66
              </property>
 
67
             </widget>
 
68
            </item>
 
69
            <item>
 
70
             <widget class="QLineEdit" name="email_edit">
 
71
              <property name="placeholderText">
 
72
               <string/>
 
73
              </property>
 
74
             </widget>
 
75
            </item>
 
76
            <item>
 
77
             <widget class="QLabel" name="confirm_email_label">
 
78
              <property name="text">
 
79
               <string/>
 
80
              </property>
 
81
             </widget>
 
82
            </item>
 
83
            <item>
 
84
             <widget class="QLineEdit" name="confirm_email_edit">
 
85
              <property name="placeholderText">
 
86
               <string/>
 
87
              </property>
 
88
             </widget>
 
89
            </item>
 
90
            <item>
 
91
             <widget class="QLabel" name="password_label">
 
92
              <property name="text">
 
93
               <string/>
 
94
              </property>
 
95
             </widget>
 
96
            </item>
 
97
            <item>
 
98
             <widget class="QLineEdit" name="password_edit">
 
99
              <property name="toolTip">
 
100
               <string>Your password must be at least 8 characters long and at least contain one number and one upper later.</string>
 
101
              </property>
 
102
              <property name="statusTip">
 
103
               <string/>
 
104
              </property>
 
105
              <property name="echoMode">
 
106
               <enum>QLineEdit::Password</enum>
 
107
              </property>
 
108
              <property name="placeholderText">
 
109
               <string/>
 
110
              </property>
 
111
             </widget>
 
112
            </item>
 
113
            <item>
 
114
             <widget class="QLabel" name="confirm_password_label">
 
115
              <property name="text">
 
116
               <string/>
 
117
              </property>
 
118
             </widget>
 
119
            </item>
 
120
            <item>
 
121
             <widget class="QLineEdit" name="confirm_password_edit">
 
122
              <property name="echoMode">
 
123
               <enum>QLineEdit::Password</enum>
 
124
              </property>
 
125
              <property name="placeholderText">
 
126
               <string/>
 
127
              </property>
 
128
             </widget>
 
129
            </item>
 
130
           </layout>
 
131
          </item>
 
132
          <item>
 
133
           <layout class="QVBoxLayout" name="verticalLayout_9">
 
134
            <item>
 
135
             <widget class="QFrame" name="frame_2">
 
136
              <property name="sizePolicy">
 
137
               <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
138
                <horstretch>0</horstretch>
 
139
                <verstretch>0</verstretch>
 
140
               </sizepolicy>
 
141
              </property>
 
142
              <property name="frameShape">
 
143
               <enum>QFrame::StyledPanel</enum>
 
144
              </property>
 
145
              <property name="frameShadow">
 
146
               <enum>QFrame::Raised</enum>
 
147
              </property>
 
148
              <layout class="QHBoxLayout" name="horizontalLayout_16">
 
149
               <property name="leftMargin">
 
150
                <number>0</number>
 
151
               </property>
 
152
               <item>
 
153
                <widget class="QLabel" name="captcha_view">
 
154
                 <property name="minimumSize">
 
155
                  <size>
 
156
                   <width>0</width>
 
157
                   <height>57</height>
 
158
                  </size>
 
159
                 </property>
 
160
                 <property name="frameShape">
 
161
                  <enum>QFrame::Box</enum>
 
162
                 </property>
 
163
                 <property name="text">
 
164
                  <string/>
 
165
                 </property>
 
166
                </widget>
 
167
               </item>
 
168
               <item>
 
169
                <widget class="QLabel" name="refresh_label">
 
170
                 <property name="sizePolicy">
 
171
                  <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
172
                   <horstretch>0</horstretch>
 
173
                   <verstretch>0</verstretch>
 
174
                  </sizepolicy>
 
175
                 </property>
 
176
                 <property name="locale">
 
177
                  <locale language="English" country="UnitedStates"/>
 
178
                 </property>
 
179
                 <property name="text">
 
180
                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
181
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
182
p, li { white-space: pre-wrap; }
 
183
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
 
184
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you can't read this then &lt;/span&gt;&lt;a href=&quot;example.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;refresh&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; this page&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
185
                 </property>
 
186
                 <property name="wordWrap">
 
187
                  <bool>true</bool>
 
188
                 </property>
 
189
                </widget>
 
190
               </item>
 
191
              </layout>
 
192
             </widget>
 
193
            </item>
 
194
            <item>
 
195
             <widget class="QLineEdit" name="captcha_solution_edit">
 
196
              <property name="locale">
 
197
               <locale language="English" country="UnitedStates"/>
 
198
              </property>
 
199
              <property name="inputMask">
 
200
               <string/>
 
201
              </property>
 
202
              <property name="text">
 
203
               <string/>
 
204
              </property>
 
205
              <property name="placeholderText">
 
206
               <string/>
 
207
              </property>
 
208
             </widget>
 
209
            </item>
 
210
           </layout>
 
211
          </item>
 
212
          <item>
 
213
           <widget class="QCheckBox" name="terms_checkbox">
 
214
            <property name="text">
 
215
             <string/>
 
216
            </property>
 
217
           </widget>
 
218
          </item>
 
219
          <item>
 
220
           <layout class="QHBoxLayout" name="horizontalLayout_4">
 
221
            <property name="spacing">
 
222
             <number>0</number>
 
223
            </property>
 
224
            <item>
 
225
             <widget class="QPushButton" name="terms_button">
 
226
              <property name="text">
 
227
               <string/>
 
228
              </property>
 
229
             </widget>
 
230
            </item>
 
231
            <item>
 
232
             <spacer name="horizontalSpacer_3">
 
233
              <property name="orientation">
 
234
               <enum>Qt::Horizontal</enum>
 
235
              </property>
 
236
              <property name="sizeHint" stdset="0">
 
237
               <size>
 
238
                <width>40</width>
 
239
                <height>20</height>
 
240
               </size>
 
241
              </property>
 
242
             </spacer>
 
243
            </item>
 
244
            <item>
 
245
             <widget class="QPushButton" name="set_up_button">
 
246
              <property name="enabled">
 
247
               <bool>false</bool>
 
248
              </property>
 
249
              <property name="text">
 
250
               <string/>
 
251
              </property>
 
252
             </widget>
 
253
            </item>
 
254
           </layout>
 
255
          </item>
 
256
         </layout>
 
257
        </item>
 
258
       </layout>
 
259
      </widget>
 
260
     </item>
 
261
     <item>
 
262
      <spacer name="verticalSpacer_2">
 
263
       <property name="orientation">
 
264
        <enum>Qt::Vertical</enum>
 
265
       </property>
 
266
       <property name="sizeHint" stdset="0">
 
267
        <size>
 
268
         <width>20</width>
 
269
         <height>40</height>
 
270
        </size>
 
271
       </property>
 
272
      </spacer>
 
273
     </item>
 
274
    </layout>
 
275
   </item>
 
276
  </layout>
 
277
 </widget>
 
278
 <resources/>
 
279
 <connections/>
 
280
</ui>