ui/DetailCO2meter.ui

changeset 328
ee2c8b29f389
child 330
138e320ce9bd
equal deleted inserted replaced
327:f44bb52f760f 328:ee2c8b29f389
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DetailCO2meter</class>
4 <widget class="QDialog" name="DetailCO2meter">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1024</width>
10 <height>560</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="topWidget" native="true">
19 <widget class="QGroupBox" name="powerBox">
20 <property name="geometry">
21 <rect>
22 <x>740</x>
23 <y>0</y>
24 <width>261</width>
25 <height>121</height>
26 </rect>
27 </property>
28 <widget class="QLabel" name="powerLabel">
29 <property name="geometry">
30 <rect>
31 <x>190</x>
32 <y>70</y>
33 <width>61</width>
34 <height>20</height>
35 </rect>
36 </property>
37 <property name="text">
38 <string>Power</string>
39 </property>
40 <property name="alignment">
41 <set>Qt::AlignCenter</set>
42 </property>
43 </widget>
44 <widget class="QLabel" name="alarmLabel">
45 <property name="geometry">
46 <rect>
47 <x>130</x>
48 <y>70</y>
49 <width>61</width>
50 <height>20</height>
51 </rect>
52 </property>
53 <property name="text">
54 <string>Alarm</string>
55 </property>
56 <property name="alignment">
57 <set>Qt::AlignCenter</set>
58 </property>
59 </widget>
60 <widget class="Led" name="powerLED">
61 <property name="geometry">
62 <rect>
63 <x>210</x>
64 <y>40</y>
65 <width>20</width>
66 <height>20</height>
67 </rect>
68 </property>
69 <property name="toolTip">
70 <string>Color Led component</string>
71 </property>
72 <property name="whatsThis">
73 <string>Led indicator</string>
74 </property>
75 <property name="checked">
76 <bool>false</bool>
77 </property>
78 <property name="color">
79 <color>
80 <red>28</red>
81 <green>113</green>
82 <blue>216</blue>
83 </color>
84 </property>
85 </widget>
86 <widget class="Led" name="alarmLED">
87 <property name="geometry">
88 <rect>
89 <x>150</x>
90 <y>40</y>
91 <width>20</width>
92 <height>20</height>
93 </rect>
94 </property>
95 <property name="toolTip">
96 <string>Color Led component</string>
97 </property>
98 <property name="whatsThis">
99 <string>Led indicator</string>
100 </property>
101 <property name="checked">
102 <bool>false</bool>
103 </property>
104 </widget>
105 </widget>
106 <widget class="QGroupBox" name="controlBox">
107 <property name="geometry">
108 <rect>
109 <x>0</x>
110 <y>0</y>
111 <width>721</width>
112 <height>231</height>
113 </rect>
114 </property>
115 <widget class="QLabel" name="uuidLabel">
116 <property name="geometry">
117 <rect>
118 <x>10</x>
119 <y>60</y>
120 <width>141</width>
121 <height>20</height>
122 </rect>
123 </property>
124 <property name="text">
125 <string>Uuid:</string>
126 </property>
127 <property name="alignment">
128 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129 </property>
130 </widget>
131 <widget class="QLabel" name="systemLabel">
132 <property name="geometry">
133 <rect>
134 <x>10</x>
135 <y>90</y>
136 <width>141</width>
137 <height>20</height>
138 </rect>
139 </property>
140 <property name="text">
141 <string>System and unit:</string>
142 </property>
143 <property name="alignment">
144 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
145 </property>
146 </widget>
147 <widget class="QLabel" name="codeLabel">
148 <property name="geometry">
149 <rect>
150 <x>10</x>
151 <y>150</y>
152 <width>141</width>
153 <height>20</height>
154 </rect>
155 </property>
156 <property name="text">
157 <string>Code and beer:</string>
158 </property>
159 <property name="alignment">
160 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
161 </property>
162 </widget>
163 <widget class="QLabel" name="modeLabel">
164 <property name="geometry">
165 <rect>
166 <x>10</x>
167 <y>180</y>
168 <width>141</width>
169 <height>20</height>
170 </rect>
171 </property>
172 <property name="text">
173 <string>Working mode:</string>
174 </property>
175 <property name="alignment">
176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
177 </property>
178 </widget>
179 <widget class="QLabel" name="boxLabel">
180 <property name="geometry">
181 <rect>
182 <x>15</x>
183 <y>20</y>
184 <width>691</width>
185 <height>25</height>
186 </rect>
187 </property>
188 <property name="font">
189 <font>
190 <pointsize>12</pointsize>
191 <weight>75</weight>
192 <bold>true</bold>
193 </font>
194 </property>
195 <property name="text">
196 <string>Carbonation Pressure overview</string>
197 </property>
198 <property name="alignment">
199 <set>Qt::AlignCenter</set>
200 </property>
201 </widget>
202 <widget class="QLineEdit" name="uuidEdit">
203 <property name="geometry">
204 <rect>
205 <x>160</x>
206 <y>60</y>
207 <width>271</width>
208 <height>23</height>
209 </rect>
210 </property>
211 <property name="frame">
212 <bool>true</bool>
213 </property>
214 <property name="readOnly">
215 <bool>true</bool>
216 </property>
217 </widget>
218 <widget class="QLineEdit" name="systemEdit">
219 <property name="geometry">
220 <rect>
221 <x>160</x>
222 <y>90</y>
223 <width>181</width>
224 <height>23</height>
225 </rect>
226 </property>
227 <property name="frame">
228 <bool>true</bool>
229 </property>
230 <property name="readOnly">
231 <bool>true</bool>
232 </property>
233 </widget>
234 <widget class="QLineEdit" name="statusEdit">
235 <property name="geometry">
236 <rect>
237 <x>160</x>
238 <y>120</y>
239 <width>111</width>
240 <height>23</height>
241 </rect>
242 </property>
243 <property name="readOnly">
244 <bool>true</bool>
245 </property>
246 </widget>
247 <widget class="QLineEdit" name="codeEdit">
248 <property name="geometry">
249 <rect>
250 <x>160</x>
251 <y>150</y>
252 <width>381</width>
253 <height>23</height>
254 </rect>
255 </property>
256 <property name="readOnly">
257 <bool>true</bool>
258 </property>
259 </widget>
260 <widget class="QComboBox" name="codePick">
261 <property name="geometry">
262 <rect>
263 <x>560</x>
264 <y>150</y>
265 <width>141</width>
266 <height>23</height>
267 </rect>
268 </property>
269 <property name="sizeAdjustPolicy">
270 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
271 </property>
272 </widget>
273 <widget class="QLabel" name="statusLabel">
274 <property name="geometry">
275 <rect>
276 <x>10</x>
277 <y>120</y>
278 <width>141</width>
279 <height>20</height>
280 </rect>
281 </property>
282 <property name="text">
283 <string>Current status:</string>
284 </property>
285 <property name="alignment">
286 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
287 </property>
288 </widget>
289 <widget class="QLineEdit" name="modeEdit">
290 <property name="geometry">
291 <rect>
292 <x>160</x>
293 <y>180</y>
294 <width>111</width>
295 <height>23</height>
296 </rect>
297 </property>
298 <property name="readOnly">
299 <bool>true</bool>
300 </property>
301 </widget>
302 </widget>
303 <widget class="QGroupBox" name="thermoBox">
304 <property name="enabled">
305 <bool>true</bool>
306 </property>
307 <property name="geometry">
308 <rect>
309 <x>0</x>
310 <y>240</y>
311 <width>721</width>
312 <height>291</height>
313 </rect>
314 </property>
315 <widget class="QLabel" name="thermoLabel">
316 <property name="geometry">
317 <rect>
318 <x>160</x>
319 <y>260</y>
320 <width>71</width>
321 <height>20</height>
322 </rect>
323 </property>
324 <property name="text">
325 <string>Temperature</string>
326 </property>
327 <property name="alignment">
328 <set>Qt::AlignCenter</set>
329 </property>
330 </widget>
331 <widget class="QLabel" name="barLabel">
332 <property name="geometry">
333 <rect>
334 <x>490</x>
335 <y>260</y>
336 <width>71</width>
337 <height>20</height>
338 </rect>
339 </property>
340 <property name="text">
341 <string>Pressure</string>
342 </property>
343 <property name="alignment">
344 <set>Qt::AlignCenter</set>
345 </property>
346 </widget>
347 <widget class="ManoMeter" name="barMeter">
348 <property name="geometry">
349 <rect>
350 <x>400</x>
351 <y>10</y>
352 <width>251</width>
353 <height>251</height>
354 </rect>
355 </property>
356 <property name="toolTip">
357 <string>Shows the beer temperature</string>
358 </property>
359 <property name="valueFont">
360 <font>
361 <pointsize>18</pointsize>
362 </font>
363 </property>
364 <property name="digitFont">
365 <font>
366 <pointsize>14</pointsize>
367 </font>
368 </property>
369 <property name="digitOffset">
370 <double>110.000000000000000</double>
371 </property>
372 </widget>
373 <widget class="ManoMeter" name="thermoMeter">
374 <property name="geometry">
375 <rect>
376 <x>70</x>
377 <y>10</y>
378 <width>251</width>
379 <height>251</height>
380 </rect>
381 </property>
382 <property name="toolTip">
383 <string>Shows the air temperature</string>
384 </property>
385 <property name="autoFillBackground">
386 <bool>false</bool>
387 </property>
388 <property name="valueFont">
389 <font>
390 <pointsize>18</pointsize>
391 </font>
392 </property>
393 <property name="digitFont">
394 <font>
395 <pointsize>14</pointsize>
396 </font>
397 </property>
398 <property name="digitOffset">
399 <double>110.000000000000000</double>
400 </property>
401 </widget>
402 </widget>
403 <widget class="QGroupBox" name="tempsetBox">
404 <property name="geometry">
405 <rect>
406 <x>740</x>
407 <y>130</y>
408 <width>261</width>
409 <height>101</height>
410 </rect>
411 </property>
412 </widget>
413 <widget class="QGroupBox" name="switchBox">
414 <property name="geometry">
415 <rect>
416 <x>740</x>
417 <y>240</y>
418 <width>261</width>
419 <height>121</height>
420 </rect>
421 </property>
422 </widget>
423 <widget class="QGroupBox" name="buttonBox">
424 <property name="geometry">
425 <rect>
426 <x>740</x>
427 <y>430</y>
428 <width>261</width>
429 <height>101</height>
430 </rect>
431 </property>
432 <widget class="QPushButton" name="quitButton">
433 <property name="geometry">
434 <rect>
435 <x>90</x>
436 <y>60</y>
437 <width>80</width>
438 <height>23</height>
439 </rect>
440 </property>
441 <property name="sizePolicy">
442 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
443 <horstretch>0</horstretch>
444 <verstretch>0</verstretch>
445 </sizepolicy>
446 </property>
447 <property name="text">
448 <string>Quit</string>
449 </property>
450 <property name="icon">
451 <iconset>
452 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
453 </property>
454 </widget>
455 <widget class="QPushButton" name="logButton">
456 <property name="geometry">
457 <rect>
458 <x>90</x>
459 <y>20</y>
460 <width>80</width>
461 <height>23</height>
462 </rect>
463 </property>
464 <property name="text">
465 <string>Log</string>
466 </property>
467 <property name="icon">
468 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
469 <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
470 </property>
471 </widget>
472 </widget>
473 </widget>
474 </item>
475 </layout>
476 </widget>
477 <customwidgets>
478 <customwidget>
479 <class>Led</class>
480 <extends>QWidget</extends>
481 <header>analog/led.h</header>
482 </customwidget>
483 <customwidget>
484 <class>ManoMeter</class>
485 <extends>QWidget</extends>
486 <header>analog/manometer.h</header>
487 </customwidget>
488 </customwidgets>
489 <tabstops>
490 <tabstop>quitButton</tabstop>
491 </tabstops>
492 <resources>
493 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
494 </resources>
495 <connections/>
496 </ui>

mercurial