8c2952457
김태훈
응용 프로그램 추가
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
|
6f96c947a
김태훈
GUI 0.1.4
|
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<property name="styleSheet">
<string notr="true">QPushButton[style="mode"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
margin-bottom: 50px;
border-top: 200px;
border-bottom: -50px;
border-style: hidden;
color: white;
font-size: 40px;
}
QPushButton[style="type"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
border-top: 165px;
border-style: hidden;
color: white;
font-size: 30px;
}
QPushButton[style="function"] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
border-top: 206px;
border-style: hidden;
color: white;
font-size: 30px;
}</string>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QWidget#centralWidget {
background-image: url(:/images/images/main/001_01_background_all.png);
}</string>
</property>
<widget class="QWidget" name="underBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>1450</y>
<width>900</width>
<height>150</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>900</width>
<height>150</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>900</width>
<height>150</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QWidget#underBar {
background-image: url(:/images/images/main/001_01_background_under_down.png);
}</string>
</property>
<widget class="QPushButton" name="configButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
105
|
<x>345</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<y>26</y>
<width>97</width>
<height>97</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>62</width>
<height>71</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-image: url(:/images/images/main/006_sys_icon_01.png);
}
QPushButton:pressed {
border-image: url(:/images/images/main/006_sys_icon_01_ov.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
139
|
<x>458</x>
|
8c2952457
김태훈
응용 프로그램 추가
|
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
<y>26</y>
<width>97</width>
<height>97</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>62</width>
<height>71</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-image: url(:/images/images/main/006_sys_icon_02.png);
}
QPushButton:pressed {
border-image: url(:/images/images/main/006_sys_icon_02_ov.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="multiButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
174
175
176
177
|
<x>0</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
178
179
180
181
182
183
184
185
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
186
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
187
188
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_09.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
189
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
190
191
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_09_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
192
193
194
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
195
196
197
198
|
<string>다중요리</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
199
200
201
202
203
|
</property>
</widget>
<widget class="QPushButton" name="programmingButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
204
205
206
207
|
<x>300</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
208
209
210
211
212
213
214
215
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
216
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
217
218
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_10.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
219
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
220
221
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_10_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
222
223
224
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
225
226
227
228
|
<string>프로그래밍모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
229
230
231
232
233
|
</property>
</widget>
<widget class="QPushButton" name="washButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
234
235
236
237
|
<x>600</x>
<y>1164</y>
<width>300</width>
<height>286</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
238
239
240
241
242
243
244
245
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
246
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
247
248
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_11.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
249
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
250
251
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_11_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
252
253
254
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
255
256
257
258
|
<string>세척모드</string>
</property>
<property name="style" stdset="0">
<string>function</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
|
</property>
</widget>
<widget class="QWidget" name="horizontalBar" native="true">
<property name="geometry">
<rect>
<x>18</x>
<y>942</y>
<width>863</width>
<height>1</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget#horizontalBar {
background-image: url(:/images/images/main/004_auto_line_w.png);
}</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>225</x>
<y>771</y>
<width>1</width>
<height>120</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_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
|
357
358
359
360
|
<x>600</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
361
362
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
363
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
364
365
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/003_dryheat_icon.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
366
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
367
368
|
QPushButton:pressed {
background-image: url(:/images/images/main/003_dryheat_icon_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
369
370
371
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
372
373
374
375
|
<string>건열</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
376
377
378
379
380
|
</property>
</widget>
<widget class="QPushButton" name="combiButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
381
382
383
384
|
<x>300</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
385
386
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
387
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
388
389
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/003_combi_icon.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
390
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
391
392
|
QPushButton:pressed {
background-image: url(:/images/images/main/003_combi_icon_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
393
394
395
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
396
397
398
399
|
<string>콤비</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
400
401
402
403
404
|
</property>
</widget>
<widget class="QPushButton" name="steamButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
405
406
407
408
|
<x>0</x>
<y>426</y>
<width>300</width>
<height>293</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
409
410
|
</rect>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
411
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
412
413
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/003_steam_icon.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
414
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
415
416
|
QPushButton:pressed {
background-image: url(:/images/images/main/003_steam_icon_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
417
418
419
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
420
421
422
423
|
<string>스팀</string>
</property>
<property name="style" stdset="0">
<string>mode</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
424
425
426
427
428
|
</property>
</widget>
<widget class="QPushButton" name="meatButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
429
430
431
432
|
<x>225</x>
<y>720</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
433
434
435
436
437
438
439
440
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
441
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
442
443
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_02.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
444
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
445
446
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_02_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
447
448
449
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
450
451
452
453
|
<string>육류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
454
455
456
457
458
|
</property>
</widget>
<widget class="QPushButton" name="dessertButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
459
460
461
462
|
<x>675</x>
<y>720</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
463
464
465
466
467
468
469
470
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
471
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
472
473
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_04.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
474
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
475
476
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_04_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
477
478
479
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
480
481
482
483
|
<string>디저트류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
484
485
486
487
488
|
</property>
</widget>
<widget class="QPushButton" name="etcButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
489
490
491
492
|
<x>450</x>
<y>942</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
493
494
495
496
497
498
499
500
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
501
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
502
503
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_07.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
504
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
505
506
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_07_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
507
508
509
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
510
511
512
513
|
<string>기타요리</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
514
515
516
517
518
|
</property>
</widget>
<widget class="QPushButton" name="grainButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
519
520
521
522
|
<x>0</x>
<y>942</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
523
524
525
526
527
528
529
530
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
531
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
532
533
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_05.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
534
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
535
536
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_05_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
537
538
539
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
540
541
542
543
|
<string>채소및곡류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
544
545
546
547
548
|
</property>
</widget>
<widget class="QPushButton" name="poultryButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
549
550
551
552
|
<x>0</x>
<y>720</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
553
554
555
556
557
558
559
560
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
561
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
562
563
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_01.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
564
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
565
566
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_01_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
567
568
569
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
570
571
572
573
|
<string>가금류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
574
575
576
577
578
|
</property>
</widget>
<widget class="QPushButton" name="fishButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
579
580
581
582
|
<x>450</x>
<y>720</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
583
584
585
586
587
588
589
590
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
591
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
592
593
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_03.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
594
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
595
596
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_03_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
597
598
599
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
600
601
602
603
|
<string>생선류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
604
605
606
607
608
|
</property>
</widget>
<widget class="QPushButton" name="breadButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
609
610
611
612
|
<x>225</x>
<y>942</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
613
614
615
616
617
618
619
620
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
621
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
622
623
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_06.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
624
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
625
626
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_06_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
627
628
629
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
630
631
632
633
|
<string>제과제빵류</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
634
635
636
637
638
|
</property>
</widget>
<widget class="QPushButton" name="primeButton">
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
639
640
641
642
|
<x>675</x>
<y>942</y>
<width>225</width>
<height>222</height>
|
8c2952457
김태훈
응용 프로그램 추가
|
643
644
645
646
647
648
649
650
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
|
8c2952457
김태훈
응용 프로그램 추가
|
651
|
<property name="styleSheet">
|
6f96c947a
김태훈
GUI 0.1.4
|
652
653
|
<string notr="true">QPushButton {
background-image: url(:/images/images/main/005_auto_icon_08.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
654
|
}
|
6f96c947a
김태훈
GUI 0.1.4
|
655
656
|
QPushButton:pressed {
background-image: url(:/images/images/main/005_auto_icon_08_ov.png);
|
8c2952457
김태훈
응용 프로그램 추가
|
657
658
659
|
}</string>
</property>
<property name="text">
|
6f96c947a
김태훈
GUI 0.1.4
|
660
661
662
663
|
<string>부가기능</string>
</property>
<property name="style" stdset="0">
<string>type</string>
|
8c2952457
김태훈
응용 프로그램 추가
|
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
|
</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">
<string notr="true">#clockContainer {
background-image: url(:/images/images/main/001_01_background_time.png);
}</string>
</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>
</widget>
|
6f96c947a
김태훈
GUI 0.1.4
|
691
|
<widget class="QLabel" name="steamLabel_13">
|
8c2952457
김태훈
응용 프로그램 추가
|
692
693
694
695
696
|
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
|
6f96c947a
김태훈
GUI 0.1.4
|
697
698
699
700
|
<x>750</x>
<y>1550</y>
<width>150</width>
<height>50</height>
|
99b8066f4
김태훈
V0.1.1
|
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
|
</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">
|
6f96c947a
김태훈
GUI 0.1.4
|
747
|
<string>V0.1.4</string>
|
99b8066f4
김태훈
V0.1.1
|
748
749
750
751
752
753
754
755
|
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
</property>
<property name="margin">
<number>10</number>
</property>
</widget>
|
8c2952457
김태훈
응용 프로그램 추가
|
756
757
758
759
760
761
762
763
764
765
766
767
768
769
|
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|