|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MqttMonitorWidget</class> |
|
4 <widget class="QWidget" name="MqttMonitorWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
16 <item> |
|
17 <widget class="QLabel" name="pixmapLabel"/> |
|
18 </item> |
|
19 <item> |
|
20 <widget class="QLabel" name="label_2"> |
|
21 <property name="sizePolicy"> |
|
22 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
23 <horstretch>0</horstretch> |
|
24 <verstretch>0</verstretch> |
|
25 </sizepolicy> |
|
26 </property> |
|
27 <property name="text"> |
|
28 <string><b>MQTT Monitor</b></string> |
|
29 </property> |
|
30 <property name="alignment"> |
|
31 <set>Qt::AlignCenter</set> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 </layout> |
|
36 </item> |
|
37 <item> |
|
38 <spacer name="verticalSpacer"> |
|
39 <property name="orientation"> |
|
40 <enum>Qt::Vertical</enum> |
|
41 </property> |
|
42 <property name="sizeHint" stdset="0"> |
|
43 <size> |
|
44 <width>20</width> |
|
45 <height>251</height> |
|
46 </size> |
|
47 </property> |
|
48 </spacer> |
|
49 </item> |
|
50 </layout> |
|
51 </widget> |
|
52 <resources/> |
|
53 <connections/> |
|
54 </ui> |