Blame view

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