Blame view

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