2018-05-13 23:21:43 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PasswordEditWidget</class>
|
|
|
|
<widget class="QWidget" name="PasswordEditWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>571</width>
|
|
|
|
<height>78</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="enterPasswordLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enter password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2022-10-01 11:57:47 -04:00
|
|
|
<widget class="PasswordWidget" name="enterPasswordEdit" native="true">
|
2020-03-08 22:22:01 -04:00
|
|
|
<property name="sizePolicy">
|
2022-10-01 11:57:47 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2020-03-08 22:22:01 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2022-10-01 11:57:47 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2020-03-08 22:22:01 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Password field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-05-13 23:21:43 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="repeatPasswordLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Confirm password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-08 22:22:01 -04:00
|
|
|
<item row="1" column="1">
|
2022-10-01 11:57:47 -04:00
|
|
|
<widget class="PasswordWidget" name="repeatPasswordEdit" native="true">
|
2020-03-08 22:22:01 -04:00
|
|
|
<property name="sizePolicy">
|
2022-10-01 11:57:47 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2020-03-08 22:22:01 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2022-10-01 11:57:47 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2020-03-08 22:22:01 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Repeat password field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-13 23:21:43 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2022-04-13 11:46:47 +02:00
|
|
|
<class>PasswordWidget</class>
|
2022-10-01 11:57:47 -04:00
|
|
|
<extends>QWidget</extends>
|
2022-04-13 11:46:47 +02:00
|
|
|
<header>gui/PasswordWidget.h</header>
|
2018-05-13 23:21:43 +02:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>enterPasswordEdit</tabstop>
|
|
|
|
<tabstop>repeatPasswordEdit</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|