/
oslyuk
/
LaunchDelete1C
Обзор
Документация
Войти
/
oslyuk
/
LaunchDelete1C
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MainDialog.ui
98 строк
2 KB
Anatoly Oslyuk
Новые файлы
30 май 2025, 16:46
30 май 2025, 16:46
d50b562
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainDialog</class> <widget class="QDialog" name="MainDialog"> <property name="windowModality"> <enum>Qt::NonModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>640</width> <height>340</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>640</width> <height>340</height> </size> </property> <property name="maximumSize"> <size> <width>640</width> <height>340</height> </size> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="windowTitle"> <string>Лаунчер удаления информационной базы 1С</string> </property> <property name="windowIcon"> <iconset> <normaloff>../../../Users/Anatoly/Pictures/Логотип1С.png</normaloff>../../../Users/Anatoly/Pictures/Логотип1С.png</iconset> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <property name="modal"> <bool>false</bool> </property> <widget class="QPushButton" name="ExitButton"> <property name="geometry"> <rect> <x>530</x> <y>290</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>Выход</string> </property> </widget> <widget class="QPushButton" name="ButtonDelete"> <property name="geometry"> <rect> <x>530</x> <y>10</y> <width>101</width> <height>31</height> </rect> </property> <property name="text"> <string>Удалить ИБ</string> </property> </widget> <widget class="QListWidget" name="listWidget"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>511</width> <height>311</height> </rect> </property> </widget> </widget> <resources/> <connections/> </ui>