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>
|
19c40d008
김태훈
시연용 임시 적용
|
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="mode"] {
|
6f96c947a
김태훈
GUI 0.1.4
|
29
30
31
32
|
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
19c40d008
김태훈
시연용 임시 적용
|
33
|
margin-bottom: 60px;
|
6f96c947a
김태훈
GUI 0.1.4
|
34
|
|
19c40d008
김태훈
시연용 임시 적용
|
35
36
|
border-top: 240px;
border-bottom: -60px;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
37
|
border-style: hidden;
|
6f96c947a
김태훈
GUI 0.1.4
|
38
|
color: white;
|
19c40d008
김태훈
시연용 임시 적용
|
39
|
font-size: 48px;
|
6f96c947a
김태훈
GUI 0.1.4
|
40
41
42
43
44
45
46
|
}
QPushButton[style="type"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
19c40d008
김태훈
시연용 임시 적용
|
47
|
border-top: 198px;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
48
|
border-style: hidden;
|
6f96c947a
김태훈
GUI 0.1.4
|
49
|
color: white;
|
19c40d008
김태훈
시연용 임시 적용
|
50
|
font-size: 36px;
|
6f96c947a
김태훈
GUI 0.1.4
|
51
52
53
54
55
56
57
|
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
19c40d008
김태훈
시연용 임시 적용
|
58
|
padding-top: 247.2px;
|
6f96c947a
김태훈
GUI 0.1.4
|
59
60
|
border-style: hidden;
color: white;
|
19c40d008
김태훈
시연용 임시 적용
|
61
|
font-size: 36px;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
62
|
}</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
63
|
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
64
|
<widget class="QWidget" name="centralwidget">
|
8c2952457
김태훈
응용 프로그램 추가
|
65
66
67
68
69
70
|
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
71
|
<widget class="QWidget" name="bottomBar" native="true">
|
8c2952457
김태훈
응용 프로그램 추가
|
72
73
74
|
<property name="geometry">
<rect>
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
75
76
77
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
78
79
80
81
|
</rect>
</property>
<property name="minimumSize">
<size>
|
19c40d008
김태훈
시연용 임시 적용
|
82
83
|
<width>1080</width>
<height>180</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
84
85
86
87
|
</size>
</property>
<property name="maximumSize">
<size>
|
19c40d008
김태훈
시연용 임시 적용
|
88
89
|
<width>1080</width>
<height>180</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
90
91
|
</size>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
92
93
94
|
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
95
96
97
98
|
<x>414</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
99
100
101
102
103
104
105
106
107
108
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
19c40d008
김태훈
시연용 임시 적용
|
109
110
|
<width>74</width>
<height>85</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
111
112
113
|
</size>
</property>
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
114
|
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
115
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
116
117
118
119
120
121
122
123
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
124
125
126
127
|
<x>549</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
128
129
130
131
132
133
134
135
136
137
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
19c40d008
김태훈
시연용 임시 적용
|
138
139
|
<width>74</width>
<height>85</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
140
141
142
|
</size>
</property>
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
143
|
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
144
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
145
146
147
148
149
150
151
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="multiButton">
|
227d4eb06
김태훈
주 화면에서 접근 불가 처리된 ...
|
152
|
<property name="enabled">
|
2f6b55128
김태훈
다중 요리 구현
|
153
|
<bool>true</bool>
|
227d4eb06
김태훈
주 화면에서 접근 불가 처리된 ...
|
154
|
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
155
156
|
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
157
|
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
158
159
160
|
<y>1396</y>
<width>360</width>
<height>343</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
161
162
163
164
165
166
167
168
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
169
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
170
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/multi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
171
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/multi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
172
173
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
174
175
176
177
|
<string>다중요리</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
178
179
180
181
182
|
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
183
184
185
186
|
<x>360</x>
<y>1396</y>
<width>360</width>
<height>343</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
187
188
189
190
191
192
193
194
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
195
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
196
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/custom.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
197
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/custom_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
198
199
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
200
201
202
203
|
<string>프로그래밍모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
204
205
206
207
208
|
</property>
</widget>
<widget class="QPushButton" name="washButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
209
210
211
212
|
<x>720</x>
<y>1396</y>
<width>360</width>
<height>343</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
213
214
215
216
217
218
219
220
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
221
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
222
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/wash.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
223
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/wash_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
224
225
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
226
227
228
229
|
<string>세척모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
230
231
|
</property>
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
232
233
234
|
<widget class="Line" name="line">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
235
236
|
<x>270</x>
<y>925</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
237
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
238
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
239
240
241
242
243
244
245
246
247
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
248
249
|
<x>540</x>
<y>925</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
250
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
251
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
252
253
254
255
256
257
258
259
260
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
261
262
|
<x>810</x>
<y>925</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
263
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
264
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
265
266
267
268
269
270
271
272
273
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_4">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
274
275
|
<x>270</x>
<y>1191</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
276
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
277
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
278
279
280
281
282
283
284
285
286
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_5">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
287
288
|
<x>540</x>
<y>1191</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
289
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
290
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
291
292
293
294
295
296
297
298
299
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_6">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
300
301
|
<x>810</x>
<y>1191</y>
|
8c2952457
김태훈
응용 프로그램 추가
|
302
|
<width>1</width>
|
19c40d008
김태훈
시연용 임시 적용
|
303
|
<height>144</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
304
305
306
307
308
309
310
311
312
|
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="dryheatButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
313
314
315
316
|
<x>720</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
317
318
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
319
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
320
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
321
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
322
323
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
324
325
326
327
|
<string>건열</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
328
329
330
331
332
|
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
333
334
335
336
|
<x>360</x>
<y>511</y>
<width>360</width>
<height>351</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
337
338
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
339
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
340
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
341
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
342
343
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
344
345
346
347
|
<string>콤비</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
348
349
350
351
352
|
</property>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
353
|
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
354
355
356
|
<y>511</y>
<width>360</width>
<height>351</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
357
358
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
359
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
360
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
361
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
362
363
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
364
365
366
367
|
<string>스팀</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
368
369
370
371
372
|
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
373
374
375
376
|
<x>271</x>
<y>864</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
377
378
379
380
381
382
383
384
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
385
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
386
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/meat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
387
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/meat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
388
389
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
390
391
392
393
|
<string>육류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
394
395
396
397
398
|
</property>
</widget>
<widget class="QPushButton" name="dessertButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
399
400
401
402
|
<x>811</x>
<y>864</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
403
404
405
406
407
408
409
410
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
411
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
412
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/desert.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
413
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/desert_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
414
415
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
416
417
418
419
|
<string>디저트류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
420
421
422
423
424
|
</property>
</widget>
<widget class="QPushButton" name="etcButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
425
426
427
428
|
<x>541</x>
<y>1131</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
429
430
431
432
433
434
435
436
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
437
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
438
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/etc.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
439
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/etc_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
440
441
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
442
443
444
445
|
<string>기타요리</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
446
447
448
449
450
|
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
451
|
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
452
453
454
|
<y>1131</y>
<width>270</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
455
456
457
458
459
460
461
462
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
463
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
464
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/vegetable.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
465
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/vegetable_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
466
467
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
468
469
470
471
|
<string>채소및곡류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
472
473
474
475
476
|
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
477
|
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
478
479
480
|
<y>864</y>
<width>270</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
481
482
483
484
485
486
487
488
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
489
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
490
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/poultry.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
491
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/poultry_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
492
493
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
494
495
496
497
|
<string>가금류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
498
499
500
501
502
|
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
503
504
505
506
|
<x>541</x>
<y>864</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
507
508
509
510
511
512
513
514
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
515
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
516
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/fish.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
517
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/fish_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
518
519
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
520
521
522
523
|
<string>생선류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
524
525
526
527
528
|
</property>
</widget>
<widget class="QPushButton" name="breadButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
529
530
531
532
|
<x>271</x>
<y>1131</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
533
534
535
536
537
538
539
540
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
541
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
542
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/bread.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
543
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/bread_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
544
545
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
546
547
548
549
|
<string>제과제빵류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
550
551
552
553
554
|
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
555
556
557
558
|
<x>811</x>
<y>1131</y>
<width>268</width>
<height>265</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
559
560
561
562
563
564
565
566
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
567
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
568
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/additional.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
569
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
570
571
|
</property>
<property name="text">
|
599b9c350
고영탁
부가기능 복구
|
572
|
<string>부가기능</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
573
574
575
|
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
576
577
578
579
580
581
582
|
</property>
</widget>
<widget class="QWidget" name="clockContainer" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
19c40d008
김태훈
시연용 임시 적용
|
583
584
|
<width>1080</width>
<height>511</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
585
586
587
|
</rect>
</property>
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
588
|
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
589
590
591
592
|
</property>
<widget class="Clock" name="clock" native="true">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
593
594
595
596
|
<x>326</x>
<y>43</y>
<width>427</width>
<height>426</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
597
598
599
|
</rect>
</property>
</widget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
600
601
602
|
<widget class="WashWarnIcon" name="label">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
603
604
605
606
|
<x>960</x>
<y>384</y>
<width>96</width>
<height>100</height>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
607
608
|
</rect>
</property>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
609
610
611
612
|
</widget>
<widget class="DemoIcon" name="label_2">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
613
614
615
616
|
<x>936</x>
<y>276</y>
<width>121</width>
<height>108</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
617
618
|
</rect>
</property>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
619
620
621
622
|
</widget>
<widget class="HalfEnergyIcon" name="label_3">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
623
624
625
626
|
<x>936</x>
<y>192</y>
<width>129</width>
<height>80</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
627
628
|
</rect>
</property>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
629
|
</widget>
|
d61c94341
김태훈
디지털 시계 추가
|
630
631
632
|
<widget class="DigitalClock" name="label_4">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
633
634
635
636
|
<x>24</x>
<y>372</y>
<width>720</width>
<height>120</height>
|
d61c94341
김태훈
디지털 시계 추가
|
637
638
639
640
641
642
|
</rect>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
|
5f017a9d7
김태훈
요청 사항 반영
|
643
644
645
|
<widget class="IgnitionIcon" name="label_5">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
646
647
648
649
|
<x>794</x>
<y>196</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
650
651
652
653
654
655
656
657
658
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="WaterLevelIcon" name="label_6">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
659
660
661
662
|
<x>804</x>
<y>348</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
663
664
665
666
667
668
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
669
|
</widget>
|
05f2a7552
김태훈
image 관리 구조 변경
|
670
671
672
|
<widget class="Line" name="line_7">
<property name="geometry">
<rect>
|
19c40d008
김태훈
시연용 임시 적용
|
673
674
675
|
<x>21</x>
<y>1130</y>
<width>1035</width>
|
05f2a7552
김태훈
image 관리 구조 변경
|
676
677
678
679
680
681
682
|
<height>1</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
|
2f6b55128
김태훈
다중 요리 구현
|
683
684
685
686
|
<widget class="QLabel" name="logo">
<property name="enabled">
<bool>true</bool>
</property>
|
885f3848e
김태훈
메인 화면에서 숨긴 버튼 자리에...
|
687
688
689
|
<property name="geometry">
<rect>
<x>0</x>
|
19c40d008
김태훈
시연용 임시 적용
|
690
691
692
|
<y>1396</y>
<width>720</width>
<height>343</height>
|
885f3848e
김태훈
메인 화면에서 숨긴 버튼 자리에...
|
693
694
695
696
697
698
699
700
701
|
</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
김태훈
다중 요리 구현
|
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
|
<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
김태훈
응용 프로그램 추가
|
726
727
728
729
730
731
732
733
734
735
|
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
736
737
738
739
740
|
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
741
742
743
744
745
746
747
748
749
750
|
<customwidget>
<class>DemoIcon</class>
<extends>QLabel</extends>
<header>demoicon.h</header>
</customwidget>
<customwidget>
<class>HalfEnergyIcon</class>
<extends>QLabel</extends>
<header>halfenergyicon.h</header>
</customwidget>
|
d61c94341
김태훈
디지털 시계 추가
|
751
752
753
754
755
|
<customwidget>
<class>DigitalClock</class>
<extends>QLabel</extends>
<header>digitalclock.h</header>
</customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
756
757
758
759
760
761
762
763
764
765
|
<customwidget>
<class>IgnitionIcon</class>
<extends>QLabel</extends>
<header>ignitionicon.h</header>
</customwidget>
<customwidget>
<class>WaterLevelIcon</class>
<extends>QLabel</extends>
<header>waterlevelicon.h</header>
</customwidget>
|
8c2952457
김태훈
응용 프로그램 추가
|
766
|
</customwidgets>
|
0ce283850
김태훈
로터리 엔코더 임시 구현
|
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
|
<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
김태훈
메인 화면에서 숨긴 버튼 자리에...
|
785
786
787
|
<resources>
<include location="resources.qrc"/>
</resources>
|
8c2952457
김태훈
응용 프로그램 추가
|
788
789
|
<connections/>
</ui>
|