Blame view

app/gui/oven_control/programmingselectionwindow.ui 21.4 KB
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>
dcfd897f3   김태훈   수동 요리 만들기 추가
9
10
      <width>900</width>
      <height>1600</height>
81b835e59   김태훈   한글 폰트 변경
11
12
     </rect>
    </property>
dcfd897f3   김태훈   수동 요리 만들기 추가
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
    <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;
  margin-bottom: 50px;
  
  border-top: 200px;
  border-bottom: -50px;
  border-style: hidden;
  color: white;
ea3dabf48   김태훈   버전 1.6.11
30
  font-size: 40px;
dcfd897f3   김태훈   수동 요리 만들기 추가
31
  }
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
32
  QPushButton[style=&quot;programmingselectionwindow-type&quot;] {
dcfd897f3   김태훈   수동 요리 만들기 추가
33
  background-repeat: no-repeat;
e34c94639   김태훈   버전 1.6.10
34
35
  background-position: top;
  background-clip: margin;
dcfd897f3   김태훈   수동 요리 만들기 추가
36
  background-origin: border;
e34c94639   김태훈   버전 1.6.10
37
  margin-top: 42px;
dcfd897f3   김태훈   수동 요리 만들기 추가
38
e34c94639   김태훈   버전 1.6.10
39
  padding-top: 82px;
dcfd897f3   김태훈   수동 요리 만들기 추가
40
41
  border-style: hidden;
  color: white;
ea3dabf48   김태훈   버전 1.6.11
42
  font-size: 36px;
dcfd897f3   김태훈   수동 요리 만들기 추가
43
44
45
46
47
48
49
50
51
52
53
  }
  
  QPushButton[style=&quot;function&quot;] {
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border;
  background-origin: border;
  
  border-top: 206px;
  border-style: hidden;
  color: white;
ea3dabf48   김태훈   버전 1.6.11
54
  font-size: 30px;
dcfd897f3   김태훈   수동 요리 만들기 추가
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  }
  
  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>
        <x>675</x>
        <y>720</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
84
       <string>조림류</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
85
86
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
87
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
      </property>
     </widget>
     <widget class="QPushButton" name="fishButton">
      <property name="enabled">
       <bool>false</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>450</x>
        <y>720</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
114
       <string>스팀류</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
115
116
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
117
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
      </property>
     </widget>
     <widget class="Line" name="line_6">
      <property name="geometry">
       <rect>
        <x>675</x>
        <y>993</y>
        <width>1</width>
        <height>120</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
     </widget>
     <widget class="Line" name="line_4">
      <property name="geometry">
       <rect>
        <x>225</x>
        <y>993</y>
        <width>1</width>
        <height>120</height>
       </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>
        <y>1164</y>
        <width>300</width>
        <height>286</height>
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
51175dd1a   김태훈   엔코더 구현
164
165
166
      <property name="focusPolicy">
       <enum>Qt::NoFocus</enum>
      </property>
dcfd897f3   김태훈   수동 요리 만들기 추가
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
      <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>
        <y>942</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
203
       <string>초벌</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
204
205
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
206
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
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
      </property>
     </widget>
     <widget class="QPushButton" name="meatButton">
      <property name="enabled">
       <bool>false</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>225</x>
        <y>720</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
233
       <string>볶음류</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
234
235
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
236
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
      </property>
     </widget>
     <widget class="QWidget" name="bottomBar" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>1450</y>
        <width>900</width>
        <height>150</height>
       </rect>
      </property>
      <property name="minimumSize">
       <size>
        <width>900</width>
        <height>150</height>
       </size>
      </property>
      <property name="maximumSize">
       <size>
        <width>900</width>
        <height>150</height>
       </size>
      </property>
      <widget class="QPushButton" name="configButton">
       <property name="geometry">
        <rect>
         <x>345</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="minimumSize">
        <size>
         <width>62</width>
         <height>71</height>
        </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>
         <x>458</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="minimumSize">
        <size>
         <width>62</width>
         <height>71</height>
        </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   김태훈   프로그래밍 모드 임시 구현
318
319
320
321
322
323
324
325
326
327
328
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
         <x>232</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
329
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
382b586e9   김태훈   프로그래밍 모드 임시 구현
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
      <widget class="QPushButton" name="okButton">
       <property name="geometry">
        <rect>
         <x>571</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/006_sys_icon_16.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
346
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_16_ov.png); }</string>
382b586e9   김태훈   프로그래밍 모드 임시 구현
347
348
349
350
351
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
dcfd897f3   김태훈   수동 요리 만들기 추가
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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
     </widget>
     <widget class="Line" name="line_3">
      <property name="geometry">
       <rect>
        <x>675</x>
        <y>771</y>
        <width>1</width>
        <height>120</height>
       </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>
        <x>600</x>
        <y>426</y>
        <width>300</width>
        <height>293</height>
       </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>
        <x>450</x>
        <y>942</y>
        <width>225</width>
        <height>222</height>
       </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">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
