/
marcusstill
/
PyMASL
Обзор
Документация
Войти
/
marcusstill
/
PyMASL
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
design/resources/authorization.ui
213 строк
5 KB
MarcusStill
Renamed the directory.
08 ноя 2024, 16:40
08 ноя 2024, 16:40
5274052
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>447</width> <height>230</height> </rect> </property> <property name="windowTitle"> <string>PyMASL - Авторизация</string> </property> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>200</x> <y>70</y> <width>47</width> <height>20</height> </rect> </property> <property name="text"> <string>Логин:</string> </property> </widget> <widget class="QLineEdit" name="lineEdit"> <property name="geometry"> <rect> <x>262</x> <y>60</y> <width>181</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_2"> <property name="geometry"> <rect> <x>262</x> <y>100</y> <width>181</width> <height>30</height> </rect> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>200</x> <y>110</y> <width>56</width> <height>20</height> </rect> </property> <property name="text"> <string>Пароль:</string> </property> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>190</x> <y>170</y> <width>94</width> <height>28</height> </rect> </property> <property name="text"> <string>Ok</string> </property> </widget> <widget class="QPushButton" name="pushButton_2"> <property name="geometry"> <rect> <x>290</x> <y>170</y> <width>85</width> <height>28</height> </rect> </property> <property name="text"> <string>Отмена</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>181</width> <height>181</height> </rect> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>../../TestProject/files/logo.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>90</x> <y>10</y> <width>301</width> <height>21</height> </rect> </property> <property name="text"> <string>Корпоративная информационная система PyMASL</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>320</x> <y>140</y> <width>121</width> <height>20</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>200</y> <width>441</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>10</x> <y>210</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>Версия ПО:</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>80</x> <y>210</y> <width>41</width> <height>20</height> </rect> </property> <property name="text"> <string>0.0.1</string> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>350</x> <y>210</y> <width>21</width> <height>20</height> </rect> </property> <property name="text"> <string>БД:</string> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>380</x> <y>210</y> <width>61</width> <height>20</height> </rect> </property> <property name="text"> <string>-</string> </property> </widget> </widget> <resources/> <connections/> </ui>