ui/DetailNode.ui

changeset 346
792058058c2f
equal deleted inserted replaced
345:e4f1769047db 346:792058058c2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DetailNode</class>
4 <widget class="QDialog" name="DetailNode">
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="controlBox">
20 <property name="geometry">
21 <rect>
22 <x>20</x>
23 <y>10</y>
24 <width>961</width>
25 <height>461</height>
26 </rect>
27 </property>
28 <widget class="QLabel" name="uuidLabel">
29 <property name="geometry">
30 <rect>
31 <x>10</x>
32 <y>60</y>
33 <width>141</width>
34 <height>20</height>
35 </rect>
36 </property>
37 <property name="text">
38 <string>Uuid:</string>
39 </property>
40 <property name="alignment">
41 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
42 </property>
43 </widget>
44 <widget class="QLabel" name="systemLabel">
45 <property name="geometry">
46 <rect>
47 <x>10</x>
48 <y>90</y>
49 <width>141</width>
50 <height>20</height>
51 </rect>
52 </property>
53 <property name="text">
54 <string>System:</string>
55 </property>
56 <property name="alignment">
57 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58 </property>
59 </widget>
60 <widget class="QLabel" name="typeLabel">
61 <property name="geometry">
62 <rect>
63 <x>10</x>
64 <y>150</y>
65 <width>141</width>
66 <height>20</height>
67 </rect>
68 </property>
69 <property name="text">
70 <string>Type:</string>
71 </property>
72 <property name="alignment">
73 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
74 </property>
75 </widget>
76 <widget class="QLabel" name="firstLabel">
77 <property name="geometry">
78 <rect>
79 <x>10</x>
80 <y>180</y>
81 <width>141</width>
82 <height>20</height>
83 </rect>
84 </property>
85 <property name="text">
86 <string>First seen:</string>
87 </property>
88 <property name="alignment">
89 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
90 </property>
91 </widget>
92 <widget class="QLineEdit" name="uuidEdit">
93 <property name="geometry">
94 <rect>
95 <x>160</x>
96 <y>60</y>
97 <width>271</width>
98 <height>23</height>
99 </rect>
100 </property>
101 <property name="frame">
102 <bool>true</bool>
103 </property>
104 <property name="readOnly">
105 <bool>true</bool>
106 </property>
107 </widget>
108 <widget class="QLineEdit" name="systemEdit">
109 <property name="geometry">
110 <rect>
111 <x>160</x>
112 <y>90</y>
113 <width>181</width>
114 <height>23</height>
115 </rect>
116 </property>
117 <property name="frame">
118 <bool>true</bool>
119 </property>
120 <property name="readOnly">
121 <bool>true</bool>
122 </property>
123 </widget>
124 <widget class="QLineEdit" name="statusEdit">
125 <property name="geometry">
126 <rect>
127 <x>160</x>
128 <y>120</y>
129 <width>141</width>
130 <height>23</height>
131 </rect>
132 </property>
133 <property name="readOnly">
134 <bool>true</bool>
135 </property>
136 </widget>
137 <widget class="QLineEdit" name="typeEdit">
138 <property name="geometry">
139 <rect>
140 <x>160</x>
141 <y>150</y>
142 <width>141</width>
143 <height>23</height>
144 </rect>
145 </property>
146 <property name="readOnly">
147 <bool>true</bool>
148 </property>
149 </widget>
150 <widget class="QLabel" name="statusLabel">
151 <property name="geometry">
152 <rect>
153 <x>10</x>
154 <y>120</y>
155 <width>141</width>
156 <height>20</height>
157 </rect>
158 </property>
159 <property name="text">
160 <string>Current status:</string>
161 </property>
162 <property name="alignment">
163 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
164 </property>
165 </widget>
166 <widget class="QLineEdit" name="firstEdit">
167 <property name="geometry">
168 <rect>
169 <x>160</x>
170 <y>180</y>
171 <width>181</width>
172 <height>23</height>
173 </rect>
174 </property>
175 <property name="readOnly">
176 <bool>true</bool>
177 </property>
178 </widget>
179 <widget class="QLabel" name="lastLabel">
180 <property name="geometry">
181 <rect>
182 <x>10</x>
183 <y>210</y>
184 <width>141</width>
185 <height>20</height>
186 </rect>
187 </property>
188 <property name="text">
189 <string>Last seen:</string>
190 </property>
191 <property name="alignment">
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
193 </property>
194 </widget>
195 <widget class="QLineEdit" name="lastEdit">
196 <property name="geometry">
197 <rect>
198 <x>160</x>
199 <y>210</y>
200 <width>181</width>
201 <height>23</height>
202 </rect>
203 </property>
204 <property name="readOnly">
205 <bool>true</bool>
206 </property>
207 </widget>
208 <widget class="QLabel" name="boxLabel">
209 <property name="geometry">
210 <rect>
211 <x>10</x>
212 <y>20</y>
213 <width>941</width>
214 <height>25</height>
215 </rect>
216 </property>
217 <property name="font">
218 <font>
219 <pointsize>12</pointsize>
220 <weight>75</weight>
221 <bold>true</bold>
222 </font>
223 </property>
224 <property name="text">
225 <string>System overview</string>
226 </property>
227 <property name="alignment">
228 <set>Qt::AlignCenter</set>
229 </property>
230 </widget>
231 <widget class="QLabel" name="makerLabel">
232 <property name="geometry">
233 <rect>
234 <x>10</x>
235 <y>240</y>
236 <width>141</width>
237 <height>20</height>
238 </rect>
239 </property>
240 <property name="text">
241 <string>Hardware maker:</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="modelLabel">
248 <property name="geometry">
249 <rect>
250 <x>10</x>
251 <y>270</y>
252 <width>141</width>
253 <height>20</height>
254 </rect>
255 </property>
256 <property name="text">
257 <string>Hardware model:</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="osLabel">
264 <property name="geometry">
265 <rect>
266 <x>10</x>
267 <y>300</y>
268 <width>141</width>
269 <height>20</height>
270 </rect>
271 </property>
272 <property name="text">
273 <string>OS:</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="fwLabel">
280 <property name="geometry">
281 <rect>
282 <x>10</x>
283 <y>330</y>
284 <width>141</width>
285 <height>20</height>
286 </rect>
287 </property>
288 <property name="text">
289 <string>Firmware:</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="tempLabel">
296 <property name="geometry">
297 <rect>
298 <x>10</x>
299 <y>360</y>
300 <width>141</width>
301 <height>20</height>
302 </rect>
303 </property>
304 <property name="text">
305 <string>Temperature:</string>
306 </property>
307 <property name="alignment">
308 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
309 </property>
310 </widget>
311 <widget class="QLabel" name="humLabel">
312 <property name="geometry">
313 <rect>
314 <x>10</x>
315 <y>390</y>
316 <width>141</width>
317 <height>20</height>
318 </rect>
319 </property>
320 <property name="text">
321 <string>Humidity:</string>
322 </property>
323 <property name="alignment">
324 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
325 </property>
326 </widget>
327 <widget class="QLabel" name="networkLabel">
328 <property name="geometry">
329 <rect>
330 <x>490</x>
331 <y>270</y>
332 <width>141</width>
333 <height>20</height>
334 </rect>
335 </property>
336 <property name="text">
337 <string>Network:</string>
338 </property>
339 <property name="alignment">
340 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
341 </property>
342 </widget>
343 <widget class="QLabel" name="intervalLabel">
344 <property name="geometry">
345 <rect>
346 <x>490</x>
347 <y>240</y>
348 <width>141</width>
349 <height>20</height>
350 </rect>
351 </property>
352 <property name="text">
353 <string>Update interval:</string>
354 </property>
355 <property name="alignment">
356 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
357 </property>
358 </widget>
359 <widget class="QLineEdit" name="makerEdit">
360 <property name="geometry">
361 <rect>
362 <x>160</x>
363 <y>240</y>
364 <width>271</width>
365 <height>23</height>
366 </rect>
367 </property>
368 <property name="readOnly">
369 <bool>true</bool>
370 </property>
371 </widget>
372 <widget class="QLineEdit" name="modelEdit">
373 <property name="geometry">
374 <rect>
375 <x>160</x>
376 <y>270</y>
377 <width>271</width>
378 <height>23</height>
379 </rect>
380 </property>
381 <property name="readOnly">
382 <bool>true</bool>
383 </property>
384 </widget>
385 <widget class="QLineEdit" name="osEdit">
386 <property name="geometry">
387 <rect>
388 <x>160</x>
389 <y>300</y>
390 <width>271</width>
391 <height>23</height>
392 </rect>
393 </property>
394 <property name="readOnly">
395 <bool>true</bool>
396 </property>
397 </widget>
398 <widget class="QLineEdit" name="fwEdit">
399 <property name="geometry">
400 <rect>
401 <x>160</x>
402 <y>330</y>
403 <width>181</width>
404 <height>23</height>
405 </rect>
406 </property>
407 <property name="readOnly">
408 <bool>true</bool>
409 </property>
410 </widget>
411 <widget class="QLabel" name="baroLabel">
412 <property name="geometry">
413 <rect>
414 <x>10</x>
415 <y>420</y>
416 <width>141</width>
417 <height>20</height>
418 </rect>
419 </property>
420 <property name="text">
421 <string>Barometer:</string>
422 </property>
423 <property name="alignment">
424 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
425 </property>
426 </widget>
427 <widget class="QDoubleSpinBox" name="tempEdit">
428 <property name="geometry">
429 <rect>
430 <x>160</x>
431 <y>360</y>
432 <width>121</width>
433 <height>24</height>
434 </rect>
435 </property>
436 <property name="readOnly">
437 <bool>true</bool>
438 </property>
439 <property name="buttonSymbols">
440 <enum>QAbstractSpinBox::NoButtons</enum>
441 </property>
442 <property name="suffix">
443 <string>°C</string>
444 </property>
445 <property name="decimals">
446 <number>1</number>
447 </property>
448 <property name="minimum">
449 <double>-30.000000000000000</double>
450 </property>
451 <property name="maximum">
452 <double>100.000000000000000</double>
453 </property>
454 </widget>
455 <widget class="QDoubleSpinBox" name="humEdit">
456 <property name="geometry">
457 <rect>
458 <x>160</x>
459 <y>390</y>
460 <width>121</width>
461 <height>24</height>
462 </rect>
463 </property>
464 <property name="readOnly">
465 <bool>true</bool>
466 </property>
467 <property name="buttonSymbols">
468 <enum>QAbstractSpinBox::NoButtons</enum>
469 </property>
470 <property name="suffix">
471 <string>%</string>
472 </property>
473 <property name="decimals">
474 <number>1</number>
475 </property>
476 <property name="minimum">
477 <double>0.000000000000000</double>
478 </property>
479 <property name="maximum">
480 <double>100.000000000000000</double>
481 </property>
482 </widget>
483 <widget class="QDoubleSpinBox" name="baroEdit">
484 <property name="geometry">
485 <rect>
486 <x>160</x>
487 <y>420</y>
488 <width>121</width>
489 <height>24</height>
490 </rect>
491 </property>
492 <property name="readOnly">
493 <bool>true</bool>
494 </property>
495 <property name="buttonSymbols">
496 <enum>QAbstractSpinBox::NoButtons</enum>
497 </property>
498 <property name="suffix">
499 <string>mbar</string>
500 </property>
501 <property name="decimals">
502 <number>0</number>
503 </property>
504 <property name="minimum">
505 <double>0.000000000000000</double>
506 </property>
507 <property name="maximum">
508 <double>1200.000000000000000</double>
509 </property>
510 </widget>
511 <widget class="QLabel" name="ssidLabel">
512 <property name="geometry">
513 <rect>
514 <x>490</x>
515 <y>300</y>
516 <width>141</width>
517 <height>20</height>
518 </rect>
519 </property>
520 <property name="text">
521 <string>WiFi SSID:</string>
522 </property>
523 <property name="alignment">
524 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
525 </property>
526 </widget>
527 <widget class="QLabel" name="rssiLabel">
528 <property name="geometry">
529 <rect>
530 <x>490</x>
531 <y>330</y>
532 <width>141</width>
533 <height>20</height>
534 </rect>
535 </property>
536 <property name="text">
537 <string>WiFi signal:</string>
538 </property>
539 <property name="alignment">
540 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
541 </property>
542 </widget>
543 <widget class="QLineEdit" name="networkEdit">
544 <property name="geometry">
545 <rect>
546 <x>640</x>
547 <y>270</y>
548 <width>271</width>
549 <height>23</height>
550 </rect>
551 </property>
552 <property name="readOnly">
553 <bool>true</bool>
554 </property>
555 </widget>
556 <widget class="QLineEdit" name="ssidEdit">
557 <property name="geometry">
558 <rect>
559 <x>640</x>
560 <y>300</y>
561 <width>181</width>
562 <height>23</height>
563 </rect>
564 </property>
565 <property name="readOnly">
566 <bool>true</bool>
567 </property>
568 </widget>
569 <widget class="QSpinBox" name="rssiEdit">
570 <property name="geometry">
571 <rect>
572 <x>640</x>
573 <y>330</y>
574 <width>121</width>
575 <height>24</height>
576 </rect>
577 </property>
578 <property name="readOnly">
579 <bool>true</bool>
580 </property>
581 <property name="buttonSymbols">
582 <enum>QAbstractSpinBox::NoButtons</enum>
583 </property>
584 <property name="minimum">
585 <number>-1000</number>
586 </property>
587 <property name="maximum">
588 <number>0</number>
589 </property>
590 </widget>
591 <widget class="QSpinBox" name="intervalEdit">
592 <property name="geometry">
593 <rect>
594 <x>640</x>
595 <y>240</y>
596 <width>121</width>
597 <height>24</height>
598 </rect>
599 </property>
600 <property name="readOnly">
601 <bool>true</bool>
602 </property>
603 <property name="buttonSymbols">
604 <enum>QAbstractSpinBox::NoButtons</enum>
605 </property>
606 <property name="minimum">
607 <number>0</number>
608 </property>
609 <property name="maximum">
610 <number>100000</number>
611 </property>
612 </widget>
613 <widget class="QPushButton" name="rebootButton">
614 <property name="geometry">
615 <rect>
616 <x>700</x>
617 <y>60</y>
618 <width>80</width>
619 <height>23</height>
620 </rect>
621 </property>
622 <property name="text">
623 <string>Reboot</string>
624 </property>
625 </widget>
626 <widget class="QPushButton" name="rebirthButton">
627 <property name="geometry">
628 <rect>
629 <x>830</x>
630 <y>60</y>
631 <width>80</width>
632 <height>23</height>
633 </rect>
634 </property>
635 <property name="text">
636 <string>Refresh</string>
637 </property>
638 </widget>
639 </widget>
640 <widget class="QPushButton" name="quitButton">
641 <property name="geometry">
642 <rect>
643 <x>460</x>
644 <y>500</y>
645 <width>80</width>
646 <height>23</height>
647 </rect>
648 </property>
649 <property name="sizePolicy">
650 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
651 <horstretch>0</horstretch>
652 <verstretch>0</verstretch>
653 </sizepolicy>
654 </property>
655 <property name="text">
656 <string>Quit</string>
657 </property>
658 <property name="icon">
659 <iconset>
660 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
661 </property>
662 </widget>
663 </widget>
664 </item>
665 </layout>
666 </widget>
667 <tabstops>
668 <tabstop>quitButton</tabstop>
669 </tabstops>
670 <resources>
671 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
672 </resources>
673 <connections/>
674 </ui>

mercurial