99b8066f4
김태훈
V0.1.1
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AutoCookWindow</class>
<widget class="QMainWindow" name="AutoCookWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
99b8066f4
김태훈
V0.1.1
|
11
12
|
</rect>
</property>
|
99b8066f4
김태훈
V0.1.1
|
13
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
14
15
|
<string notr="true">#centralwidget { background-image: url(:/images/background/auto_steps.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
|
6f96c947a
김태훈
GUI 0.1.4
|
16
17
18
19
20
|
QPushButton {
background-repeat: no-repeat;
background-position: center;
border: none;
|
99b8066f4
김태훈
V0.1.1
|
21
22
23
24
25
26
27
28
|
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
29
30
|
<width>1080</width>
<height>511</height>
|
99b8066f4
김태훈
V0.1.1
|
31
32
|
</rect>
</property>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
33
|
<widget class="StatusArea" name="clockContainer">
|
99b8066f4
김태훈
V0.1.1
|
34
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
35
|
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
|
99b8066f4
김태훈
V0.1.1
|
36
|
</property>
|
99b8066f4
김태훈
V0.1.1
|
37
38
39
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
40
|
<widget class="QWidget" name="bottomBar" native="true">
|
99b8066f4
김태훈
V0.1.1
|
41
42
43
|
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
44
45
46
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
99b8066f4
김태훈
V0.1.1
|
47
48
|
</rect>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
49
50
51
|
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
52
53
54
55
|
<x>210</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
56
57
58
59
60
61
62
63
64
65
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
66
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
67
68
69
70
|
</property>
<property name="text">
<string/>
</property>
|
99b8066f4
김태훈
V0.1.1
|
71
|
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
72
73
74
|
<widget class="QPushButton" name="washButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
75
76
77
78
|
<x>616</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
79
80
81
82
83
84
85
86
87
88
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
89
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/wash_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
90
91
92
93
|
</property>
<property name="text">
<string/>
</property>
|
99b8066f4
김태훈
V0.1.1
|
94
|
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
95
96
97
|
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
98
99
100
101
|
<x>345</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
102
103
104
105
106
107
108
109
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
99b8066f4
김태훈
V0.1.1
|
110
|
<property name="styleSheet">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
111
|
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
112
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
113
114
115
116
117
118
119
120
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
121
122
123
124
|
<x>752</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
125
126
127
128
129
130
131
132
133
134
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
135
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
136
137
138
|
</property>
<property name="text">
<string/>
|
99b8066f4
김태훈
V0.1.1
|
139
140
|
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
141
142
143
|
<widget class="QPushButton" name="favoritesButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
144
145
146
147
|
<x>481</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
148
149
150
151
152
153
154
155
156
157
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/favorites.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
158
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/favorites_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
159
160
161
162
163
164
165
166
167
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="configCookButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
168
169
170
171
|
<x>864</x>
<y>576</y>
<width>182</width>
<height>84</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
172
173
174
175
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
176
|
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
177
178
179
180
181
182
183
184
185
186
|
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/auto_button/btn_icon_03.png</normaloff>:/images/auto_button/btn_icon_03.png</iconset>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
187
188
|
<width>45</width>
<height>44</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
189
190
191
192
193
194
|
</size>
</property>
</widget>
<widget class="QLabel" name="doorStepLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
195
196
197
198
|
<x>132</x>
<y>852</y>
<width>649</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
|
</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 파일 일괄 변경
|
241
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
242
243
244
|
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
245
|
<string notr="true">Preheat</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
246
247
|
</property>
</widget>
|
7d0288172
김태훈
기능 추가 구현
|
248
|
<widget class="QPushButton" name="homeButton">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
249
250
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
251
252
253
254
|
<x>670</x>
<y>576</y>
<width>182</width>
<height>84</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
255
256
257
258
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
259
|
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
260
261
262
263
264
265
266
267
268
269
|
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/auto_button/btn_icon_02.png</normaloff>:/images/auto_button/btn_icon_02.png</iconset>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
270
271
|
<width>48</width>
<height>61</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
272
273
274
275
276
277
|
</size>
</property>
</widget>
<widget class="QLabel" name="cookModeIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
278
279
280
281
|
<x>96</x>
<y>1224</y>
<width>889</width>
<height>97</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
|
</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="HumidityCircularGauge" name="humidityGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
297
298
299
300
|
<x>120</x>
<y>972</y>
<width>349</width>
<height>348</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
|
</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="humidityLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
344
345
346
347
|
<x>108</x>
<y>1152</y>
<width>385</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
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
387
388
389
|
</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 파일 일괄 변경
|
390
|
<pointsize>19</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
391
392
393
394
395
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
396
|
<string notr="true">10</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
397
398
399
400
401
402
403
404
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="cookStepLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
405
406
407
408
|
<x>216</x>
<y>852</y>
<width>649</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
|
</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 파일 일괄 변경
|
451
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
452
453
454
|
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
455
|
<string notr="true">Preheat</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
456
|
</property>
|
99b8066f4
김태훈
V0.1.1
|
457
|
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
458
459
460
|
<widget class="QLabel" name="heatLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
461
462
463
464
|
<x>588</x>
<y>1152</y>
<width>385</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
|
</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 파일 일괄 변경
|
507
|
<pointsize>19</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
508
509
510
511
512
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
513
|
<string notr="true">10</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
514
515
516
517
518
519
520
521
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="heatGaugeButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
522
523
524
525
|
<x>612</x>
<y>972</y>
<width>349</width>
<height>348</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
526
527
|
</rect>
</property>
|
98f4a2932
김태훈
엔코더 구현
|
528
529
530
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
531
532
533
534
535
536
537
538
|
<property name="styleSheet">
<string notr="true">border: #000000</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="cookTypeIcon">
|
99b8066f4
김태훈
V0.1.1
|
539
540
541
|
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
542
543
544
|
<y>516</y>
<width>300</width>
<height>180</height>
|
99b8066f4
김태훈
V0.1.1
|
545
546
|
</rect>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
547
548
549
550
551
552
553
554
555
556
557
558
559
|
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/images/images/auto/005_auto_icon_01_ov.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="interTempLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
560
561
562
563
|
<x>672</x>
<y>720</y>
<width>277</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
|
</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 파일 일괄 변경
|
606
|
<pointsize>19</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
607
608
609
610
611
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
612
|
<string notr="true">000/000</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
613
614
615
616
617
|
</property>
</widget>
<widget class="QLabel" name="closeDoorArrow">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
618
619
620
621
|
<x>96</x>
<y>1584</y>
<width>102</width>
<height>28</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
622
623
624
625
626
627
628
629
630
631
632
633
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/animation/close_door_arrow.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="timeLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
634
635
636
637
|
<x>276</x>
<y>720</y>
<width>277</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
|
</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 파일 일괄 변경
|
680
|
<pointsize>19</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
681
682
683
684
685
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
686
|
<string notr="true">00:00</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
687
688
689
690
691
|
</property>
</widget>
<widget class="QLabel" name="preheatIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
692
693
694
695
|
<x>312</x>
<y>1644</y>
<width>120</width>
<height>57</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
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
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
|
</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 파일 일괄 변경
|
738
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="infoButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
754
755
756
757
|
<x>876</x>
<y>876</y>
<width>75</width>
<height>75</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
758
759
760
761
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/symbol/info.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
762
|
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/symbol/info_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
763
764
765
766
767
768
769
770
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="humidityGaugeButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
771
772
773
774
|
<x>120</x>
<y>972</y>
<width>349</width>
<height>348</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
775
776
|
</rect>
</property>
|
98f4a2932
김태훈
엔코더 구현
|
777
778
779
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
780
781
782
783
784
785
786
787
788
789
|
<property name="styleSheet">
<string notr="true">border: #000000</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="showNextStepButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
790
791
792
793
|
<x>996</x>
<y>858</y>
<width>72</width>
<height>480</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
794
795
796
797
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/auto_button/next_step.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
798
|
QPushButton::pressed, QPushButton:focus { background-image: url(:/images/auto_button/next_step_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
799
800
801
802
803
804
805
806
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
807
808
809
810
|
<x>552</x>
<y>720</y>
<width>120</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/symbol/core_temp.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="cookStepIcon">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
826
827
828
829
|
<x>96</x>
<y>852</y>
<width>120</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
|
</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 파일 일괄 변경
|
872
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="preheatLabel">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
888
889
890
891
|
<x>396</x>
<y>1644</y>
<width>157</width>
<height>57</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
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
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
|
</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 파일 일괄 변경
|
934
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
935
936
937
938
939
940
941
942
943
944
945
946
|
</font>
</property>
<property name="text">
<string>예열 중</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="showPrevStepButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
947
948
949
950
|
<x>12</x>
<y>858</y>
<width>72</width>
<height>480</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
951
952
953
954
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/auto_button/prev_step.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
955
|
QPushButton::pressed, QPushButton:focus { background-image: url(:/images/auto_button/prev_step_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
956
957
958
959
960
961
962
963
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="AnimatedImageBox" name="openDoorAnimation">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
964
965
966
967
|
<x>48</x>
<y>1464</y>
<width>301</width>
<height>241</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
968
969
970
971
972
973
974
975
976
977
978
979
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/animation/door_09.png</pixmap>
</property>
</widget>
<widget class="AnimatedImageBox" name="cookStepAnimation">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
980
981
982
983
|
<x>408</x>
<y>960</y>
<width>277</width>
<height>337</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
984
985
986
987
988
989
990
991
992
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="selectCookButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
993
994
995
996
|
<x>310</x>
<y>576</y>
<width>345</width>
<height>84</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
997
998
999
1000
1001
|
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1002
|
<pointsize>12</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1003
1004
1005
1006
1007
1008
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/288.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
1009
|
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/288_ov.png); }</string>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1010
1011
1012
1013
1014
1015
1016
1017
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1018
1019
1020
1021
|
<x>156</x>
<y>720</y>
<width>120</width>
<height>120</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/symbol/time.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="HeatCircularGauge" name="heatGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1037
1038
1039
1040
|
<x>612</x>
<y>972</y>
<width>349</width>
<height>348</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
|
</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="PreheatTempGauge" name="preheatGauge" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1084
1085
1086
1087
|
<x>552</x>
<y>1632</y>
<width>498</width>
<height>69</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1088
1089
1090
1091
1092
1093
|
</rect>
</property>
</widget>
<widget class="QLabel" name="openDoorArrow">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1094
1095
1096
1097
|
<x>96</x>
<y>1584</y>
<width>102</width>
<height>28</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/animation/open_door_arrow.png</pixmap>
</property>
</widget>
<widget class="AnimatedImageBox" name="closeDoorAnimation">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1110
1111
1112
1113
|
<x>48</x>
<y>1464</y>
<width>301</width>
<height>241</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/animation/door_09.png</pixmap>
</property>
</widget>
<widget class="QWidget" name="processContainer" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1126
1127
1128
1129
|
<x>312</x>
<y>1440</y>
<width>768</width>
<height>300</height>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1130
1131
1132
|
</rect>
</property>
<widget class="QLabel" name="processTitleLabel">
|
99b8066f4
김태훈
V0.1.1
|
1133
1134
|
<property name="geometry">
<rect>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1135
1136
|
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1137
1138
|
<width>768</width>
<height>60</height>
|
6f96c947a
김태훈
GUI 0.1.4
|
1139
1140
|
</rect>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
|
<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>
|
6f96c947a
김태훈
GUI 0.1.4
|
1177
|
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1178
1179
1180
|
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1181
|
<pointsize>16</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1182
1183
1184
|
<weight>75</weight>
<bold>true</bold>
</font>
|
6f96c947a
김태훈
GUI 0.1.4
|
1185
1186
|
</property>
<property name="text">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1187
|
<string>후속 과정 옵션</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
1188
1189
|
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1190
|
<widget class="QLabel" name="processTypeLabel">
|
6f96c947a
김태훈
GUI 0.1.4
|
1191
1192
|
<property name="geometry">
<rect>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1193
|
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1194
1195
1196
|
<y>60</y>
<width>768</width>
<height>60</height>
|
6f96c947a
김태훈
GUI 0.1.4
|
1197
1198
|
</rect>
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
|
<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>
|
6f96c947a
김태훈
GUI 0.1.4
|
1235
|
</property>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1236
1237
1238
|
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1239
|
<pointsize>14</pointsize>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1240
1241
1242
|
<weight>50</weight>
<bold>false</bold>
</font>
|
6f96c947a
김태훈
GUI 0.1.4
|
1243
1244
|
</property>
<property name="text">
|
aa759e27a
김태훈
ts 파일 생성 대비 문자열 정리
|
1245
|
<string notr="true">새로운 재료 넣기</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
1246
1247
|
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1248
|
<widget class="QPushButton" name="processButton_1">
|
6f96c947a
김태훈
GUI 0.1.4
|
1249
1250
|
<property name="geometry">
<rect>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1251
|
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1252
1253
1254
|
<y>156</y>
<width>182</width>
<height>84</height>
|
6f96c947a
김태훈
GUI 0.1.4
|
1255
1256
|
</rect>
</property>
|
6f96c947a
김태훈
GUI 0.1.4
|
1257
|
<property name="styleSheet">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1258
|
<string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
1259
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
1260
1261
1262
1263
1264
|
</property>
<property name="text">
<string/>
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1265
|
<widget class="QPushButton" name="processButton_2">
|
6f96c947a
김태훈
GUI 0.1.4
|
1266
1267
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1268
1269
1270
1271
|
<x>180</x>
<y>156</y>
<width>182</width>
<height>84</height>
|
6f96c947a
김태훈
GUI 0.1.4
|
1272
1273
|
</rect>
</property>
|
6f96c947a
김태훈
GUI 0.1.4
|
1274
|
<property name="styleSheet">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1275
|
<string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
1276
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
1277
1278
1279
1280
1281
|
</property>
<property name="text">
<string/>
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1282
|
<widget class="QPushButton" name="processButton_3">
|
6f96c947a
김태훈
GUI 0.1.4
|
1283
1284
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1285
1286
1287
1288
|
<x>360</x>
<y>156</y>
<width>182</width>
<height>84</height>
|
99b8066f4
김태훈
V0.1.1
|
1289
1290
|
</rect>
</property>
|
99b8066f4
김태훈
V0.1.1
|
1291
|
<property name="styleSheet">
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1292
|
<string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
1293
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
|
99b8066f4
김태훈
V0.1.1
|
1294
1295
1296
1297
1298
1299
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
|
a366f320c
김태훈
자동 요리 후속 공정 동작 개선
|
1300
1301
1302
|
<widget class="BulletIndicator" name="stepIndicator" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1303
1304
1305
1306
|
<x>120</x>
<y>1356</y>
<width>840</width>
<height>60</height>
|
a366f320c
김태훈
자동 요리 후속 공정 동작 개선
|
1307
1308
1309
|
</rect>
</property>
</widget>
|
62e672364
김태훈
자동 요리 중 중심 온도 활성화...
|
1310
1311
1312
|
<widget class="AnimatedImageBox" name="thermometerAnimation">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1313
1314
1315
1316
|
<x>414</x>
<y>960</y>
<width>252</width>
<height>368</height>
|
62e672364
김태훈
자동 요리 중 중심 온도 활성화...
|
1317
1318
1319
1320
1321
1322
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1323
1324
|
<zorder>openDoorAnimation</zorder>
<zorder>closeDoorAnimation</zorder>
|
99b8066f4
김태훈
V0.1.1
|
1325
1326
|
<zorder>upperStack</zorder>
<zorder>bottomBar</zorder>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1327
1328
|
<zorder>configCookButton</zorder>
<zorder>doorStepLabel</zorder>
|
7d0288172
김태훈
기능 추가 구현
|
1329
|
<zorder>homeButton</zorder>
|
6a81d38e4
김태훈
자동 요리 관련 로직 전면 재작성
|
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
|
<zorder>cookModeIcon</zorder>
<zorder>humidityGauge</zorder>
<zorder>humidityLabel</zorder>
<zorder>cookStepLabel</zorder>
<zorder>heatLabel</zorder>
<zorder>cookTypeIcon</zorder>
<zorder>interTempLabel</zorder>
<zorder>closeDoorArrow</zorder>
<zorder>timeLabel</zorder>
<zorder>preheatIcon</zorder>
<zorder>infoButton</zorder>
<zorder>humidityGaugeButton</zorder>
<zorder>showNextStepButton</zorder>
<zorder>label_4</zorder>
<zorder>cookStepIcon</zorder>
<zorder>preheatLabel</zorder>
<zorder>showPrevStepButton</zorder>
<zorder>cookStepAnimation</zorder>
<zorder>selectCookButton</zorder>
<zorder>label_3</zorder>
<zorder>heatGauge</zorder>
<zorder>preheatGauge</zorder>
<zorder>openDoorArrow</zorder>
<zorder>heatGaugeButton</zorder>
<zorder>processContainer</zorder>
|
a366f320c
김태훈
자동 요리 후속 공정 동작 개선
|
1355
|
<zorder>stepIndicator</zorder>
|
62e672364
김태훈
자동 요리 중 중심 온도 활성화...
|
1356
|
<zorder>thermometerAnimation</zorder>
|
99b8066f4
김태훈
V0.1.1
|
1357
1358
1359
1360
|
</widget>
</widget>
<customwidgets>
<customwidget>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
1361
|
<class>StatusArea</class>
|
99b8066f4
김태훈
V0.1.1
|
1362
|
<extends>QWidget</extends>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
1363
|
<header>statusarea.h</header>
|
99b8066f4
김태훈
V0.1.1
|
1364
1365
1366
|
<container>1</container>
</customwidget>
<customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
1367
1368
1369
|
<class>AnimatedImageBox</class>
<extends>QLabel</extends>
<header>animatedimagebox.h</header>
|
d61c94341
김태훈
디지털 시계 추가
|
1370
1371
|
</customwidget>
<customwidget>
|
99b8066f4
김태훈
V0.1.1
|
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
|
<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>
|
6f96c947a
김태훈
GUI 0.1.4
|
1383
|
<customwidget>
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
1384
1385
1386
1387
1388
1389
|
<class>BulletIndicator</class>
<extends>QWidget</extends>
<header>bulletindicator.h</header>
<container>1</container>
</customwidget>
<customwidget>
|
6f96c947a
김태훈
GUI 0.1.4
|
1390
1391
1392
1393
1394
|
<class>PreheatTempGauge</class>
<extends>QWidget</extends>
<header>preheattempgauge.h</header>
<container>1</container>
</customwidget>
|
99b8066f4
김태훈
V0.1.1
|
1395
|
</customwidgets>
|
98f4a2932
김태훈
엔코더 구현
|
1396
1397
1398
1399
|
<tabstops>
<tabstop>selectCookButton</tabstop>
<tabstop>homeButton</tabstop>
<tabstop>configCookButton</tabstop>
|
cb36ed2ad
김태훈
탭 순서 변경
|
1400
|
<tabstop>infoButton</tabstop>
|
98f4a2932
김태훈
엔코더 구현
|
1401
1402
|
<tabstop>showPrevStepButton</tabstop>
<tabstop>showNextStepButton</tabstop>
|
98f4a2932
김태훈
엔코더 구현
|
1403
1404
1405
1406
1407
1408
1409
1410
1411
|
<tabstop>processButton_1</tabstop>
<tabstop>processButton_2</tabstop>
<tabstop>processButton_3</tabstop>
<tabstop>backButton</tabstop>
<tabstop>configButton</tabstop>
<tabstop>favoritesButton</tabstop>
<tabstop>washButton</tabstop>
<tabstop>helpButton</tabstop>
</tabstops>
|
99b8066f4
김태훈
V0.1.1
|
1412
1413
1414
1415
1416
|
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>
|