dcfd897f3
김태훈
수동 요리 만들기 추가
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
81b835e59
김태훈
한글 폰트 변경
|
2
|
<ui version="4.0">
|
81b835e59
김태훈
한글 폰트 변경
|
3
4
5
6
7
8
|
<class>ProgrammingSelectionWindow</class>
<widget class="QMainWindow" name="ProgrammingSelectionWindow">
<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
|
<property name="styleSheet">
<string notr="true">#centralwidget { background-image: url(:/images/background/main.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
QWidget { outline: none; }
QPushButton[style="mode"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
24
|
margin-bottom: 60px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
25
|
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
26
27
|
border-top: 248px;
border-bottom: -60px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
28
29
|
border-style: hidden;
color: white;
|
aac0f73ee
김태훈
버전 2.1.4
|
30
|
font-size: 48px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
31
|
}
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
32
|
QPushButton[style="programmingselectionwindow-type"] {
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
33
|
background-repeat: no-repeat;
|
abb605692
김태훈
새 디자인 시안 반영
|
34
35
|
background-position: top;
background-clip: margin;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
36
|
background-origin: border;
|
abb605692
김태훈
새 디자인 시안 반영
|
37
|
margin-top: 52px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
38
|
|
abb605692
김태훈
새 디자인 시안 반영
|
39
|
padding-top: 100px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
40
41
|
border-style: hidden;
color: white;
|
aac0f73ee
김태훈
버전 2.1.4
|
42
|
font-size: 44px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
43
44
45
46
47
48
49
|
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
50
|
border-top: 247px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
51
52
|
border-style: hidden;
color: white;
|
aac0f73ee
김태훈
버전 2.1.4
|
53
|
font-size: 36px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
54
55
56
57
58
59
60
61
62
63
64
|
}
QPushButton:disabled { color: #7B7B7B; }</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="dessertButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
65
66
67
68
|
<x>810</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/desert.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/desert_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/desert_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
83
|
<string>조림류</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
84
85
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
86
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
87
88
89
90
91
92
93
94
|
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
95
96
97
98
|
<x>540</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/fish.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/fish_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/fish_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
113
|
<string>스팀류</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
114
115
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
116
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
117
118
119
120
121
|
</property>
</widget>
<widget class="Line" name="line_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
122
123
|
<x>810</x>
<y>1191</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
124
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
125
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
126
127
128
129
130
131
132
133
134
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
135
136
|
<x>270</x>
<y>1191</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
137
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
138
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
139
140
141
142
143
144
145
146
147
148
149
150
151
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="multiButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
152
153
154
|
<y>1396</y>
<width>360</width>
<height>343</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
155
156
157
158
159
160
161
162
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
163
164
165
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/main_button/multi.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/multi_ov.png); }
QPushButton:disabled { background-image: url(:/images/main_button/multi_hide.png); }</string>
</property>
<property name="text">
<string>다중요리</string>
</property>
<property name="style" stdset="0">
<string>function</string>
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
185
186
187
|
<y>1130</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/vegetable.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/vegetable_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/vegetable_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
202
|
<string>초벌</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
203
204
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
205
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
206
207
208
209
210
211
212
213
|
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
214
215
216
217
|
<x>270</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/meat.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/meat_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/meat_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
232
|
<string>볶음류</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
233
234
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
235
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
236
237
238
239
240
241
|
</property>
</widget>
<widget class="QWidget" name="bottomBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
242
243
244
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
245
246
247
248
|
</rect>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
249
250
|
<width>1080</width>
<height>180</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
251
252
253
254
|
</size>
</property>
<property name="maximumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
255
256
|
<width>1080</width>
<height>180</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
257
258
259
260
261
|
</size>
</property>
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
262
263
264
265
|
<x>414</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
266
267
268
269
270
271
272
273
274
275
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
276
277
|
<width>74</width>
<height>85</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
278
279
280
281
282
283
284
285
286
287
288
289
290
|
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
291
292
293
294
|
<x>549</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
295
296
297
298
299
300
301
302
303
304
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
305
306
|
<width>74</width>
<height>85</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
307
308
309
310
311
312
313
314
315
316
|
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
</property>
<property name="text">
<string/>
</property>
</widget>
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
317
318
319
|
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
320
321
322
323
|
<x>278</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
324
325
326
327
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
328
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
329
330
331
332
333
334
335
336
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
337
338
339
340
|
<x>685</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
341
342
343
344
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/006_sys_icon_16.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
345
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_16_ov.png); }</string>
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
346
347
348
349
350
|
</property>
<property name="text">
<string/>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
351
352
353
354
|
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
355
356
|
<x>810</x>
<y>925</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
357
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
358
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
359
360
361
362
363
364
365
366
367
368
369
370
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="dryheatButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
371
372
373
374
|
<x>720</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_dryheat_hide.png); }</string>
</property>
<property name="text">
<string>건열</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
</property>
</widget>
<widget class="QPushButton" name="etcButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
395
396
397
398
|
<x>540</x>
<y>1130</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/etc.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/etc_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/etc_hide.png); }</string>
</property>
<property name="text">
<string>기타요리</string>
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
416
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
417
418
419
420
421
|
</property>
</widget>
<widget class="Line" name="line_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
422
423
424
|
<x>21</x>
<y>1130</y>
<width>1035</width>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
425
426
427
428
429
430
431
432
433
434
435
436
437
|
<height>1</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="washButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
438
439
440
441
|
<x>720</x>
<y>1396</y>
<width>360</width>
<height>343</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
442
443
444
445
446
447
448
449
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
450
451
452
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/main_button/wash.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/wash_ov.png); }
QPushButton:disabled { background-image: url(:/images/main_button/wash_hide.png); }</string>
</property>
<property name="text">
<string>세척모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
471
472
473
474
|
<x>360</x>
<y>1396</y>
<width>360</width>
<height>343</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
475
476
477
478
479
480
481
482
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
483
484
485
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
|
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/main_button/custom.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/custom_ov.png); }
QPushButton:disabled { background-image: url(:/images/main_button/custom_hide.png); }</string>
</property>
<property name="text">
<string>프로그래밍모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
</property>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
505
506
507
|
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_steam_hide.png); }</string>
</property>
<property name="text">
<string>스팀</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
525
526
|
<x>270</x>
<y>925</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
527
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
528
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
529
530
531
532
533
534
535
536
537
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
538
539
|
<x>540</x>
<y>1191</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
540
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
541
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
542
543
544
545
546
547
548
549
550
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
551
552
|
<x>540</x>
<y>925</y>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
553
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
554
|
<height>144</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
555
556
557
558
559
560
561
562
563
564
565
566
567
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
568
569
570
|
<y>864</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
571
572
573
574
575
576
577
578
579
580
581
582
583
584
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/poultry.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/poultry_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/poultry_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
585
|
<string>구이류</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
586
587
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
588
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
589
590
591
592
593
594
595
596
|
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
597
598
599
600
|
<x>360</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_combi_hide.png); }</string>
</property>
<property name="text">
<string>콤비</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
621
622
623
624
|
<x>810</x>
<y>1130</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/additional.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/additional_hide.png); }</string>
</property>
<property name="text">
<string>부가기능</string>
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
642
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
643
644
|
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
645
646
647
648
649
650
|
<widget class="QPushButton" name="breadButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
651
652
653
654
|
<x>270</x>
<y>1130</y>
<width>270</width>
<height>266</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
655
656
657
658
659
660
661
662
663
664
665
666
667
668
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/cook_type/bread.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/bread_ov.png); }
QPushButton:disabled { background-image: url(:/images/cook_type/bread_hide.png); }</string>
</property>
<property name="text">
|
dc9ba3d4b
김태훈
요리 종류 이름 및 아이콘 변경
|
669
|
<string>보온</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
670
671
|
</property>
<property name="style" stdset="0">
|
4f5675d6a
김태훈
스타일시트 정의가 자식 윈도우에...
|
672
|
<string notr="true">programmingselectionwindow-type</string>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
673
674
|
</property>
</widget>
|
2f6b55128
김태훈
다중 요리 구현
|
675
676
677
678
679
|
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
680
681
|
<width>1080</width>
<height>511</height>
|
2f6b55128
김태훈
다중 요리 구현
|
682
683
684
685
686
|
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
687
|
<widget class="StatusArea" name="clockContainer">
|
2f6b55128
김태훈
다중 요리 구현
|
688
689
690
|
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
|
2f6b55128
김태훈
다중 요리 구현
|
691
692
693
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
694
|
</widget>
|
81b835e59
김태훈
한글 폰트 변경
|
695
|
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
696
697
|
<customwidgets>
<customwidget>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
698
|
<class>StatusArea</class>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
699
|
<extends>QWidget</extends>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
700
|
<header>statusarea.h</header>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
701
702
|
<container>1</container>
</customwidget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
703
704
705
706
707
708
709
710
711
712
713
714
715
|
</customwidgets>
<tabstops>
<tabstop>steamButton</tabstop>
<tabstop>combiButton</tabstop>
<tabstop>dryheatButton</tabstop>
<tabstop>poultryButton</tabstop>
<tabstop>meatButton</tabstop>
<tabstop>fishButton</tabstop>
<tabstop>dessertButton</tabstop>
<tabstop>grainButton</tabstop>
<tabstop>breadButton</tabstop>
<tabstop>etcButton</tabstop>
<tabstop>primeButton</tabstop>
|
51175dd1a
김태훈
엔코더 구현
|
716
|
<tabstop>backButton</tabstop>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
717
718
|
<tabstop>configButton</tabstop>
<tabstop>helpButton</tabstop>
|
51175dd1a
김태훈
엔코더 구현
|
719
720
721
722
|
<tabstop>okButton</tabstop>
<tabstop>washButton</tabstop>
<tabstop>multiButton</tabstop>
<tabstop>programmingButton</tabstop>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
723
724
|
</tabstops>
<resources/>
|
81b835e59
김태훈
한글 폰트 변경
|
725
726
|
<connections/>
</ui>
|