1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>
4SPDX-FileCopyrightText: 2014 Teo Mrnjavac &lt;teo@kde.org&gt;
5SPDX-License-Identifier: GPL-3.0-or-later
6 </author>
7 <class>Page_UserSetup</class>
8 <widget class="QWidget" name="Page_UserSetup">
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>862</width>
14    <height>683</height>
15   </rect>
16  </property>
17  <property name="windowTitle">
18   <string>Form</string>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout_12">
21   <item>
22    <spacer name="verticalSpacer">
23     <property name="orientation">
24      <enum>Qt::Vertical</enum>
25     </property>
26     <property name="sizeType">
27      <enum>QSizePolicy::Fixed</enum>
28     </property>
29     <property name="sizeHint" stdset="0">
30      <size>
31       <width>20</width>
32       <height>6</height>
33      </size>
34     </property>
35    </spacer>
36   </item>
37   <item>
38    <widget class="QLabel" name="labelWhatIsYourName">
39     <property name="text">
40      <string>What is your name?</string>
41     </property>
42    </widget>
43   </item>
44   <item>
45    <layout class="QHBoxLayout" name="horizontalLayout">
46     <item>
47      <widget class="QLineEdit" name="textBoxFullName">
48       <property name="minimumSize">
49        <size>
50         <width>200</width>
51         <height>0</height>
52        </size>
53       </property>
54       <property name="placeholderText">
55        <string>Your Full Name</string>
56       </property>
57      </widget>
58     </item>
59     <item>
60      <widget class="QLabel" name="labelFullName">
61       <property name="sizePolicy">
62        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
63         <horstretch>0</horstretch>
64         <verstretch>0</verstretch>
65        </sizepolicy>
66       </property>
67       <property name="minimumSize">
68        <size>
69         <width>24</width>
70         <height>24</height>
71        </size>
72       </property>
73       <property name="maximumSize">
74        <size>
75         <width>24</width>
76         <height>24</height>
77        </size>
78       </property>
79       <property name="text">
80        <string notr="true"/>
81       </property>
82       <property name="scaledContents">
83        <bool>true</bool>
84       </property>
85      </widget>
86     </item>
87     <item>
88      <widget class="QLabel" name="labelFullNameError">
89       <property name="sizePolicy">
90        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
91         <horstretch>1</horstretch>
92         <verstretch>0</verstretch>
93        </sizepolicy>
94       </property>
95       <property name="text">
96        <string/>
97       </property>
98       <property name="wordWrap">
99        <bool>true</bool>
100       </property>
101      </widget>
102     </item>
103    </layout>
104   </item>
105   <item>
106    <spacer name="verticalSpacer_2">
107     <property name="orientation">
108      <enum>Qt::Vertical</enum>
109     </property>
110     <property name="sizeType">
111      <enum>QSizePolicy::Fixed</enum>
112     </property>
113     <property name="sizeHint" stdset="0">
114      <size>
115       <width>20</width>
116       <height>6</height>
117      </size>
118     </property>
119    </spacer>
120   </item>
121   <item>
122    <widget class="QLabel" name="username_label_2">
123     <property name="text">
124      <string>What name do you want to use to log in?</string>
125     </property>
126     <property name="wordWrap">
127      <bool>false</bool>
128     </property>
129    </widget>
130   </item>
131   <item>
132    <layout class="QHBoxLayout" name="horizontalLayout_2">
133     <item>
134      <widget class="QLineEdit" name="textBoxLoginName">
135       <property name="sizePolicy">
136        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
137         <horstretch>0</horstretch>
138         <verstretch>0</verstretch>
139        </sizepolicy>
140       </property>
141       <property name="minimumSize">
142        <size>
143         <width>200</width>
144         <height>0</height>
145        </size>
146       </property>
147       <property name="placeholderText">
148        <string>login</string>
149       </property>
150      </widget>
151     </item>
152     <item>
153      <widget class="QLabel" name="labelUsername">
154       <property name="sizePolicy">
155        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
156         <horstretch>0</horstretch>
157         <verstretch>0</verstretch>
158        </sizepolicy>
159       </property>
160       <property name="minimumSize">
161        <size>
162         <width>24</width>
163         <height>24</height>
164        </size>
165       </property>
166       <property name="maximumSize">
167        <size>
168         <width>24</width>
169         <height>24</height>
170        </size>
171       </property>
172       <property name="scaledContents">
173        <bool>true</bool>
174       </property>
175      </widget>
176     </item>
177     <item>
178      <widget class="QLabel" name="labelUsernameError">
179       <property name="sizePolicy">
180        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
181         <horstretch>1</horstretch>
182         <verstretch>0</verstretch>
183        </sizepolicy>
184       </property>
185       <property name="minimumSize">
186        <size>
187         <width>200</width>
188         <height>0</height>
189        </size>
190       </property>
191       <property name="text">
192        <string/>
193       </property>
194       <property name="alignment">
195        <set>Qt::AlignVCenter</set>
196       </property>
197       <property name="wordWrap">
198        <bool>true</bool>
199       </property>
200      </widget>
201     </item>
202    </layout>
203   </item>
204   <item>
205    <spacer name="verticalSpacer_4">
206     <property name="orientation">
207      <enum>Qt::Vertical</enum>
208     </property>
209     <property name="sizeType">
210      <enum>QSizePolicy::Fixed</enum>
211     </property>
212     <property name="sizeHint" stdset="0">
213      <size>
214       <width>20</width>
215       <height>6</height>
216      </size>
217     </property>
218    </spacer>
219   </item>
220   <item>
221    <widget class="QLabel" name="hostname_label_2">
222     <property name="text">
223      <string>What is the name of this computer?</string>
224     </property>
225     <property name="wordWrap">
226      <bool>false</bool>
227     </property>
228    </widget>
229   </item>
230   <item>
231    <layout class="QHBoxLayout" name="horizontalLayout_4">
232     <item>
233      <widget class="QLineEdit" name="textBoxHostName">
234       <property name="sizePolicy">
235        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
236         <horstretch>0</horstretch>
237         <verstretch>0</verstretch>
238        </sizepolicy>
239       </property>
240       <property name="minimumSize">
241        <size>
242         <width>200</width>
243         <height>0</height>
244        </size>
245       </property>
246       <property name="toolTip">
247        <string>&lt;small&gt;This name will be used if you make the computer visible to others on a network.&lt;/small&gt;</string>
248       </property>
249       <property name="placeholderText">
250        <string>Computer Name</string>
251       </property>
252      </widget>
253     </item>
254     <item>
255      <widget class="QLabel" name="labelHostname">
256       <property name="sizePolicy">
257        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
258         <horstretch>0</horstretch>
259         <verstretch>0</verstretch>
260        </sizepolicy>
261       </property>
262       <property name="minimumSize">
263        <size>
264         <width>24</width>
265         <height>24</height>
266        </size>
267       </property>
268       <property name="maximumSize">
269        <size>
270         <width>24</width>
271         <height>24</height>
272        </size>
273       </property>
274       <property name="scaledContents">
275        <bool>true</bool>
276       </property>
277      </widget>
278     </item>
279     <item>
280      <widget class="QLabel" name="labelHostnameError">
281       <property name="sizePolicy">
282        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
283         <horstretch>1</horstretch>
284         <verstretch>0</verstretch>
285        </sizepolicy>
286       </property>
287       <property name="minimumSize">
288        <size>
289         <width>200</width>
290         <height>0</height>
291        </size>
292       </property>
293       <property name="text">
294        <string/>
295       </property>
296       <property name="alignment">
297        <set>Qt::AlignVCenter</set>
298       </property>
299       <property name="wordWrap">
300        <bool>true</bool>
301       </property>
302      </widget>
303     </item>
304    </layout>
305   </item>
306   <item>
307    <spacer name="verticalSpacer_3">
308     <property name="orientation">
309      <enum>Qt::Vertical</enum>
310     </property>
311     <property name="sizeType">
312      <enum>QSizePolicy::Fixed</enum>
313     </property>
314     <property name="sizeHint" stdset="0">
315      <size>
316       <width>20</width>
317       <height>6</height>
318      </size>
319     </property>
320    </spacer>
321   </item>
322   <item>
323    <widget class="QLabel" name="password_label_2">
324     <property name="text">
325      <string>Choose a password to keep your account safe.</string>
326     </property>
327     <property name="wordWrap">
328      <bool>false</bool>
329     </property>
330    </widget>
331   </item>
332   <item>
333    <layout class="QHBoxLayout" name="horizontalLayout_3">
334     <item>
335      <widget class="QLineEdit" name="textBoxUserPassword">
336       <property name="sizePolicy">
337        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
338         <horstretch>0</horstretch>
339         <verstretch>0</verstretch>
340        </sizepolicy>
341       </property>
342       <property name="minimumSize">
343        <size>
344         <width>200</width>
345         <height>0</height>
346        </size>
347       </property>
348       <property name="toolTip">
349        <string>&lt;small&gt;Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.&lt;/small&gt;</string>
350       </property>
351       <property name="echoMode">
352        <enum>QLineEdit::Password</enum>
353       </property>
354       <property name="placeholderText">
355        <string>Password</string>
356       </property>
357      </widget>
358     </item>
359     <item>
360      <widget class="QLineEdit" name="textBoxUserVerifiedPassword">
361       <property name="sizePolicy">
362        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
363         <horstretch>0</horstretch>
364         <verstretch>0</verstretch>
365        </sizepolicy>
366       </property>
367       <property name="minimumSize">
368        <size>
369         <width>200</width>
370         <height>0</height>
371        </size>
372       </property>
373       <property name="toolTip">
374        <string>&lt;small&gt;Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.&lt;/small&gt;</string>
375       </property>
376       <property name="echoMode">
377        <enum>QLineEdit::Password</enum>
378       </property>
379       <property name="placeholderText">
380        <string>Repeat Password</string>
381       </property>
382      </widget>
383     </item>
384     <item>
385      <widget class="QLabel" name="labelUserPassword">
386       <property name="sizePolicy">
387        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
388         <horstretch>0</horstretch>
389         <verstretch>0</verstretch>
390        </sizepolicy>
391       </property>
392       <property name="minimumSize">
393        <size>
394         <width>24</width>
395         <height>24</height>
396        </size>
397       </property>
398       <property name="maximumSize">
399        <size>
400         <width>24</width>
401         <height>24</height>
402        </size>
403       </property>
404       <property name="scaledContents">
405        <bool>true</bool>
406       </property>
407      </widget>
408     </item>
409     <item>
410      <widget class="QLabel" name="labelUserPasswordError">
411       <property name="sizePolicy">
412        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
413         <horstretch>1</horstretch>
414         <verstretch>0</verstretch>
415        </sizepolicy>
416       </property>
417       <property name="minimumSize">
418        <size>
419         <width>100</width>
420         <height>0</height>
421        </size>
422       </property>
423       <property name="text">
424        <string/>
425       </property>
426       <property name="alignment">
427        <set>Qt::AlignVCenter</set>
428       </property>
429       <property name="wordWrap">
430        <bool>true</bool>
431       </property>
432      </widget>
433     </item>
434    </layout>
435   </item>
436   <item>
437    <spacer name="verticalSpacer_5">
438     <property name="orientation">
439      <enum>Qt::Vertical</enum>
440     </property>
441     <property name="sizeType">
442      <enum>QSizePolicy::Fixed</enum>
443     </property>
444     <property name="sizeHint" stdset="0">
445      <size>
446       <width>20</width>
447       <height>6</height>
448      </size>
449     </property>
450    </spacer>
451   </item>
452   <item>
453    <widget class="QCheckBox" name="checkBoxRequireStrongPassword">
454     <property name="toolTip">
455      <string>When this box is checked, password-strength checking is done and you will not be able to use a weak password.</string>
456     </property>
457     <property name="text">
458      <string>Require strong passwords.</string>
459     </property>
460    </widget>
461   </item>
462   <item>
463    <widget class="QCheckBox" name="checkBoxDoAutoLogin">
464     <property name="text">
465      <string>Log in automatically without asking for the password.</string>
466     </property>
467    </widget>
468   </item>
469   <item>
470    <widget class="QCheckBox" name="checkBoxReusePassword">
471     <property name="text">
472      <string>Use the same password for the administrator account.</string>
473     </property>
474    </widget>
475   </item>
476   <item>
477    <spacer name="verticalSpacer_6">
478     <property name="orientation">
479      <enum>Qt::Vertical</enum>
480     </property>
481     <property name="sizeType">
482      <enum>QSizePolicy::Fixed</enum>
483     </property>
484     <property name="sizeHint" stdset="0">
485      <size>
486       <width>20</width>
487       <height>6</height>
488      </size>
489     </property>
490    </spacer>
491   </item>
492   <item>
493    <widget class="QLabel" name="labelChooseRootPassword">
494     <property name="text">
495      <string>Choose a password for the administrator account.</string>
496     </property>
497     <property name="wordWrap">
498      <bool>false</bool>
499     </property>
500    </widget>
501   </item>
502   <item>
503    <layout class="QHBoxLayout" name="horizontalLayout_5">
504     <item>
505      <widget class="QLineEdit" name="textBoxRootPassword">
506       <property name="sizePolicy">
507        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
508         <horstretch>0</horstretch>
509         <verstretch>0</verstretch>
510        </sizepolicy>
511       </property>
512       <property name="minimumSize">
513        <size>
514         <width>200</width>
515         <height>0</height>
516        </size>
517       </property>
518       <property name="toolTip">
519        <string>&lt;small&gt;Enter the same password twice, so that it can be checked for typing errors.&lt;/small&gt;</string>
520       </property>
521       <property name="echoMode">
522        <enum>QLineEdit::Password</enum>
523       </property>
524       <property name="placeholderText">
525        <string>Password</string>
526       </property>
527      </widget>
528     </item>
529     <item>
530      <widget class="QLineEdit" name="textBoxVerifiedRootPassword">
531       <property name="sizePolicy">
532        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
533         <horstretch>0</horstretch>
534         <verstretch>0</verstretch>
535        </sizepolicy>
536       </property>
537       <property name="minimumSize">
538        <size>
539         <width>200</width>
540         <height>0</height>
541        </size>
542       </property>
543       <property name="toolTip">
544        <string>&lt;small&gt;Enter the same password twice, so that it can be checked for typing errors.&lt;/small&gt;</string>
545       </property>
546       <property name="echoMode">
547        <enum>QLineEdit::Password</enum>
548       </property>
549       <property name="placeholderText">
550        <string>Repeat Password</string>
551       </property>
552      </widget>
553     </item>
554     <item>
555      <widget class="QLabel" name="labelRootPassword">
556       <property name="sizePolicy">
557        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
558         <horstretch>0</horstretch>
559         <verstretch>0</verstretch>
560        </sizepolicy>
561       </property>
562       <property name="minimumSize">
563        <size>
564         <width>24</width>
565         <height>24</height>
566        </size>
567       </property>
568       <property name="maximumSize">
569        <size>
570         <width>24</width>
571         <height>24</height>
572        </size>
573       </property>
574       <property name="scaledContents">
575        <bool>true</bool>
576       </property>
577      </widget>
578     </item>
579     <item>
580      <widget class="QLabel" name="labelRootPasswordError">
581       <property name="sizePolicy">
582        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
583         <horstretch>1</horstretch>
584         <verstretch>0</verstretch>
585        </sizepolicy>
586       </property>
587       <property name="minimumSize">
588        <size>
589         <width>100</width>
590         <height>0</height>
591        </size>
592       </property>
593       <property name="text">
594        <string/>
595       </property>
596       <property name="alignment">
597        <set>Qt::AlignVCenter</set>
598       </property>
599       <property name="wordWrap">
600        <bool>true</bool>
601       </property>
602      </widget>
603     </item>
604    </layout>
605   </item>
606   <item>
607    <spacer name="verticalSpacer_7">
608     <property name="orientation">
609      <enum>Qt::Vertical</enum>
610     </property>
611     <property name="sizeHint" stdset="0">
612      <size>
613       <width>20</width>
614       <height>1</height>
615      </size>
616     </property>
617    </spacer>
618   </item>
619  </layout>
620 </widget>
621 <resources/>
622 <connections/>
623</ui>
624