249 lines
5.4 KiB
XML
249 lines
5.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogLogin</class>
|
|
<widget class="QDialog" name="DialogLogin">
|
|
<property name="windowModality">
|
|
<enum>Qt::ApplicationModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame_background">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_background
|
|
{
|
|
background: #40202020;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>550</x>
|
|
<y>390</y>
|
|
<width>600</width>
|
|
<height>340</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>200</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>270</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>240</x>
|
|
<y>20</y>
|
|
<width>131</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>Login</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_OK">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>270</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>140</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>140</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>200</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>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|