dcfd897f3
김태훈
수동 요리 만들기 추가
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
81b835e59
김태훈
한글 폰트 변경
|
2
|
<ui version="4.0">
|
81b835e59
김태훈
한글 폰트 변경
|
3
4
5
6
7
8
|
<class>ProgrammingManualWindow</class>
<widget class="QMainWindow" name="ProgrammingManualWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
81b835e59
김태훈
한글 폰트 변경
|
11
12
|
</rect>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<property name="styleSheet">
<string notr="true">#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
#centralwidget { background-image: url(:/images/background/manual.png); }
QPushButton {
background-repeat: no-repeat;
background-position: center;
border: none;
}
QPushButton[style="mode"] {
background-clip: border;
background-origin: border;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
26
|
margin-bottom: 60px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
27
|
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
28
29
|
border-top: 248px;
border-bottom: -60px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
30
31
|
border-style: hidden;
color: #7B7B7B;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
32
|
font-size: 48px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
}
QPushButton[style="mode"]:checked {
color: white;
image: url(:/images/cook_mode/indicator.png);
image-position: bottom;
}
QPushButton[style="icon"] {
background-image: url(:/images/slider_icon/background.png);
}
QSlider::groove {
background-image: url(:/images/slider/groove_ticks.png);
background-repeat: no-repeat;
}
QSlider::sub-page {
background-repeat: no-repeat;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
52
|
margin: 6px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
53
54
55
56
57
|
}
QSlider::handle {
background-image: url(:/images/slider/handle_big.png);
background-repeat: no-repeat;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
58
59
|
width: 27px;
height: 39px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
60
61
62
63
64
65
66
67
68
|
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="humidityLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
69
70
71
72
|
<x>828</x>
<y>972</y>
<width>180</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
</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 파일 일괄 변경
|
115
|
<pointsize>19</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>0%</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
132
133
|
<width>1080</width>
<height>511</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
134
135
136
137
138
139
140
141
142
|
</rect>
</property>
<widget class="QWidget" name="clockContainer">
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
<widget class="Clock" name="clock" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
143
144
145
146
|
<x>326</x>
<y>43</y>
<width>427</width>
<height>426</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
147
148
149
150
151
152
|
</rect>
</property>
</widget>
<widget class="WashWarnIcon" name="label_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
153
154
155
156
|
<x>960</x>
<y>384</y>
<width>96</width>
<height>100</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
157
158
159
|
</rect>
</property>
</widget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
160
161
162
|
<widget class="DemoIcon" name="label_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
163
164
165
166
|
<x>936</x>
<y>276</y>
<width>121</width>
<height>108</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
167
168
169
170
171
172
|
</rect>
</property>
</widget>
<widget class="HalfEnergyIcon" name="label_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
173
174
175
176
|
<x>936</x>
<y>192</y>
<width>129</width>
<height>80</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
177
178
179
|
</rect>
</property>
</widget>
|
d61c94341
김태훈
디지털 시계 추가
|
180
181
182
|
<widget class="DigitalClock" name="label_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
183
184
185
186
|
<x>24</x>
<y>372</y>
<width>720</width>
<height>120</height>
|
d61c94341
김태훈
디지털 시계 추가
|
187
188
189
190
191
192
|
</rect>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
|
5f017a9d7
김태훈
요청 사항 반영
|
193
194
195
|
<widget class="WaterLevelIcon" name="label_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
196
197
198
199
|
<x>804</x>
<y>348</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
200
201
202
203
204
205
206
207
208
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="IgnitionIcon" name="label_8">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
209
210
211
212
|
<x>794</x>
<y>196</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
213
214
215
216
217
218
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
219
220
221
222
223
224
225
226
|
</widget>
<widget class="QWidget" name="closeDoorWidget">
<property name="styleSheet">
<string notr="true">#closeDoorWidget { background-image: url(:/images/clock/background.png); }</string>
</property>
<widget class="AnimatedImageBox" name="openDoorAnimation">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
227
228
229
230
|
<x>439</x>
<y>24</y>
<width>301</width>
<height>350</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
231
232
233
234
235
236
|
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
237
238
239
240
|
<x>516</x>
<y>204</y>
<width>102</width>
<height>28</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
241
242
243
244
245
246
247
248
249
250
251
|
</rect>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/animation/close_door_arrow.png</pixmap>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="dryheatButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
252
253
254
255
|
<x>720</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
256
257
258
259
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat_hide.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
260
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
261
262
263
264
265
266
267
268
|
QPushButton:checked { background-image: url(:/images/cook_mode/big_dryheat.png); }</string>
</property>
<property name="text">
<string>건열</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
269
270
271
272
273
274
275
|
<property name="style" stdset="0">
<string notr="true">mode</string>
</property>
</widget>
<widget class="QPushButton" name="timeButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
276
277
278
279
|
<x>32</x>
<y>1230</y>
<width>168</width>
<height>168</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
280
281
282
283
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { image: url(:/images/slider_icon/time.png); }
|
27843914b
김태훈
중심 온도 설정에 엔코더 관련 ...
|
284
285
286
287
288
289
|
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_03_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/time_ov.png); }</string>
</property>
<property name="checkable">
<bool>true</bool>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
290
291
292
293
294
295
296
297
298
299
300
|
</property>
<property name="style" stdset="0">
<string notr="true">icon</string>
</property>
</widget>
<widget class="QLabel" name="steamLabel_3">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
301
302
303
304
|
<x>936</x>
<y>888</y>
<width>109</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
|
</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 파일 일괄 변경
|
347
|
<pointsize>10</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
348
349
350
351
352
353
354
355
356
|
</font>
</property>
<property name="text">
<string>증가</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
357
358
359
360
361
362
|
<widget class="QLabel" name="interTempLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
363
364
365
366
|
<x>828</x>
<y>1512</y>
<width>180</width>
<height>60</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
|
</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 파일 일괄 변경
|
409
|
<pointsize>19</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string><span style="font-size:11pt;">℃</span></string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
</property>
</widget>
<widget class="QLabel" name="steamLabel_5">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
427
428
429
430
|
<x>936</x>
<y>1068</y>
<width>109</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
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
|
</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 파일 일괄 변경
|
473
|
<pointsize>10</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
|
</font>
</property>
<property name="text">
<string>증가</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="steamLabel_4">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
489
490
491
492
|
<x>192</x>
<y>1068</y>
<width>109</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
493
494
495
496
497
498
499
500
501
502
503
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
|
</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 파일 일괄 변경
|
535
|
<pointsize>10</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
536
537
538
539
540
541
542
543
544
545
546
547
548
|
</font>
</property>
<property name="text">
<string>감소</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="bottomBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
549
550
551
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
552
553
554
555
556
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
557
558
559
560
|
<x>278</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
561
562
563
564
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
565
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
566
567
568
569
570
571
572
573
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
574
575
576
577
|
<x>414</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
578
579
580
581
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
582
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
583
584
585
586
587
588
589
590
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
591
592
593
594
|
<x>685</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
595
596
597
598
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/006_sys_icon_16.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
599
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_16_ov.png); }</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
600
601
602
603
604
605
606
607
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
608
609
610
611
|
<x>549</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
612
613
614
615
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
616
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
617
618
619
620
621
622
623
624
625
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="tempButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
626
627
628
629
|
<x>32</x>
<y>1050</y>
<width>168</width>
<height>168</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
630
631
632
633
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { image: url(:/images/slider_icon/temp.png); }
|
27843914b
김태훈
중심 온도 설정에 엔코더 관련 ...
|
634
635
636
637
638
639
|
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_02_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/temp_ov.png); }</string>
</property>
<property name="checkable">
<bool>true</bool>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
640
641
642
643
644
|
</property>
<property name="style" stdset="0">
<string notr="true">icon</string>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
645
646
647
648
|
<widget class="QPushButton" name="steamButton">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
649
650
651
|
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
652
653
654
655
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam_hide.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
656
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
657
658
659
660
661
662
663
664
|
QPushButton:checked { background-image: url(:/images/cook_mode/big_steam.png); }</string>
</property>
<property name="text">
<string>스팀</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
665
666
667
668
669
670
671
672
673
674
|
<property name="style" stdset="0">
<string notr="true">mode</string>
</property>
</widget>
<widget class="QLabel" name="tempLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
675
676
677
678
|
<x>828</x>
<y>1152</y>
<width>180</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
|
</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 파일 일괄 변경
|
721
|
<pointsize>19</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>30<span style="font-size:11pt;">℃</span></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="steamLabel_2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
739
740
741
742
|
<x>192</x>
<y>888</y>
<width>109</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
|
</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 파일 일괄 변경
|
785
|
<pointsize>10</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
786
787
788
789
790
791
792
793
794
|
</font>
</property>
<property name="text">
<string>감소</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
795
796
797
|
<widget class="QPushButton" name="humidityButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
798
799
800
801
|
<x>32</x>
<y>870</y>
<width>168</width>
<height>168</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
802
803
804
805
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { image: url(:/images/slider_icon/humidity.png); }
|
27843914b
김태훈
중심 온도 설정에 엔코더 관련 ...
|
806
807
808
809
810
811
|
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_01_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/humidity_ov.png); }</string>
</property>
<property name="checkable">
<bool>true</bool>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
812
813
814
815
816
817
818
819
|
</property>
<property name="style" stdset="0">
<string notr="true">icon</string>
</property>
</widget>
<widget class="QPushButton" name="interTempButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
820
821
822
823
|
<x>32</x>
<y>1410</y>
<width>168</width>
<height>168</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
824
825
826
|
</rect>
</property>
<property name="styleSheet">
|
27843914b
김태훈
중심 온도 설정에 엔코더 관련 ...
|
827
828
829
830
831
832
833
|
<string notr="true">QPushButton
{ image: url(:/images/slider_icon/core_temp.png); }
QPushButton:pressed,
QPushButton:focus
{ image: url(:/images/slider_icon/011_icon_04_active.png); }
QPushButton:checked
{ image: url(:/images/slider_icon/core_temp_ov.png); }</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
834
|
</property>
|
51175dd1a
김태훈
엔코더 구현
|
835
836
837
|
<property name="checkable">
<bool>true</bool>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
838
839
840
841
842
843
844
|
<property name="style" stdset="0">
<string notr="true">icon</string>
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
845
846
847
848
|
<x>360</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
849
850
851
852
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi_hide.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
853
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
854
855
856
857
858
859
860
861
|
QPushButton:checked { background-image: url(:/images/cook_mode/big_combi.png); }</string>
</property>
<property name="text">
<string>콤비</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
862
863
864
865
866
867
868
869
870
871
|
<property name="style" stdset="0">
<string notr="true">mode</string>
</property>
</widget>
<widget class="QLabel" name="timeLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
872
873
874
875
|
<x>646</x>
<y>1332</y>
<width>361</width>
<height>61</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
|
</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 파일 일괄 변경
|
918
|
<pointsize>19</pointsize>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
919
920
921
922
923
924
925
926
927
928
929
930
931
932
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>0<span style="font-size:11pt;">초</span></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="fanButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
933
934
935
936
|
<x>538</x>
<y>1582</y>
<width>134</width>
<height>157</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
937
938
939
940
941
942
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/manual_button/fan_4.png); }</string>
</property>
</widget>
|
935b853a4
김태훈
새 슬라이더 적용
|
943
944
945
|
<widget class="Slider" name="tempSlider" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
946
947
948
949
|
<x>222</x>
<y>1098</y>
<width>799</width>
<height>72</height>
|
935b853a4
김태훈
새 슬라이더 적용
|
950
951
|
</rect>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
952
953
954
|
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
|
935b853a4
김태훈
새 슬라이더 적용
|
955
956
957
958
|
</widget>
<widget class="Slider" name="interTempSlider" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
959
960
961
962
|
<x>222</x>
<y>1458</y>
<width>799</width>
<height>72</height>
|
935b853a4
김태훈
새 슬라이더 적용
|
963
964
|
</rect>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
965
966
967
|
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
|
935b853a4
김태훈
새 슬라이더 적용
|
968
969
970
971
|
</widget>
<widget class="Slider" name="timeSlider" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
972
973
974
975
|
<x>222</x>
<y>1278</y>
<width>799</width>
<height>72</height>
|
935b853a4
김태훈
새 슬라이더 적용
|
976
977
|
</rect>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
978
979
980
|
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
|
935b853a4
김태훈
새 슬라이더 적용
|
981
982
983
984
|
</widget>
<widget class="Slider" name="humiditySlider" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
985
986
987
988
|
<x>222</x>
<y>918</y>
<width>799</width>
<height>72</height>
|
935b853a4
김태훈
새 슬라이더 적용
|
989
990
|
</rect>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
991
992
993
|
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
|
935b853a4
김태훈
새 슬라이더 적용
|
994
|
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
995
|
</widget>
|
81b835e59
김태훈
한글 폰트 변경
|
996
|
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
|
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
<customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
1010
|
<class>DemoIcon</class>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
1011
|
<extends>QLabel</extends>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
1012
1013
1014
1015
1016
1017
|
<header>demoicon.h</header>
</customwidget>
<customwidget>
<class>HalfEnergyIcon</class>
<extends>QLabel</extends>
<header>halfenergyicon.h</header>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
1018
|
</customwidget>
|
935b853a4
김태훈
새 슬라이더 적용
|
1019
|
<customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
1020
|
<class>DigitalClock</class>
|
d61c94341
김태훈
디지털 시계 추가
|
1021
|
<extends>QLabel</extends>
|
5f017a9d7
김태훈
요청 사항 반영
|
1022
|
<header>digitalclock.h</header>
|
d61c94341
김태훈
디지털 시계 추가
|
1023
1024
|
</customwidget>
<customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
1025
|
<class>IgnitionIcon</class>
|
d61c94341
김태훈
디지털 시계 추가
|
1026
|
<extends>QLabel</extends>
|
5f017a9d7
김태훈
요청 사항 반영
|
1027
1028
1029
1030
1031
1032
|
<header>ignitionicon.h</header>
</customwidget>
<customwidget>
<class>WaterLevelIcon</class>
<extends>QLabel</extends>
<header>waterlevelicon.h</header>
|
d61c94341
김태훈
디지털 시계 추가
|
1033
1034
|
</customwidget>
<customwidget>
|
935b853a4
김태훈
새 슬라이더 적용
|
1035
1036
1037
1038
1039
|
<class>Slider</class>
<extends>QWidget</extends>
<header>slider.h</header>
<container>1</container>
</customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
1040
1041
1042
1043
1044
|
<customwidget>
<class>AnimatedImageBox</class>
<extends>QLabel</extends>
<header>animatedimagebox.h</header>
</customwidget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
1045
|
</customwidgets>
|
51175dd1a
김태훈
엔코더 구현
|
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
|
<tabstops>
<tabstop>steamButton</tabstop>
<tabstop>combiButton</tabstop>
<tabstop>dryheatButton</tabstop>
<tabstop>humidityButton</tabstop>
<tabstop>tempButton</tabstop>
<tabstop>timeButton</tabstop>
<tabstop>interTempButton</tabstop>
<tabstop>fanButton</tabstop>
<tabstop>backButton</tabstop>
<tabstop>configButton</tabstop>
<tabstop>helpButton</tabstop>
<tabstop>okButton</tabstop>
</tabstops>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
1060
1061
1062
|
<resources>
<include location="resources.qrc"/>
</resources>
|
81b835e59
김태훈
한글 폰트 변경
|
1063
1064
|
<connections/>
</ui>
|