/
MaximU
/
application
Обзор
Документация
Войти
/
MaximU
/
application
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
connectionstatewidget.ui
66 строк
2 KB
user
Изменен каталог ресурсов с Resources на resources.
04 сен 2025, 12:53
04 сен 2025, 12:53
86d8d1b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConnectionStateWidgetClass</class> <widget class="QWidget" name="ConnectionStateWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>100</width> <height>23</height> </rect> </property> <property name="windowTitle"> <string>ConnectionStateWidget</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="spacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>65</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelWrite"> <property name="pixmap"> <pixmap resource="mainwindow.qrc">:/MainWindow/resources/send.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="labelRead"> <property name="pixmap"> <pixmap resource="mainwindow.qrc">:/MainWindow/resources/receive.png</pixmap> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <resources> <include location="mainwindow.qrc"/> </resources> <connections/> </ui>