05f2a7552
김태훈
image 관리 구조 변경
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PreheatPopup</class>
<widget class="QWidget" name="PreheatPopup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
11
12
|
</rect>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
13
14
15
|
<property name="styleSheet">
<string notr="true">#closeButton { border: none; }
#closeButton_2 { border: none; }
|
271dda4ae
김태훈
엔코더 구현
|
16
17
18
19
|
#background { background-image: url(:/images/background/popup/696.png); }
QWidget#background:focus { border: 4px solid gray; }</string>
|
05f2a7552
김태훈
image 관리 구조 변경
|
20
21
22
23
24
25
|
</property>
<widget class="QPushButton" name="closeButton">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
26
27
|
<width>1080</width>
<height>511</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
28
29
|
</rect>
</property>
|
271dda4ae
김태훈
엔코더 구현
|
30
31
32
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
33
34
35
36
37
38
39
40
|
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="background" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
41
42
43
|
<y>511</y>
<width>1080</width>
<height>835</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
44
45
|
</rect>
</property>
|
271dda4ae
김태훈
엔코더 구현
|
46
47
48
|
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
49
50
51
|
<widget class="QLabel" name="humidityLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
52
53
54
55
|
<x>96</x>
<y>456</y>
<width>385</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
98
|
<pointsize>19</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="preheatLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
113
114
115
116
|
<x>183</x>
<y>714</y>
<width>157</width>
<height>57</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
159
|
<pointsize>16</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
160
161
162
163
164
165
166
167
|
</font>
</property>
<property name="text">
<string>예열 중</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
|
35b9cc32e
고영탁
다국어 지원 수정 및 메뉴얼 테...
|
168
169
170
|
<property name="wordWrap">
<bool>true</bool>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
171
172
173
174
|
</widget>
<widget class="QLabel" name="preheatIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
175
176
177
178
|
<x>99</x>
<y>720</y>
<width>120</width>
<height>57</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
221
|
<pointsize>16</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
222
223
224
225
226
227
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
61ba89b34
김태훈
GUI V0.1.6
|
228
|
<pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
|
05f2a7552
김태훈
image 관리 구조 변경
|
229
230
231
232
233
234
235
236
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="HeatCircularGauge" name="heatGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
237
238
239
240
|
<x>600</x>
<y>276</y>
<width>349</width>
<height>348</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
</widget>
<widget class="QLabel" name="cookStepLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
284
285
286
287
|
<x>204</x>
<y>156</y>
<width>649</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
330
|
<pointsize>16</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
331
332
333
334
335
336
337
338
339
|
</font>
</property>
<property name="text">
<string>예열</string>
</property>
</widget>
<widget class="HumidityCircularGauge" name="humidityGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
340
341
342
343
|
<x>108</x>
<y>276</y>
<width>349</width>
<height>348</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
</widget>
<widget class="QPushButton" name="humidityGaugeButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
387
388
389
390
|
<x>108</x>
<y>276</y>
<width>349</width>
<height>348</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
391
392
|
</rect>
</property>
|
271dda4ae
김태훈
엔코더 구현
|
393
394
395
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
396
397
398
399
400
401
402
403
404
405
|
<property name="styleSheet">
<string notr="true">border: #000000</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="cookModeIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
406
407
408
409
|
<x>84</x>
<y>528</y>
<width>889</width>
<height>97</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/images/images/auto/window_icon_06.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="infoButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
425
426
427
428
|
<x>864</x>
<y>180</y>
<width>75</width>
<height>75</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
429
430
431
|
</rect>
</property>
<property name="styleSheet">
|
61ba89b34
김태훈
GUI V0.1.6
|
432
433
|
<string notr="true">QPushButton { border-image: url(:/images/symbol/info.png); }
QPushButton::pressed { border-image: url(:/images/symbol/info_ov.png); }</string>
|
05f2a7552
김태훈
image 관리 구조 변경
|
434
435
436
437
438
439
440
441
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="timeLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
442
443
444
445
|
<x>264</x>
<y>24</y>
<width>277</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
488
|
<pointsize>19</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
489
490
491
492
493
494
495
496
497
498
499
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>00:00</string>
</property>
</widget>
<widget class="QLabel" name="heatLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
500
501
502
503
|
<x>576</x>
<y>456</y>
<width>385</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
546
|
<pointsize>19</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
547
548
549
550
551
552
553
554
555
556
557
558
559
560
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="selectCookButton_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
561
562
563
564
|
<x>298</x>
<y>-120</y>
<width>345</width>
<height>84</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
565
566
567
568
569
|
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
570
|
<pointsize>12</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-image: url(:/images/images/auto/btn_01.png);
}
QPushButton::pressed {
border-image: url(:/images/images/auto/btn_01_ov.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
590
591
592
593
|
<x>144</x>
<y>24</y>
<width>120</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
594
595
596
597
598
599
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
61ba89b34
김태훈
GUI V0.1.6
|
600
|
<pixmap resource="resources.qrc">:/images/symbol/time.png</pixmap>
|
05f2a7552
김태훈
image 관리 구조 변경
|
601
602
603
604
605
606
607
608
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="cookStepIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
609
610
611
612
|
<x>84</x>
<y>156</y>
<width>120</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
655
|
<pointsize>16</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
656
657
658
659
660
661
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
61ba89b34
김태훈
GUI V0.1.6
|
662
|
<pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
|
05f2a7552
김태훈
image 관리 구조 변경
|
663
664
665
666
667
668
669
670
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="heatGaugeButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
671
672
673
674
|
<x>600</x>
<y>276</y>
<width>349</width>
<height>348</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
675
676
|
</rect>
</property>
|
271dda4ae
김태훈
엔코더 구현
|
677
678
679
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
680
681
682
683
684
685
686
687
688
689
|
<property name="styleSheet">
<string notr="true">border: #000000</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="LongPreheatTempGauge" name="preheatGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
690
691
692
693
|
<x>336</x>
<y>708</y>
<width>638</width>
<height>69</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
694
695
696
697
698
699
|
</rect>
</property>
</widget>
<widget class="QLabel" name="interTempLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
700
701
702
703
|
<x>660</x>
<y>24</y>
<width>277</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
746
|
<pointsize>19</pointsize>
|
05f2a7552
김태훈
image 관리 구조 변경
|
747
748
749
750
751
752
753
754
755
756
757
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>000/000</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
758
759
760
761
|
<x>540</x>
<y>24</y>
<width>120</width>
<height>120</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
762
763
764
765
766
767
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
61ba89b34
김태훈
GUI V0.1.6
|
768
|
<pixmap resource="resources.qrc">:/images/symbol/core_temp.png</pixmap>
|
05f2a7552
김태훈
image 관리 구조 변경
|
769
770
771
772
773
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
61ba89b34
김태훈
GUI V0.1.6
|
774
|
<widget class="Line" name="line">
|
05f2a7552
김태훈
image 관리 구조 변경
|
775
776
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
777
778
779
|
<x>132</x>
<y>673</y>
<width>816</width>
|
05f2a7552
김태훈
image 관리 구조 변경
|
780
781
782
|
<height>1</height>
</rect>
</property>
|
61ba89b34
김태훈
GUI V0.1.6
|
783
784
|
<property name="orientation">
<enum>Qt::Horizontal</enum>
|
05f2a7552
김태훈
image 관리 구조 변경
|
785
786
|
</property>
</widget>
|
61ba89b34
김태훈
GUI V0.1.6
|
787
|
<widget class="Line" name="line_2">
|
05f2a7552
김태훈
image 관리 구조 변경
|
788
789
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
790
791
792
|
<x>132</x>
<y>153</y>
<width>816</width>
|
05f2a7552
김태훈
image 관리 구조 변경
|
793
794
795
|
<height>1</height>
</rect>
</property>
|
61ba89b34
김태훈
GUI V0.1.6
|
796
797
|
<property name="orientation">
<enum>Qt::Horizontal</enum>
|
05f2a7552
김태훈
image 관리 구조 변경
|
798
799
800
801
802
803
804
|
</property>
</widget>
</widget>
<widget class="QPushButton" name="closeButton_2">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
805
806
807
|
<y>1346</y>
<width>1080</width>
<height>573</height>
|
05f2a7552
김태훈
image 관리 구조 변경
|
808
809
|
</rect>
</property>
|
271dda4ae
김태훈
엔코더 구현
|
810
811
812
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
|
<property name="text">
<string/>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>HumidityCircularGauge</class>
<extends>QWidget</extends>
<header>humiditycirculargauge.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>HeatCircularGauge</class>
<extends>QWidget</extends>
<header>heatcirculargauge.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>LongPreheatTempGauge</class>
<extends>QWidget</extends>
<header>longpreheattempgauge.h</header>
<container>1</container>
</customwidget>
</customwidgets>
|
271dda4ae
김태훈
엔코더 구현
|
838
839
840
841
842
843
844
|
<tabstops>
<tabstop>background</tabstop>
<tabstop>infoButton</tabstop>
<tabstop>humidityGaugeButton</tabstop>
<tabstop>selectCookButton_2</tabstop>
<tabstop>heatGaugeButton</tabstop>
</tabstops>
|
61ba89b34
김태훈
GUI V0.1.6
|
845
846
847
|
<resources>
<include location="resources.qrc"/>
</resources>
|
05f2a7552
김태훈
image 관리 구조 변경
|
848
849
|
<connections/>
</ui>
|