/
marcusstill
/
PyMASL
Обзор
Документация
Войти
/
marcusstill
/
PyMASL
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
design/resources/client.ui
230 строк
6 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_Client</class> <widget class="QDialog" name="Dialog_Client"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>346</width> <height>266</height> </rect> </property> <property name="windowTitle"> <string>Подробно</string> </property> <widget class="QToolBox" name="toolBox"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>341</width> <height>261</height> </rect> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="client"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>341</width> <height>231</height> </rect> </property> <attribute name="label"> <string>Информация о клиенте</string> </attribute> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>333</width> <height>181</height> </rect> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0" colspan="2"> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="2"> <widget class="QDateEdit" name="dateEdit"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Имя *</string> </property> </widget> </item> <item row="2" column="1" colspan="2"> <widget class="QLineEdit" name="lineEdit_3"/> </item> <item row="3" column="3"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Пол</string> </property> </widget> </item> <item row="3" column="4"> <widget class="QComboBox" name="comboBox"> <item> <property name="text"> <string>-</string> </property> </item> <item> <property name="text"> <string>муж</string> </property> </item> <item> <property name="text"> <string>жен</string> </property> </item> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Фамилия *</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Телефон</string> </property> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="lineEdit_2"/> </item> <item row="3" column="0" colspan="2"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Дата рождения</string> </property> </widget> </item> <item row="4" column="1" colspan="2"> <widget class="QLineEdit" name="lineEdit_4"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Отчество</string> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QLineEdit" name="lineEdit"/> </item> <item row="4" column="3"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Льгота</string> </property> </widget> </item> <item row="4" column="4"> <widget class="QComboBox" name="comboBox_2"> <item> <property name="text"> <string>-</string> </property> </item> <item> <property name="text"> <string>и</string> </property> </item> <item> <property name="text"> <string>м</string> </property> </item> </widget> </item> <item row="0" column="3"> <widget class="QPushButton" name="pushButton_3"> <property name="text"> <string>Копировать</string> </property> </widget> </item> <item row="0" column="4"> <widget class="QPushButton" name="pushButton_4"> <property name="text"> <string>Вставить</string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>E-mail</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="lineEdit_5"/> </item> </layout> </widget> </widget> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>80</x> <y>230</y> <width>183</width> <height>30</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="pushButton"> <property name="text"> <string>Сохранить</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_2"> <property name="text"> <string>Отмена</string> </property> </widget> </item> </layout> </widget> </widget> <tabstops> <tabstop>lineEdit</tabstop> <tabstop>lineEdit_2</tabstop> <tabstop>lineEdit_3</tabstop> <tabstop>dateEdit</tabstop> <tabstop>lineEdit_4</tabstop> <tabstop>comboBox</tabstop> <tabstop>comboBox_2</tabstop> <tabstop>lineEdit_5</tabstop> <tabstop>pushButton</tabstop> <tabstop>pushButton_2</tabstop> <tabstop>pushButton_4</tabstop> <tabstop>pushButton_3</tabstop> </tabstops> <resources/> <connections/> </ui>