306 lines
6.6 KiB
XML
306 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogLoginUserAdd</class>
|
|
<widget class="QDialog" name="DialogLoginUserAdd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>598</width>
|
|
<height>468</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>471</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: white;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLineEdit" name="lineEdit_Password">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>180</y>
|
|
<width>311</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLineEdit
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::PasswordEchoOnEdit</enum>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>User Password</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>370</y>
|
|
<width>171</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: gray;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #c0c0c0;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Login">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>20</y>
|
|
<width>441</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignHCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add User</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_OK">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>370</y>
|
|
<width>171</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #153B44;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #1B4C54;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_ID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>120</y>
|
|
<width>311</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLineEdit
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>User ID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_ID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>120</y>
|
|
<width>151</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignRight';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Password">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>180</y>
|
|
<width>151</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignRight';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Password:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Password_Confirm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>240</y>
|
|
<width>151</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignRight';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Confirm:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_Password_Confirm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>240</y>
|
|
<width>311</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLineEdit
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::PasswordEchoOnEdit</enum>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>User Password</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Password_Check">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>300</y>
|
|
<width>301</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignLeft';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Check Password Again</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>lineEdit_ID</tabstop>
|
|
<tabstop>lineEdit_Password</tabstop>
|
|
<tabstop>lineEdit_Password_Confirm</tabstop>
|
|
<tabstop>pushButton_OK</tabstop>
|
|
<tabstop>pushButton_Cancel</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|