97 lines
2.2 KiB
XML
97 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>AuthDialog</class>
|
||
<widget class="QDialog" name="AuthDialog">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>500</width>
|
||
<height>120</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>500</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Аuthorization</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<layout class="QFormLayout" name="formLayout">
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="labelUsername">
|
||
<property name="text">
|
||
<string>Login:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="txtUsername"/>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="labelPassword">
|
||
<property name="text">
|
||
<string>Password:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLineEdit" name="txtPassword">
|
||
<property name="echoMode">
|
||
<enum>QLineEdit::EchoMode::Password</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QPushButton" name="btnLogin">
|
||
<property name="text">
|
||
<string>Enter</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btnCancel">
|
||
<property name="text">
|
||
<string>Cancel</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections>
|
||
<connection>
|
||
<sender>btnCancel</sender>
|
||
<signal>clicked()</signal>
|
||
<receiver>AuthDialog</receiver>
|
||
<slot>reject()</slot>
|
||
<hints>
|
||
<hint type="sourcelabel">
|
||
<x>248</x>
|
||
<y>118</y>
|
||
</hint>
|
||
<hint type="destinationlabel">
|
||
<x>150</x>
|
||
<y>100</y>
|
||
</hint>
|
||
</hints>
|
||
</connection>
|
||
</connections>
|
||
</ui>
|