Sun, 26 Aug 2018 17:27:45 +0200
Added first outline of the MQTT Monitor.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MqttMonitorWidget</class> <widget class="QWidget" name="MqttMonitorWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="pixmapLabel"/> </item> <item> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string><b>MQTT Monitor</b></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>251</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>