ui/DetailFermenter.ui

changeset 317
f78827503fb0
child 318
ff02aca2b63c
equal deleted inserted replaced
316:dcd472be9ae8 317:f78827503fb0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DetailFermenter</class>
4 <widget class="QDialog" name="DetailFermenter">
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>720</x>
23 <y>10</y>
24 <width>261</width>
25 <height>111</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="QLabel" name="lightLabel">
61 <property name="geometry">
62 <rect>
63 <x>70</x>
64 <y>70</y>
65 <width>61</width>
66 <height>20</height>
67 </rect>
68 </property>
69 <property name="text">
70 <string>Light</string>
71 </property>
72 <property name="alignment">
73 <set>Qt::AlignCenter</set>
74 </property>
75 </widget>
76 <widget class="QLabel" name="doorLabel">
77 <property name="geometry">
78 <rect>
79 <x>10</x>
80 <y>70</y>
81 <width>61</width>
82 <height>20</height>
83 </rect>
84 </property>
85 <property name="text">
86 <string>Door</string>
87 </property>
88 <property name="alignment">
89 <set>Qt::AlignCenter</set>
90 </property>
91 </widget>
92 <widget class="Led" name="powerLED">
93 <property name="geometry">
94 <rect>
95 <x>210</x>
96 <y>40</y>
97 <width>20</width>
98 <height>20</height>
99 </rect>
100 </property>
101 <property name="toolTip">
102 <string>Color Led component</string>
103 </property>
104 <property name="whatsThis">
105 <string>Led indicator</string>
106 </property>
107 <property name="checked">
108 <bool>false</bool>
109 </property>
110 <property name="color">
111 <color>
112 <red>28</red>
113 <green>113</green>
114 <blue>216</blue>
115 </color>
116 </property>
117 </widget>
118 <widget class="Led" name="alarmLED">
119 <property name="geometry">
120 <rect>
121 <x>150</x>
122 <y>40</y>
123 <width>20</width>
124 <height>20</height>
125 </rect>
126 </property>
127 <property name="toolTip">
128 <string>Color Led component</string>
129 </property>
130 <property name="whatsThis">
131 <string>Led indicator</string>
132 </property>
133 <property name="checked">
134 <bool>false</bool>
135 </property>
136 </widget>
137 <widget class="Led" name="lightLED">
138 <property name="geometry">
139 <rect>
140 <x>90</x>
141 <y>40</y>
142 <width>20</width>
143 <height>20</height>
144 </rect>
145 </property>
146 <property name="toolTip">
147 <string>Color Led component</string>
148 </property>
149 <property name="whatsThis">
150 <string>Led indicator</string>
151 </property>
152 <property name="checked">
153 <bool>false</bool>
154 </property>
155 <property name="color">
156 <color>
157 <red>245</red>
158 <green>194</green>
159 <blue>17</blue>
160 </color>
161 </property>
162 </widget>
163 <widget class="Led" name="doorLED">
164 <property name="geometry">
165 <rect>
166 <x>30</x>
167 <y>40</y>
168 <width>20</width>
169 <height>20</height>
170 </rect>
171 </property>
172 <property name="toolTip">
173 <string>Color Led component</string>
174 </property>
175 <property name="whatsThis">
176 <string>Led indicator</string>
177 </property>
178 <property name="checked">
179 <bool>false</bool>
180 </property>
181 <property name="color">
182 <color>
183 <red>245</red>
184 <green>194</green>
185 <blue>17</blue>
186 </color>
187 </property>
188 </widget>
189 </widget>
190 <widget class="QGroupBox" name="controlBox">
191 <property name="geometry">
192 <rect>
193 <x>20</x>
194 <y>10</y>
195 <width>681</width>
196 <height>231</height>
197 </rect>
198 </property>
199 <widget class="QLabel" name="uuidLabel">
200 <property name="geometry">
201 <rect>
202 <x>10</x>
203 <y>40</y>
204 <width>121</width>
205 <height>20</height>
206 </rect>
207 </property>
208 <property name="text">
209 <string>Uuid:</string>
210 </property>
211 <property name="alignment">
212 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
213 </property>
214 </widget>
215 <widget class="QLabel" name="systemLabel">
216 <property name="geometry">
217 <rect>
218 <x>10</x>
219 <y>70</y>
220 <width>121</width>
221 <height>20</height>
222 </rect>
223 </property>
224 <property name="text">
225 <string>System:</string>
226 </property>
227 <property name="alignment">
228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
229 </property>
230 </widget>
231 <widget class="QLabel" name="codeLabel">
232 <property name="geometry">
233 <rect>
234 <x>10</x>
235 <y>100</y>
236 <width>121</width>
237 <height>20</height>
238 </rect>
239 </property>
240 <property name="text">
241 <string>Code and beer:</string>
242 </property>
243 <property name="alignment">
244 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
245 </property>
246 </widget>
247 <widget class="QLabel" name="modeLabel">
248 <property name="geometry">
249 <rect>
250 <x>10</x>
251 <y>130</y>
252 <width>121</width>
253 <height>20</height>
254 </rect>
255 </property>
256 <property name="text">
257 <string>Mode:</string>
258 </property>
259 <property name="alignment">
260 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
261 </property>
262 </widget>
263 <widget class="QLabel" name="stageLabel">
264 <property name="geometry">
265 <rect>
266 <x>10</x>
267 <y>160</y>
268 <width>121</width>
269 <height>20</height>
270 </rect>
271 </property>
272 <property name="text">
273 <string>Stage:</string>
274 </property>
275 <property name="alignment">
276 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
277 </property>
278 </widget>
279 <widget class="QLabel" name="profileLabel">
280 <property name="geometry">
281 <rect>
282 <x>10</x>
283 <y>190</y>
284 <width>121</width>
285 <height>20</height>
286 </rect>
287 </property>
288 <property name="text">
289 <string>Fermentation profile:</string>
290 </property>
291 <property name="alignment">
292 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
293 </property>
294 </widget>
295 <widget class="QLabel" name="boxLabel">
296 <property name="geometry">
297 <rect>
298 <x>15</x>
299 <y>10</y>
300 <width>651</width>
301 <height>25</height>
302 </rect>
303 </property>
304 <property name="font">
305 <font>
306 <pointsize>12</pointsize>
307 <weight>75</weight>
308 <bold>true</bold>
309 </font>
310 </property>
311 <property name="text">
312 <string>Climate Controller overview</string>
313 </property>
314 <property name="alignment">
315 <set>Qt::AlignCenter</set>
316 </property>
317 </widget>
318 <widget class="QLineEdit" name="uuidEdit">
319 <property name="geometry">
320 <rect>
321 <x>140</x>
322 <y>40</y>
323 <width>221</width>
324 <height>23</height>
325 </rect>
326 </property>
327 <property name="readOnly">
328 <bool>true</bool>
329 </property>
330 </widget>
331 <widget class="QLineEdit" name="systemEdit">
332 <property name="geometry">
333 <rect>
334 <x>140</x>
335 <y>70</y>
336 <width>151</width>
337 <height>23</height>
338 </rect>
339 </property>
340 <property name="readOnly">
341 <bool>true</bool>
342 </property>
343 </widget>
344 <widget class="QLineEdit" name="statusEdit">
345 <property name="geometry">
346 <rect>
347 <x>550</x>
348 <y>70</y>
349 <width>101</width>
350 <height>23</height>
351 </rect>
352 </property>
353 </widget>
354 <widget class="QLineEdit" name="codeEdit">
355 <property name="geometry">
356 <rect>
357 <x>140</x>
358 <y>100</y>
359 <width>381</width>
360 <height>23</height>
361 </rect>
362 </property>
363 </widget>
364 <widget class="QComboBox" name="codePick">
365 <property name="geometry">
366 <rect>
367 <x>550</x>
368 <y>100</y>
369 <width>101</width>
370 <height>23</height>
371 </rect>
372 </property>
373 </widget>
374 <widget class="QComboBox" name="modeEdit">
375 <property name="geometry">
376 <rect>
377 <x>140</x>
378 <y>130</y>
379 <width>121</width>
380 <height>23</height>
381 </rect>
382 </property>
383 </widget>
384 <widget class="QComboBox" name="stageEdit">
385 <property name="geometry">
386 <rect>
387 <x>140</x>
388 <y>160</y>
389 <width>121</width>
390 <height>23</height>
391 </rect>
392 </property>
393 </widget>
394 <widget class="QLineEdit" name="profileEdit">
395 <property name="geometry">
396 <rect>
397 <x>140</x>
398 <y>190</y>
399 <width>221</width>
400 <height>23</height>
401 </rect>
402 </property>
403 </widget>
404 <widget class="QLineEdit" name="profileShow">
405 <property name="geometry">
406 <rect>
407 <x>550</x>
408 <y>190</y>
409 <width>101</width>
410 <height>23</height>
411 </rect>
412 </property>
413 </widget>
414 <widget class="QPushButton" name="modeButton1">
415 <property name="geometry">
416 <rect>
417 <x>440</x>
418 <y>130</y>
419 <width>80</width>
420 <height>23</height>
421 </rect>
422 </property>
423 <property name="text">
424 <string>PushButton</string>
425 </property>
426 </widget>
427 <widget class="QPushButton" name="modeButton2">
428 <property name="geometry">
429 <rect>
430 <x>550</x>
431 <y>130</y>
432 <width>80</width>
433 <height>23</height>
434 </rect>
435 </property>
436 <property name="text">
437 <string>PushButton</string>
438 </property>
439 </widget>
440 </widget>
441 <widget class="QGroupBox" name="thermoBox">
442 <property name="geometry">
443 <rect>
444 <x>20</x>
445 <y>250</y>
446 <width>681</width>
447 <height>271</height>
448 </rect>
449 </property>
450 <widget class="QLabel" name="chillerLabel">
451 <property name="geometry">
452 <rect>
453 <x>290</x>
454 <y>10</y>
455 <width>101</width>
456 <height>20</height>
457 </rect>
458 </property>
459 <property name="text">
460 <string>Chiller</string>
461 </property>
462 <property name="alignment">
463 <set>Qt::AlignCenter</set>
464 </property>
465 </widget>
466 <widget class="QLabel" name="airLabel">
467 <property name="geometry">
468 <rect>
469 <x>80</x>
470 <y>240</y>
471 <width>101</width>
472 <height>20</height>
473 </rect>
474 </property>
475 <property name="text">
476 <string>Air</string>
477 </property>
478 <property name="alignment">
479 <set>Qt::AlignCenter</set>
480 </property>
481 </widget>
482 <widget class="QLabel" name="beerLabel">
483 <property name="geometry">
484 <rect>
485 <x>500</x>
486 <y>240</y>
487 <width>101</width>
488 <height>20</height>
489 </rect>
490 </property>
491 <property name="text">
492 <string>Beer</string>
493 </property>
494 <property name="alignment">
495 <set>Qt::AlignCenter</set>
496 </property>
497 </widget>
498 <widget class="ManoMeter" name="chillerThermo">
499 <property name="enabled">
500 <bool>true</bool>
501 </property>
502 <property name="geometry">
503 <rect>
504 <x>290</x>
505 <y>30</y>
506 <width>100</width>
507 <height>100</height>
508 </rect>
509 </property>
510 <property name="toolTip">
511 <string>Shows the pressure</string>
512 </property>
513 <property name="whatsThis">
514 <string>The bar meter widget displays the pressure attached to it</string>
515 </property>
516 <property name="minimum">
517 <double>-15.000000000000000</double>
518 </property>
519 <property name="maximum">
520 <double>25.000000000000000</double>
521 </property>
522 <property name="nominal">
523 <double>0.000000000000000</double>
524 </property>
525 <property name="critical">
526 <double>15.000000000000000</double>
527 </property>
528 </widget>
529 <widget class="ManoMeter" name="beerThermo">
530 <property name="geometry">
531 <rect>
532 <x>450</x>
533 <y>30</y>
534 <width>201</width>
535 <height>201</height>
536 </rect>
537 </property>
538 <property name="toolTip">
539 <string>Shows the pressure</string>
540 </property>
541 <property name="whatsThis">
542 <string>The bar meter widget displays the pressure attached to it</string>
543 </property>
544 <property name="maximum">
545 <double>45.000000000000000</double>
546 </property>
547 <property name="nominal">
548 <double>15.000000000000000</double>
549 </property>
550 <property name="critical">
551 <double>20.000000000000000</double>
552 </property>
553 </widget>
554 <widget class="ManoMeter" name="airThermo">
555 <property name="geometry">
556 <rect>
557 <x>30</x>
558 <y>30</y>
559 <width>201</width>
560 <height>201</height>
561 </rect>
562 </property>
563 <property name="toolTip">
564 <string>Shows the pressure</string>
565 </property>
566 <property name="whatsThis">
567 <string>The bar meter widget displays the pressure attached to it</string>
568 </property>
569 <property name="autoFillBackground">
570 <bool>true</bool>
571 </property>
572 <property name="maximum">
573 <double>45.000000000000000</double>
574 </property>
575 <property name="nominal">
576 <double>15.000000000000000</double>
577 </property>
578 <property name="critical">
579 <double>20.000000000000000</double>
580 </property>
581 <property name="valueOffset">
582 <double>-100.000000000000000</double>
583 </property>
584 <property name="digitOffset">
585 <double>105.000000000000000</double>
586 </property>
587 </widget>
588 </widget>
589 <widget class="QGroupBox" name="tempsetBox">
590 <property name="geometry">
591 <rect>
592 <x>720</x>
593 <y>140</y>
594 <width>261</width>
595 <height>101</height>
596 </rect>
597 </property>
598 <widget class="QDoubleSpinBox" name="loEdit">
599 <property name="geometry">
600 <rect>
601 <x>40</x>
602 <y>30</y>
603 <width>71</width>
604 <height>24</height>
605 </rect>
606 </property>
607 </widget>
608 <widget class="QDoubleSpinBox" name="hiEdit">
609 <property name="geometry">
610 <rect>
611 <x>150</x>
612 <y>30</y>
613 <width>71</width>
614 <height>24</height>
615 </rect>
616 </property>
617 </widget>
618 <widget class="QLabel" name="loLabel">
619 <property name="geometry">
620 <rect>
621 <x>40</x>
622 <y>60</y>
623 <width>71</width>
624 <height>20</height>
625 </rect>
626 </property>
627 <property name="text">
628 <string>°C low</string>
629 </property>
630 </widget>
631 <widget class="QLabel" name="hiLabel">
632 <property name="geometry">
633 <rect>
634 <x>150</x>
635 <y>60</y>
636 <width>71</width>
637 <height>20</height>
638 </rect>
639 </property>
640 <property name="text">
641 <string>°C high</string>
642 </property>
643 </widget>
644 </widget>
645 <widget class="QGroupBox" name="switchBox">
646 <property name="geometry">
647 <rect>
648 <x>720</x>
649 <y>250</y>
650 <width>261</width>
651 <height>121</height>
652 </rect>
653 </property>
654 <widget class="Led" name="heatLED">
655 <property name="geometry">
656 <rect>
657 <x>40</x>
658 <y>20</y>
659 <width>20</width>
660 <height>20</height>
661 </rect>
662 </property>
663 <property name="toolTip">
664 <string>Color Led component</string>
665 </property>
666 <property name="whatsThis">
667 <string>Led indicator</string>
668 </property>
669 <property name="checked">
670 <bool>false</bool>
671 </property>
672 <property name="color">
673 <color>
674 <red>0</red>
675 <green>200</green>
676 <blue>0</blue>
677 </color>
678 </property>
679 </widget>
680 <widget class="Led" name="coolLED">
681 <property name="geometry">
682 <rect>
683 <x>120</x>
684 <y>20</y>
685 <width>20</width>
686 <height>20</height>
687 </rect>
688 </property>
689 <property name="toolTip">
690 <string>Color Led component</string>
691 </property>
692 <property name="whatsThis">
693 <string>Led indicator</string>
694 </property>
695 <property name="checked">
696 <bool>false</bool>
697 </property>
698 <property name="color">
699 <color>
700 <red>0</red>
701 <green>200</green>
702 <blue>0</blue>
703 </color>
704 </property>
705 </widget>
706 <widget class="Led" name="fanLED">
707 <property name="geometry">
708 <rect>
709 <x>200</x>
710 <y>20</y>
711 <width>20</width>
712 <height>20</height>
713 </rect>
714 </property>
715 <property name="toolTip">
716 <string>Color Led component</string>
717 </property>
718 <property name="whatsThis">
719 <string>Led indicator</string>
720 </property>
721 <property name="checked">
722 <bool>false</bool>
723 </property>
724 <property name="color">
725 <color>
726 <red>0</red>
727 <green>200</green>
728 <blue>0</blue>
729 </color>
730 </property>
731 </widget>
732 </widget>
733 <widget class="QGroupBox" name="buttonBox">
734 <property name="geometry">
735 <rect>
736 <x>720</x>
737 <y>390</y>
738 <width>261</width>
739 <height>131</height>
740 </rect>
741 </property>
742 <property name="title">
743 <string>GroupBox</string>
744 </property>
745 <widget class="QPushButton" name="quitButton">
746 <property name="geometry">
747 <rect>
748 <x>90</x>
749 <y>90</y>
750 <width>80</width>
751 <height>23</height>
752 </rect>
753 </property>
754 <property name="sizePolicy">
755 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
756 <horstretch>0</horstretch>
757 <verstretch>0</verstretch>
758 </sizepolicy>
759 </property>
760 <property name="text">
761 <string>Quit</string>
762 </property>
763 <property name="icon">
764 <iconset>
765 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
766 </property>
767 </widget>
768 </widget>
769 </widget>
770 </item>
771 </layout>
772 </widget>
773 <customwidgets>
774 <customwidget>
775 <class>Led</class>
776 <extends>QWidget</extends>
777 <header>analog/led.h</header>
778 </customwidget>
779 <customwidget>
780 <class>ManoMeter</class>
781 <extends>QWidget</extends>
782 <header>analog/manometer.h</header>
783 </customwidget>
784 </customwidgets>
785 <tabstops>
786 <tabstop>quitButton</tabstop>
787 </tabstops>
788 <resources>
789 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
790 </resources>
791 <connections/>
792 </ui>

mercurial