2014-07-31 14:52:05 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2020-08-21 23:59:35 +02:00
<author>
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
SPDX-License-Identifier: GPL-3.0-or-later
</author>
2014-07-31 14:52:05 +02:00
<class>Page_UserSetup</class>
<widget class="QWidget" name="Page_UserSetup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-08-12 17:33:19 +02:00
<width>862</width>
2015-10-16 14:25:41 +02:00
<height>683</height>
2014-07-31 14:52:05 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
2014-08-12 17:33:19 +02:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-16 14:25:41 +02:00
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
2014-08-12 17:33:19 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-16 14:25:41 +02:00
<height>6</height>
2014-08-12 17:33:19 +02:00
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="labelWhatIsYourName">
<property name="text">
<string>What is your name?</string>
</property>
</widget>
</item>
<item>
2022-04-11 10:42:00 +02:00
<layout class="QHBoxLayout" name="fullNameLayout">
2014-07-31 14:52:05 +02:00
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLineEdit" name="textBoxFullName">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
2014-07-31 14:52:05 +02:00
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>Your Full Name</string>
</property>
2014-07-31 14:52:05 +02:00
</widget>
</item>
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLabel" name="labelFullName">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
2014-07-31 14:52:05 +02:00
</item>
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLabel" name="labelFullNameError">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
2014-07-31 14:52:05 +02:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2014-08-12 17:33:19 +02:00
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-16 14:25:41 +02:00
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
2014-08-12 17:33:19 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-16 14:25:41 +02:00
<height>6</height>
2014-08-12 17:33:19 +02:00
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="username_label_2">
<property name="text">
<string>What name do you want to use to log in?</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2022-04-11 10:42:00 +02:00
<layout class="QHBoxLayout" name="usernameLayout">
2014-07-31 14:52:05 +02:00
<item>
2020-07-27 16:09:29 +02:00
<widget class="QLineEdit" name="textBoxLoginName">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
2014-07-31 14:52:05 +02:00
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>login</string>
</property>
2014-07-31 14:52:05 +02:00
</widget>
</item>
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLabel" name="labelUsername">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
2014-07-31 14:52:05 +02:00
</item>
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLabel" name="labelUsernameError">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
2014-07-31 14:52:05 +02:00
</property>
</widget>
</item>
</layout>
</item>
2014-08-12 17:33:19 +02:00
<item>
2015-10-16 14:25:41 +02:00
<spacer name="verticalSpacer_4">
2014-08-12 17:33:19 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-16 14:25:41 +02:00
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
2014-08-12 17:33:19 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-16 14:25:41 +02:00
<height>6</height>
2014-08-12 17:33:19 +02:00
</size>
</property>
</spacer>
</item>
<item>
2022-04-11 10:42:00 +02:00
<widget class="QLabel" name="hostnameLabel">
2014-08-12 17:33:19 +02:00
<property name="text">
2015-10-16 14:25:41 +02:00
<string>What is the name of this computer?</string>
2014-08-12 17:33:19 +02:00
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2022-04-11 10:42:00 +02:00
<layout class="QHBoxLayout" name="hostnameLayout">
2014-08-12 17:33:19 +02:00
<item>
2022-04-11 10:42:00 +02:00
<widget class="QLineEdit" name="textBoxHostname">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string><small>This name will be used if you make the computer visible to others on a network.</small></string>
</property>
<property name="placeholderText">
<string>Computer Name</string>
</property>
2014-07-31 14:52:05 +02:00
</widget>
</item>
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLabel" name="labelHostname">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
2014-07-31 14:52:05 +02:00
</item>
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLabel" name="labelHostnameError">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2015-10-16 14:25:41 +02:00
<width>200</width>
2014-08-12 17:33:19 +02:00
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
2014-07-31 14:52:05 +02:00
</property>
</widget>
</item>
</layout>
</item>
2014-08-12 17:33:19 +02:00
<item>
2022-04-11 10:42:00 +02:00
<spacer name="hostnameVSpace">
2014-08-12 17:33:19 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-16 14:25:41 +02:00
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
2014-08-12 17:33:19 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-16 14:25:41 +02:00
<height>6</height>
2014-08-12 17:33:19 +02:00
</size>
</property>
</spacer>
</item>
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLabel" name="password_label_2">
2014-08-12 17:33:19 +02:00
<property name="text">
2015-10-16 14:25:41 +02:00
<string>Choose a password to keep your account safe.</string>
2014-08-12 17:33:19 +02:00
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2022-04-11 10:42:00 +02:00
<layout class="QHBoxLayout" name="userPasswordLayout">
2014-07-31 14:52:05 +02:00
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLineEdit" name="textBoxUserPassword">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string><small>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.</small></string>
</property>
2015-10-16 14:25:41 +02:00
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>Password</string>
</property>
2015-10-16 14:25:41 +02:00
</widget>
</item>
<item>
<widget class="QLineEdit" name="textBoxUserVerifiedPassword">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
2014-07-31 14:52:05 +02:00
</property>
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string><small>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.</small></string>
</property>
2015-10-16 14:25:41 +02:00
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>Repeat Password</string>
</property>
2014-07-31 14:52:05 +02:00
</widget>
</item>
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLabel" name="labelUserPassword">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
2014-07-31 14:52:05 +02:00
</item>
<item>
2015-10-16 14:25:41 +02:00
<widget class="QLabel" name="labelUserPasswordError">
2014-08-12 17:33:19 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2015-10-16 14:25:41 +02:00
<width>100</width>
2014-08-12 17:33:19 +02:00
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
2014-07-31 14:52:05 +02:00
</property>
</widget>
</item>
</layout>
</item>
2019-02-12 00:07:27 +01:00
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
2019-08-28 17:14:00 +02:00
<item>
2020-08-28 22:19:26 +02:00
<widget class="QCheckBox" name="checkBoxRequireStrongPassword">
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string>When this box is checked, password-strength checking is done and you will not be able to use a weak password.</string>
</property>
2019-08-28 17:14:00 +02:00
<property name="text">
<string>Require strong passwords.</string>
</property>
</widget>
</item>
2014-08-12 17:33:19 +02:00
<item>
2020-07-28 11:41:52 +02:00
<widget class="QCheckBox" name="checkBoxDoAutoLogin">
2015-10-16 14:25:41 +02:00
<property name="text">
<string>Log in automatically without asking for the password.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxReusePassword">
<property name="text">
<string>Use the same password for the administrator account.</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_6">
2014-08-12 17:33:19 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-16 14:25:41 +02:00
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
2014-08-12 17:33:19 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-16 14:25:41 +02:00
<height>6</height>
2014-08-12 17:33:19 +02:00
</size>
</property>
</spacer>
</item>
<item>
2015-06-11 04:02:06 +02:00
<widget class="QLabel" name="labelChooseRootPassword">
2014-08-12 17:33:19 +02:00
<property name="text">
<string>Choose a password for the administrator account.</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2022-04-11 10:42:00 +02:00
<layout class="QHBoxLayout" name="rootPasswordLayout">
2014-07-31 14:52:05 +02:00
<item>
2014-08-12 17:33:19 +02:00
<widget class="QLineEdit" name="textBoxRootPassword">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string><small>Enter the same password twice, so that it can be checked for typing errors.</small></string>
</property>
2014-08-12 17:33:19 +02:00
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>Password</string>
</property>
2014-08-12 17:33:19 +02:00
</widget>
</item>
<item>
<widget class="QLineEdit" name="textBoxVerifiedRootPassword">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2019-10-29 14:37:26 +01:00
<property name="toolTip">
<string><small>Enter the same password twice, so that it can be checked for typing errors.</small></string>
</property>
2014-08-12 17:33:19 +02:00
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
2019-10-29 14:37:26 +01:00
<property name="placeholderText">
<string>Repeat Password</string>
</property>
2014-08-12 17:33:19 +02:00
</widget>
</item>
<item>
<widget class="QLabel" name="labelRootPassword">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelRootPasswordError">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
2014-07-31 14:52:05 +02:00
<property name="text">
2014-08-12 17:33:19 +02:00
<string/>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
2014-07-31 14:52:05 +02:00
</property>
<property name="wordWrap">
2014-08-12 17:33:19 +02:00
<bool>true</bool>
2014-07-31 14:52:05 +02:00
</property>
</widget>
</item>
2014-08-12 17:33:19 +02:00
</layout>
</item>
<item>
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
2014-07-31 14:52:05 +02:00
</layout>
</widget>
<resources/>
<connections/>
</ui>