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
|
color: white;
|
ea3dabf48
김태훈
버전 1.6.11
|
39
|
font-size: 40px;
|
6f96c947a
김태훈
GUI 0.1.4
|
40
|
}
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
41
|
QPushButton[style="mainwindow-type"] {
|
6f96c947a
김태훈
GUI 0.1.4
|
42
|
background-repeat: no-repeat;
|
e34c94639
김태훈
버전 1.6.10
|
43
44
|
background-position: top;
background-clip: margin;
|
6f96c947a
김태훈
GUI 0.1.4
|
45
|
background-origin: border;
|
e34c94639
김태훈
버전 1.6.10
|
46
|
margin-top: 42px;
|
6f96c947a
김태훈
GUI 0.1.4
|
47
|
|
e34c94639
김태훈
버전 1.6.10
|
48
|
padding-top: 82px;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
49
|
border-style: hidden;
|
6f96c947a
김태훈
GUI 0.1.4
|
50
|
color: white;
|
ea3dabf48
김태훈
버전 1.6.11
|
51
|
font-size: 36px;
|
6f96c947a
김태훈
GUI 0.1.4
|
52
53
54
55
56
57
58
|
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
59
|
padding-top: 206px;
|
6f96c947a
김태훈
GUI 0.1.4
|
60
61
|
border-style: hidden;
color: white;
|
ea3dabf48
김태훈
버전 1.6.11
|
62
|
font-size: 30px;
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
63
|
}</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
64
|
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
65
|
<widget class="QWidget" name="centralwidget">
|
8c2952457
김태훈
응용 프로그램 추가
|
66
67
68
69
70
71
|
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
05f2a7552
김태훈
image 관리 구조 변경
|
72
|
<widget class="QWidget" name="bottomBar" native="true">
|
8c2952457
김태훈
응용 프로그램 추가
|
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<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
김태훈
응용 프로그램 추가
|
93
94
95
|
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
96
|
<x>345</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<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 관리 구조 변경
|
115
|
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
116
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
117
118
119
120
121
122
123
124
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
125
|
<x>458</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
<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 관리 구조 변경
|
144
|
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
145
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
146
147
148
149
150
151
152
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="multiButton">
|
227d4eb06
김태훈
주 화면에서 접근 불가 처리된 ...
|
153
|
<property name="enabled">
|
2f6b55128
김태훈
다중 요리 구현
|
154
|
<bool>true</bool>
|
227d4eb06
김태훈
주 화면에서 접근 불가 처리된 ...
|
155
|
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
156
157
|
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
158
|
<x>0</x>
|
2f6b55128
김태훈
다중 요리 구현
|
159
|
<y>1164</y>
|
6f96c947a
김태훈
GUI 0.1.4
|
160
161
|
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
162
163
164
165
166
167
168
169
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
170
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
171
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/multi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
172
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/multi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
173
174
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
175
176
177
178
|
<string>다중요리</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
179
180
181
182
183
|
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
184
|
<x>300</x>
|
2f6b55128
김태훈
다중 요리 구현
|
185
|
<y>1164</y>
|
6f96c947a
김태훈
GUI 0.1.4
|
186
187
|
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
188
189
190
191
192
193
194
195
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
196
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
197
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/custom.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
198
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/custom_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
199
200
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
201
202
203
204
|
<string>프로그래밍모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
205
206
207
208
209
|
</property>
</widget>
<widget class="QPushButton" name="washButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
210
211
212
213
|
<x>600</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
214
215
216
217
218
219
220
221
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
222
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
223
|
<string notr="true">QPushButton { background-image: url(:/images/main_button/wash.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
224
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/wash_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
225
226
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
227
228
229
230
|
<string>세척모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
231
232
|
</property>
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
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
310
311
312
313
|
<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
|
314
315
316
317
|
<x>600</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
318
319
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
320
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
321
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
322
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
323
324
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
325
326
327
328
|
<string>건열</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
329
330
331
332
333
|
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
334
335
336
337
|
<x>300</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
338
339
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
340
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
341
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
342
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
343
344
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
345
346
347
348
|
<string>콤비</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
349
350
351
352
353
|
</property>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
354
355
356
357
|
<x>0</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
358
359
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
360
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
361
|
<string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
362
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
363
364
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
365
366
367
368
|
<string>스팀</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
369
370
371
372
373
|
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
374
|
<x>226</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
375
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
376
377
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
378
379
380
381
382
383
384
385
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
386
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
387
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/meat.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
388
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/meat_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
389
390
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
391
|
<string>볶음류</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
392
393
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
394
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
395
396
397
398
399
|
</property>
</widget>
<widget class="QPushButton" name="dessertButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
400
|
<x>676</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
401
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
402
403
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
404
405
406
407
408
409
410
411
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
412
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
413
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/desert.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
414
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/desert_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
415
416
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
417
|
<string>조림류</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
418
419
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
420
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
421
422
423
424
425
|
</property>
</widget>
<widget class="QPushButton" name="etcButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
426
427
428
429
|
<x>451</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
430
431
432
433
434
435
436
437
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
438
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
439
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/etc.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
440
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/etc_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
441
442
|
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
443
444
445
|
<string>기타요리</string>
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
446
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
447
448
449
450
451
|
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
452
|
<x>0</x>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
453
|
<y>943</y>
|
6f96c947a
김태훈
GUI 0.1.4
|
454
|
<width>225</width>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
455
|
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
456
457
458
459
460
461
462
463
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
464
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
465
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/vegetable.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
466
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/vegetable_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
467
468
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
469
|
<string>초벌</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
470
471
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
472
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
473
474
475
476
477
|
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
478
479
480
|
<x>0</x>
<y>720</y>
<width>225</width>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
481
|
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
482
483
484
485
486
487
488
489
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
490
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
491
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/poultry.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
492
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/poultry_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
493
494
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
495
|
<string>구이류</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
496
497
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
498
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
499
500
501
502
503
|
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
504
|
<x>451</x>
|
6f96c947a
김태훈
GUI 0.1.4
|
505
|
<y>720</y>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
506
507
|
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
508
509
510
511
512
513
514
515
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
516
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
517
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/fish.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
518
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/fish_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
519
520
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
521
|
<string>스팀류</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
522
523
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
524
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
525
526
527
528
529
|
</property>
</widget>
<widget class="QPushButton" name="breadButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
530
531
532
533
|
<x>226</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
534
535
536
537
538
539
540
541
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
542
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
543
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/bread.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
544
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/bread_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
545
546
|
</property>
<property name="text">
|
e34c94639
김태훈
버전 1.6.10
|
547
|
<string>보온</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
548
549
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
550
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
551
552
553
554
555
|
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="geometry">
<rect>
|
9c1ea4a13
김태훈
포커스 디자인 변경 일부 적용
|
556
557
558
559
|
<x>676</x>
<y>943</y>
<width>224</width>
<height>221</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
560
561
562
563
564
565
566
567
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
568
|
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
569
|
<string notr="true">QPushButton { background-image: url(:/images/cook_type/additional.png); }
|
d804d82b4
김태훈
프라임 요청으로 포커스 디자인 ...
|
570
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
571
572
|
</property>
<property name="text">
|
599b9c350
고영탁
부가기능 복구
|
573
|
<string>부가기능</string>
|
6f96c947a
김태훈
GUI 0.1.4
|
574
575
|
</property>
<property name="style" stdset="0">
|
22fe3f227
김태훈
스타일시트 정의가 자식 윈도우에...
|
576
|
<string notr="true">mainwindow-type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
577
578
|
</property>
</widget>
|
16ef5d842
김태훈
V2.0.01
|
579
|
<widget class="StatusArea" name="clockContainer" native="true">
|
8c2952457
김태훈
응용 프로그램 추가
|
580
581
582
583
584
585
586
587
588
|
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>426</height>
</rect>
</property>
<property name="styleSheet">
|
05f2a7552
김태훈
image 관리 구조 변경
|
589
|
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
590
|
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
591
|
</widget>
|
05f2a7552
김태훈
image 관리 구조 변경
|
592
593
594
595
596
597
598
599
600
601
602
603
604
|
<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>
|
2f6b55128
김태훈
다중 요리 구현
|
605
606
607
608
|
<widget class="QLabel" name="logo">
<property name="enabled">
<bool>true</bool>
</property>
|
885f3848e
김태훈
메인 화면에서 숨긴 버튼 자리에...
|
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
|
<property name="geometry">
<rect>
<x>0</x>
<y>1164</y>
<width>600</width>
<height>286</height>
</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
김태훈
다중 요리 구현
|
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
|
<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
김태훈
응용 프로그램 추가
|
648
649
650
651
652
|
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
|
16ef5d842
김태훈
V2.0.01
|
653
|
<class>StatusArea</class>
|
8c2952457
김태훈
응용 프로그램 추가
|
654
|
<extends>QWidget</extends>
|
16ef5d842
김태훈
V2.0.01
|
655
|
<header>statusarea.h</header>
|
8c2952457
김태훈
응용 프로그램 추가
|
656
657
658
|
<container>1</container>
</customwidget>
</customwidgets>
|
0ce283850
김태훈
로터리 엔코더 임시 구현
|
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
|
<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
김태훈
메인 화면에서 숨긴 버튼 자리에...
|
677
678
679
|
<resources>
<include location="resources.qrc"/>
</resources>
|
8c2952457
김태훈
응용 프로그램 추가
|
680
681
|
<connections/>
</ui>
|