/
MaximU
/
application
Обзор
Документация
Войти
/
MaximU
/
application
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
connectionaddresswidget.ui
63 строки
1 KB
user
Старт
16 апр 2025, 10:46
16 апр 2025, 10:46
b8dbad1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConnectionAddressWidgetClass</class> <widget class="QWidget" name="ConnectionAddressWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>100</width> <height>23</height> </rect> </property> <property name="windowTitle"> <string>ConnectionAddressWidget</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>77</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton"> <property name="maximumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>