Tue, 10 Dec 2024 15:48:55 +0100
Updated copyright for 2025.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MqttUserPropertiesEditor</class> <widget class="QWidget" name="MqttUserPropertiesEditor"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>250</height> </rect> </property> <property name="windowTitle"> <string>User Properties</string> </property> <property name="sizeGripEnabled" stdset="0"> <bool>true</bool> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <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> <widget class="QTableWidget" name="propertiesTable"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="rowCount"> <number>10</number> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <row/> <row/> <row/> <row/> <row/> <row/> <row/> <row/> <row/> <row/> <column> <property name="text"> <string>Key</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QToolButton" name="addButton"> <property name="toolTip"> <string>Press to add a new empty row</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QToolButton" name="deleteButton"> <property name="toolTip"> <string>Press to delete the selected properties</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QToolButton" name="clearButton"> <property name="toolTip"> <string>Press to delete all properties</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>