374 lines
8.3 KiB
XML
374 lines
8.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>UserForm</class>
|
|
<widget class="QMainWindow" name="UserForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>669</width>
|
|
<height>388</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>UserForm</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>20</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Форма регистрации</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>60</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Имя пользователя:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>ФИО:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>140</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Пол:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>220</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Дата рождения:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>180</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Паспорт:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>300</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>E-mail:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>260</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Телефон:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="username">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>60</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::InputMethodHint::ImhLatinOnly</set>
|
|
</property>
|
|
<property name="inputMask">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>User123</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="fullName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>100</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Иванов Иван Иванович</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="passport">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>180</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::InputMethodHint::ImhDigitsOnly</set>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>4211 324521</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="phone">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>260</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::InputMethodHint::ImhFormattedNumbersOnly</set>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>+7-123-456-78-90</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="email">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>300</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::InputMethodHint::ImhEmailCharactersOnly</set>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>example@mail.com</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="dob">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>220</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::InputMethodHint::ImhDate</set>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>01.08.2005</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioButtonM">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>140</y>
|
|
<width>190</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Мужской</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioButtonF">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>460</x>
|
|
<y>140</y>
|
|
<width>190</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Женский</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="registButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>340</y>
|
|
<width>400</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Регистрация</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="loadDataButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>340</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Загрузить данные</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|