2f6b55128
김태훈
다중 요리 구현
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MultiCookSelectionWindow</class>
<widget class="QMainWindow" name="MultiCookSelectionWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
2f6b55128
김태훈
다중 요리 구현
|
11
12
13
14
15
16
17
18
19
20
21
22
23
|
</rect>
</property>
<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;
|
2f6b55128
김태훈
다중 요리 구현
|
25
|
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
26
27
|
border-top: 248px;
border-bottom: -60px;
|
2f6b55128
김태훈
다중 요리 구현
|
28
29
|
border-style: hidden;
color: white;
|
abb605692
김태훈
새 디자인 시안 반영
|
30
|
font-size: 34px;
|
2f6b55128
김태훈
다중 요리 구현
|
31
32
33
34
|
}
QPushButton[style="type"] {
background-repeat: no-repeat;
|
abb605692
김태훈
새 디자인 시안 반영
|
35
36
|
background-position: top;
background-clip: margin;
|
2f6b55128
김태훈
다중 요리 구현
|
37
|
background-origin: border;
|
abb605692
김태훈
새 디자인 시안 반영
|
38
|
margin-top: 52px;
|
2f6b55128
김태훈
다중 요리 구현
|
39
|
|
abb605692
김태훈
새 디자인 시안 반영
|
40
|
padding-top: 100px;
|
2f6b55128
김태훈
다중 요리 구현
|
41
42
|
border-style: hidden;
color: white;
|
abb605692
김태훈
새 디자인 시안 반영
|
43
|
font-size: 46px;
|
2f6b55128
김태훈
다중 요리 구현
|
44
45
46
47
48
49
50
|
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
51
|
border-top: 247px;
|
2f6b55128
김태훈
다중 요리 구현
|
52
53
|
border-style: hidden;
color: white;
|
abb605692
김태훈
새 디자인 시안 반영
|
54
|
font-size: 34px;
|
2f6b55128
김태훈
다중 요리 구현
|
55
56
57
58
59
60
61
62
63
64
65
|
}
QPushButton:disabled { color: #7B7B7B; }</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="dryheatButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
66
67
68
69
|
<x>720</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
2f6b55128
김태훈
다중 요리 구현
|
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
</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 notr="true">mode</string>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
87
88
|
<x>540</x>
<y>925</y>
|
2f6b55128
김태훈
다중 요리 구현
|
89
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
90
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
91
92
93
94
95
96
97
98
99
100
101
102
103
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
104
105
106
|
<y>1130</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
121
|
<string>초벌</string>
|
2f6b55128
김태훈
다중 요리 구현
|
122
123
124
125
126
127
128
129
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="Line" name="line_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
130
131
|
<x>540</x>
<y>1191</y>
|
2f6b55128
김태훈
다중 요리 구현
|
132
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
133
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
134
135
136
137
138
139
140
141
142
143
144
145
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="breadButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
146
147
148
149
|
<x>270</x>
<y>1130</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
164
|
<string>보온</string>
|
2f6b55128
김태훈
다중 요리 구현
|
165
166
167
168
169
170
171
172
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
173
174
|
<x>810</x>
<y>925</y>
|
2f6b55128
김태훈
다중 요리 구현
|
175
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
176
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
177
178
179
180
181
182
183
184
185
186
187
188
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
189
190
191
192
|
<x>270</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
193
194
195
196
197
198
199
200
201
202
203
204
205
206
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
207
|
<string>볶음류</string>
|
2f6b55128
김태훈
다중 요리 구현
|
208
209
210
211
212
213
214
215
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
216
217
|
<x>270</x>
<y>925</y>
|
2f6b55128
김태훈
다중 요리 구현
|
218
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
219
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
220
221
222
223
224
225
226
227
228
229
230
231
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="dessertButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
232
233
234
235
|
<x>810</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
236
237
238
239
240
241
242
243
244
245
246
247
248
249
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
250
|
<string>조림류</string>
|
2f6b55128
김태훈
다중 요리 구현
|
251
252
253
254
255
256
257
258
259
260
261
262
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
263
264
265
|
<y>864</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
266
267
268
269
270
271
272
273
274
275
276
277
278
279
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
280
|
<string>구이류</string>
|
2f6b55128
김태훈
다중 요리 구현
|
281
282
283
284
285
286
287
288
289
290
291
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
292
293
294
295
|
<x>360</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
2f6b55128
김태훈
다중 요리 구현
|
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
|
</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 notr="true">mode</string>
</property>
</widget>
<widget class="QPushButton" name="multiButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
317
318
319
|
<y>1396</y>
<width>360</width>
<height>343</height>
|
2f6b55128
김태훈
다중 요리 구현
|
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
347
348
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<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 notr="true">function</string>
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
349
350
351
352
|
<x>360</x>
<y>1396</y>
<width>360</width>
<height>343</height>
|
2f6b55128
김태훈
다중 요리 구현
|
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
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<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 notr="true">function</string>
</property>
</widget>
<widget class="Line" name="line_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
379
380
381
|
<x>21</x>
<y>1130</y>
<width>1035</width>
|
2f6b55128
김태훈
다중 요리 구현
|
382
383
384
385
386
387
388
389
390
391
392
393
394
|
<height>1</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</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>
|
2f6b55128
김태훈
다중 요리 구현
|
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
|
</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">
<string notr="true">type</string>
</property>
</widget>
<widget class="Line" name="line_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
422
423
|
<x>270</x>
<y>1191</y>
|
2f6b55128
김태훈
다중 요리 구현
|
424
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
425
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
426
427
428
429
430
431
432
433
434
435
436
437
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</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>
|
2f6b55128
김태훈
다중 요리 구현
|
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
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<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 notr="true">function</string>
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
471
472
473
474
|
<x>810</x>
<y>1130</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
|
</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">
<string notr="true">type</string>
</property>
</widget>
<widget class="Line" name="line_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
498
499
|
<x>810</x>
<y>1191</y>
|
2f6b55128
김태훈
다중 요리 구현
|
500
|
<width>1</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
501
|
<height>144</height>
|
2f6b55128
김태훈
다중 요리 구현
|
502
503
504
505
506
507
508
509
510
511
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QWidget" name="bottomBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
512
513
514
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
2f6b55128
김태훈
다중 요리 구현
|
515
516
517
518
|
</rect>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
519
520
|
<width>1080</width>
<height>180</height>
|
2f6b55128
김태훈
다중 요리 구현
|
521
522
523
524
|
</size>
</property>
<property name="maximumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
525
526
|
<width>1080</width>
<height>180</height>
|
2f6b55128
김태훈
다중 요리 구현
|
527
528
529
530
531
|
</size>
</property>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
532
533
534
535
|
<x>616</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
2f6b55128
김태훈
다중 요리 구현
|
536
537
538
539
540
541
542
543
544
545
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
546
547
|
<width>74</width>
<height>85</height>
|
2f6b55128
김태훈
다중 요리 구현
|
548
549
550
551
552
553
554
555
556
557
558
559
560
|
</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>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
561
562
563
564
|
<x>345</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
2f6b55128
김태훈
다중 요리 구현
|
565
566
567
568
569
570
571
572
573
574
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
</property>
<property name="text">
<string/>
</property>
</widget>
|
703beed2b
김태훈
디자인 안 반영
|
575
|
<widget class="QPushButton" name="configButton">
|
2f6b55128
김태훈
다중 요리 구현
|
576
577
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
578
579
580
581
|
<x>481</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
2f6b55128
김태훈
다중 요리 구현
|
582
583
|
</rect>
</property>
|
703beed2b
김태훈
디자인 안 반영
|
584
585
586
587
588
589
|
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
2f6b55128
김태훈
다중 요리 구현
|
590
|
<property name="styleSheet">
|
703beed2b
김태훈
디자인 안 반영
|
591
592
|
<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>
|
2f6b55128
김태훈
다중 요리 구현
|
593
594
595
596
597
598
599
600
601
602
603
604
605
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
606
607
608
|
<y>511</y>
<width>360</width>
<height>351</height>
|
2f6b55128
김태훈
다중 요리 구현
|
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
|
</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 notr="true">mode</string>
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
629
630
631
632
|
<x>540</x>
<y>864</y>
<width>270</width>
<height>266</height>
|
2f6b55128
김태훈
다중 요리 구현
|
633
634
635
636
637
638
639
640
641
642
643
644
645
646
|
</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
김태훈
요리 종류 이름 및 아이콘 변경
|
647
|
<string>스팀류</string>
|
2f6b55128
김태훈
다중 요리 구현
|
648
649
650
651
652
653
654
655
656
657
|
</property>
<property name="style" stdset="0">
<string notr="true">type</string>
</property>
</widget>
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
658
659
|
<width>1080</width>
<height>511</height>
|
2f6b55128
김태훈
다중 요리 구현
|
660
661
662
663
664
665
666
667
668
|
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="clockContainer">
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
|
703beed2b
김태훈
디자인 안 반영
|
669
|
<widget class="QLabel" name="label">
|
2f6b55128
김태훈
다중 요리 구현
|
670
671
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
672
673
674
675
|
<x>488</x>
<y>90</y>
<width>134</width>
<height>135</height>
|
2f6b55128
김태훈
다중 요리 구현
|
676
677
|
</rect>
</property>
|
703beed2b
김태훈
디자인 안 반영
|
678
679
|
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/symbol/info_shadow.png</pixmap>
|
2f6b55128
김태훈
다중 요리 구현
|
680
681
|
</property>
</widget>
|
703beed2b
김태훈
디자인 안 반영
|
682
|
<widget class="QLabel" name="description">
|
2f6b55128
김태훈
다중 요리 구현
|
683
684
|
<property name="geometry">
<rect>
|
703beed2b
김태훈
디자인 안 반영
|
685
|
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
686
687
688
|
<y>210</y>
<width>1080</width>
<height>301</height>
|
2f6b55128
김태훈
다중 요리 구현
|
689
690
|
</rect>
</property>
|
703beed2b
김태훈
디자인 안 반영
|
691
692
|
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
693
|
<pointsize>15</pointsize>
|
703beed2b
김태훈
디자인 안 반영
|
694
|
</font>
|
2f6b55128
김태훈
다중 요리 구현
|
695
|
</property>
|
703beed2b
김태훈
디자인 안 반영
|
696
697
|
<property name="styleSheet">
<string notr="true">color: white;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
698
699
|
padding-left: 60px;
padding-right: 60px;</string>
|
703beed2b
김태훈
디자인 안 반영
|
700
701
702
703
|
</property>
<property name="text">
<string>1. 다중 요리에서 사용할 요리 카테고리를 선택해주세요
2. 스팀, 콤비, 건열 중에서 선택하시면 자동으로 다음 단계로 진행됩니다</string>
|
2f6b55128
김태훈
다중 요리 구현
|
704
|
</property>
|
703beed2b
김태훈
디자인 안 반영
|
705
706
|
<property name="wordWrap">
<bool>true</bool>
|
2f6b55128
김태훈
다중 요리 구현
|
707
708
709
710
711
712
713
|
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
</widget>
</widget>
|
2f6b55128
김태훈
다중 요리 구현
|
714
715
716
717
718
719
720
721
722
723
724
725
726
727
|
<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>
<tabstop>backButton</tabstop>
<tabstop>helpButton</tabstop>
|
2f6b55128
김태훈
다중 요리 구현
|
728
|
</tabstops>
|
703beed2b
김태훈
디자인 안 반영
|
729
730
731
|
<resources>
<include location="resources.qrc"/>
</resources>
|
2f6b55128
김태훈
다중 요리 구현
|
732
733
|
<connections/>
</ui>
|