8c2952457
김태훈
응용 프로그램 추가
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
<width>900</width>
<height>1600</height>
</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;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
33
|
margin-bottom: 50px;
|
6f96c947a
김태훈
GUI 0.1.4
|
34
|
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
35
36
37
|
border-top: 200px;
border-bottom: -50px;
border-style: hidden;
|
6f96c947a
김태훈
GUI 0.1.4
|
38
39
40
41
42
43
44
45
46
|
color: white;
font-size: 40px;
}
QPushButton[style="type"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
47
48
|
border-top: 165px;
border-style: hidden;
|
6f96c947a
김태훈
GUI 0.1.4
|
49
50
51
52
53
54
55
56
57
|
color: white;
font-size: 30px;
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
58
|
padding-top: 206px;
|
6f96c947a
김태훈
GUI 0.1.4
|
59
60
61
|
border-style: hidden;
color: white;
font-size: 30px;
|
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<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>
|
8c2952457
김태훈
응용 프로그램 추가
|
92
93
94
|
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
95
|
<x>345</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<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">
|
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>
|
6f96c947a
김태훈
GUI 0.1.4
|
124
|
<x>458</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
<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">
|
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
152
153
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="multiButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
154
155
156
157
|
<x>0</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
158
159
160
161
162
163
164
165
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
166
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
167
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/multi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
168
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/multi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
169
170
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
171
172
173
174
|
<string>다중요리</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
175
176
177
178
179
|
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
180
181
182
183
|
<x>300</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
184
185
186
187
188
189
190
191
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
192
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
193
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/custom.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
194
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/custom_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
195
196
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
197
198
199
200
|
<string>프로그래밍모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
201
202
203
204
205
|
</property>
</widget>
<widget class="QPushButton" name="washButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
206
207
208
209
|
<x>600</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
210
211
212
213
214
215
216
217
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
218
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
219
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/wash.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
220
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/wash_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
221
222
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
223
224
225
226
|
<string>세척모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
227
228
|
</property>
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
229
230
231
232
233
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
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
|
<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_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="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="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="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_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="QPushButton" name="dryheatButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
310
311
312
313
|
<x>600</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
314
315
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
316
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
317
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
318
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
319
320
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
321
322
323
324
|
<string>건열</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
325
326
327
328
329
|
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
330
331
332
333
|
<x>300</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
334
335
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
336
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
337
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
338
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
339
340
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
341
342
343
344
|
<string>콤비</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
345
346
347
348
349
|
</property>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
350
351
352
353
|
<x>0</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
354
355
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
356
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
357
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
358
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
359
360
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
361
362
363
364
|
<string>스팀</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
365
366
367
368
369
|
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
370
|
<x>226</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
371
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
372
373
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
374
375
376
377
378
379
380
381
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
382
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
383
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/meat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
384
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/meat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
385
386
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
387
388
389
390
|
<string>육류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
391
392
393
394
395
|
</property>
</widget>
<widget class="QPushButton" name="dessertButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
396
|
<x>676</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
397
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
398
399
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
400
401
402
403
404
405
406
407
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
408
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
409
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/desert.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
410
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/desert_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
411
412
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
413
414
415
416
|
<string>디저트류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
417
418
419
420
421
|
</property>
</widget>
<widget class="QPushButton" name="etcButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
422
423
424
425
|
<x>451</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
426
427
428
429
430
431
432
433
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
434
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
435
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/etc.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
436
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/etc_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
437
438
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
439
440
441
442
|
<string>기타요리</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
443
444
445
446
447
|
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
448
|
<x>0</x>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
449
|
<y>943</y>
|
6f96c947a
김태훈
GUI 0.1.4
|
450
|
<width>225</width>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
451
|
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
452
453
454
455
456
457
458
459
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
460
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
461
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/vegetable.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
462
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/vegetable_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
463
464
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
465
466
467
468
|
<string>채소및곡류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
469
470
471
472
473
|
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
474
475
476
|
<x>0</x>
<y>720</y>
<width>225</width>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
477
|
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
478
479
480
481
482
483
484
485
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
486
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
487
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/poultry.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
488
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/poultry_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
489
490
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
491
492
493
494
|
<string>가금류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
495
496
497
498
499
|
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
500
|
<x>451</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
501
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
502
503
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
504
505
506
507
508
509
510
511
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
512
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
513
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/fish.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
514
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/fish_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
515
516
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
517
518
519
520
|
<string>생선류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
521
522
523
524
525
|
</property>
</widget>
<widget class="QPushButton" name="breadButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
526
527
528
529
|
<x>226</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
530
531
532
533
534
535
536
537
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
538
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
539
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/bread.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
540
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/bread_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
541
542
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
543
544
545
546
|
<string>제과제빵류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
547
548
549
550
551
|
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
552
553
554
555
|
<x>676</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
556
557
558
559
560
561
562
563
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
564
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
565
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/additional.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
566
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
567
568
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
569
570
571
572
|
<string>부가기능</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
573
574
575
576
577
578
579
580
581
582
583
584
|
</property>
</widget>
<widget class="QWidget" name="clockContainer" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>426</height>
</rect>
</property>
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
585
|
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
586
587
588
589
590
591
592
593
594
595
596
|
</property>
<widget class="Clock" name="clock" native="true">
<property name="geometry">
<rect>
<x>272</x>
<y>36</y>
<width>356</width>
<height>355</height>
</rect>
</property>
</widget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
597
598
599
600
601
602
603
604
605
|
<widget class="WashWarnIcon" name="label">
<property name="geometry">
<rect>
<x>800</x>
<y>320</y>
<width>80</width>
<height>84</height>
</rect>
</property>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
606
607
608
609
610
611
612
613
614
615
|
</widget>
<widget class="DemoIcon" name="label_2">
<property name="geometry">
<rect>
<x>780</x>
<y>230</y>
<width>101</width>
<height>90</height>
</rect>
</property>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
616
617
618
619
620
621
622
623
624
625
|
</widget>
<widget class="HalfEnergyIcon" name="label_3">
<property name="geometry">
<rect>
<x>780</x>
<y>160</y>
<width>108</width>
<height>67</height>
</rect>
</property>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
626
|
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
627
|
</widget>
|
6f96c947a
김태훈
GUI 0.1.4
|
628
|
<widget class="QLabel" name="steamLabel_13">
|
8c2952457
김태훈
응용 프로그램 추가
|
629
630
631
632
633
|
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
634
635
636
637
|
<x>750</x>
<y>1550</y>
<width>150</width>
<height>50</height>
|
99b8066f4
김태훈
V0.1.1
|
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
|
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>123</green>
<blue>123</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
|
13bde8571
고영탁
V0.3.4
|
684
|
<string>V0.3.4</string>
|
99b8066f4
김태훈
V0.1.1
|
685
686
687
688
689
690
691
692
|
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
</property>
<property name="margin">
<number>10</number>
</property>
</widget>
|
05f2a7552
김태훈
image 관리 구조 변경
|
693
694
695
696
697
698
699
700
701
702
703
704
705
|
<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>
|
8c2952457
김태훈
응용 프로그램 추가
|
706
707
708
709
710
711
712
713
714
715
|
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
716
717
718
719
720
|
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
721
722
723
724
725
726
727
728
729
730
|
<customwidget>
<class>DemoIcon</class>
<extends>QLabel</extends>
<header>demoicon.h</header>
</customwidget>
<customwidget>
<class>HalfEnergyIcon</class>
<extends>QLabel</extends>
<header>halfenergyicon.h</header>
</customwidget>
|
8c2952457
김태훈
응용 프로그램 추가
|
731
|
</customwidgets>
|
0ce283850
김태훈
로터리 엔코더 임시 구현
|
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
|
<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>
|
56b97b93d
김태훈
시연 모드 아이콘, 하프 에너지...
|
750
|
<resources/>
|
8c2952457
김태훈
응용 프로그램 추가
|
751
752
|
<connections/>
</ui>
|