|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PublishSubscribeMainWindow</class> |
|
4 <widget class="QMainWindow" name="PublishSubscribeMainWindow"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>187</width> |
|
10 <height>203</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>PublishSubscribeEx</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralWidget"> |
|
17 <layout class="QGridLayout" name="gridLayout"> |
|
18 <item row="0" column="0"> |
|
19 <widget class="QLabel" name="label"> |
|
20 <property name="text"> |
|
21 <string>Battery level:</string> |
|
22 </property> |
|
23 </widget> |
|
24 </item> |
|
25 <item row="0" column="1"> |
|
26 <widget class="QLabel" name="labelBatteryLevel"> |
|
27 <property name="text"> |
|
28 <string>Unknown</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="1" column="0"> |
|
33 <widget class="QLabel" name="label_3"> |
|
34 <property name="text"> |
|
35 <string>Battery status:</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="1" column="1"> |
|
40 <widget class="QLabel" name="labelBatteryStatus"> |
|
41 <property name="text"> |
|
42 <string>Unknown</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="4" column="0"> |
|
47 <spacer name="verticalSpacer"> |
|
48 <property name="orientation"> |
|
49 <enum>Qt::Vertical</enum> |
|
50 </property> |
|
51 <property name="sizeHint" stdset="0"> |
|
52 <size> |
|
53 <width>20</width> |
|
54 <height>40</height> |
|
55 </size> |
|
56 </property> |
|
57 </spacer> |
|
58 </item> |
|
59 <item row="1" column="2"> |
|
60 <spacer name="horizontalSpacer"> |
|
61 <property name="orientation"> |
|
62 <enum>Qt::Horizontal</enum> |
|
63 </property> |
|
64 <property name="sizeHint" stdset="0"> |
|
65 <size> |
|
66 <width>40</width> |
|
67 <height>20</height> |
|
68 </size> |
|
69 </property> |
|
70 </spacer> |
|
71 </item> |
|
72 <item row="2" column="0"> |
|
73 <widget class="QLabel" name="label_2"> |
|
74 <property name="text"> |
|
75 <string>Charging status:</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="2" column="1"> |
|
80 <widget class="QLabel" name="labelChargingStatus"> |
|
81 <property name="text"> |
|
82 <string>Unknown</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="3" column="0"> |
|
87 <widget class="QLabel" name="label_4"> |
|
88 <property name="text"> |
|
89 <string>Current profile:</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="3" column="1"> |
|
94 <widget class="QLabel" name="labelCurrentProfile"> |
|
95 <property name="text"> |
|
96 <string>Unknown</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 <widget class="QMenuBar" name="menuBar"> |
|
103 <property name="geometry"> |
|
104 <rect> |
|
105 <x>0</x> |
|
106 <y>0</y> |
|
107 <width>187</width> |
|
108 <height>19</height> |
|
109 </rect> |
|
110 </property> |
|
111 </widget> |
|
112 <widget class="QStatusBar" name="statusBar"/> |
|
113 </widget> |
|
114 <layoutdefault spacing="6" margin="11"/> |
|
115 <resources/> |
|
116 <connections/> |
|
117 </ui> |