417
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
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
      </property>
     </widget>
     <widget class="Line" name="line_7">
      <property name="geometry">
       <rect>
        <x>18</x>
        <y>942</y>
        <width>863</width>
        <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>
        <x>600</x>
        <y>1164</y>
        <width>300</width>
        <height>286</height>
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
51175dd1a   김태훈   엔코더 구현
451
452
453
      <property name="focusPolicy">
       <enum>Qt::NoFocus</enum>
      </property>
dcfd897f3   김태훈   수동 요리 만들기 추가
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
      <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>
        <x>300</x>
        <y>1164</y>
        <width>300</width>
        <height>286</height>
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
51175dd1a   김태훈   엔코더 구현
484
485
486
      <property name="focusPolicy">
       <enum>Qt::NoFocus</enum>
      </property>
dcfd897f3   김태훈   수동 요리 만들기 추가
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
      <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>
        <y>426</y>
        <width>300</width>
        <height>293</height>
       </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>
        <x>225</x>
        <y>771</y>
        <width>1</width>
        <height>120</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
     </widget>
     <widget class="Line" name="line_5">
      <property name="geometry">
       <rect>
        <x>450</x>
        <y>993</y>
        <width>1</width>
        <height>120</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
     </widget>
     <widget class="Line" name="line_2">
      <property name="geometry">
       <rect>
        <x>450</x>
        <y>771</y>
        <width>1</width>
        <height>120</height>
       </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>
        <y>720</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
586
       <string>구이류</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
587
588
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
589
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
      </property>
     </widget>
     <widget class="QPushButton" name="combiButton">
      <property name="enabled">
       <bool>false</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>300</x>
        <y>426</y>
        <width>300</width>
        <height>293</height>
       </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>
        <x>675</x>
        <y>942</y>
        <width>225</width>
        <height>222</height>
       </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">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
643
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
644
645
      </property>
     </widget>
dcfd897f3   김태훈   수동 요리 만들기 추가
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
     <widget class="QPushButton" name="breadButton">
      <property name="enabled">
       <bool>false</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>225</x>
        <y>942</y>
        <width>225</width>
        <height>222</height>
       </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">
e34c94639   김태훈   버전 1.6.10
670
       <string>보온</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
671
672
      </property>
      <property name="style" stdset="0">
22fe3f227   김태훈   스타일시트 정의가 자식 윈도우에...
673
       <string notr="true">programmingselectionwindow-type</string>
dcfd897f3   김태훈   수동 요리 만들기 추가
674
675
      </property>
     </widget>
2f6b55128   김태훈   다중 요리 구현
676
677
678
679
680
681
682
683
684
685
686
687
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>900</width>
        <height>426</height>
       </rect>
      </property>
      <property name="currentIndex">
       <number>0</number>
      </property>
16ef5d842   김태훈   V2.0.01
688
      <widget class="StatusArea" name="clockContainer">
2f6b55128   김태훈   다중 요리 구현
689
690
691
       <property name="styleSheet">
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
       </property>
2f6b55128   김태훈   다중 요리 구현
692
693
694
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
dcfd897f3   김태훈   수동 요리 만들기 추가
695
    </widget>
81b835e59   김태훈   한글 폰트 변경
696
   </widget>
dcfd897f3   김태훈   수동 요리 만들기 추가
697
698
   <customwidgets>
    <customwidget>
16ef5d842   김태훈   V2.0.01
699
     <class>StatusArea</class>
dcfd897f3   김태훈   수동 요리 만들기 추가
700
     <extends>QWidget</extends>
16ef5d842   김태훈   V2.0.01
701
     <header>statusarea.h</header>
dcfd897f3   김태훈   수동 요리 만들기 추가
702
703
     <container>1</container>
    </customwidget>
dcfd897f3   김태훈   수동 요리 만들기 추가
704
705
706
707
708
709
710
711
712
713
714
715
716
   </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   김태훈   엔코더 구현
717
    <tabstop>backButton</tabstop>
dcfd897f3   김태훈   수동 요리 만들기 추가
718
719
    <tabstop>configButton</tabstop>
    <tabstop>helpButton</tabstop>
51175dd1a   김태훈   엔코더 구현
720
721
722
723
    <tabstop>okButton</tabstop>
    <tabstop>washButton</tabstop>
    <tabstop>multiButton</tabstop>
    <tabstop>programmingButton</tabstop>
dcfd897f3   김태훈   수동 요리 만들기 추가
724
725
   </tabstops>
   <resources/>
81b835e59   김태훈   한글 폰트 변경
726
727
   <connections/>
  </ui>