8597f5496
김태훈
Merge
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProgrammingWindow</class>
<widget class="QMainWindow" name="ProgrammingWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
8597f5496
김태훈
Merge
|
11
12
|
</rect>
</property>
|
8597f5496
김태훈
Merge
|
13
14
15
|
<property name="styleSheet">
<string notr="true">#centralwidget { background-image: url(:/images/background/etc.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
16
17
|
QScrollArea { background: transparent; }
QScrollArea > QWidget > QWidget { background: transparent; }
|
8597f5496
김태훈
Merge
|
18
|
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
19
|
QPushButton {
|
8597f5496
김태훈
Merge
|
20
21
|
background-repeat: no-repeat;
background-position: center;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
22
|
border: none;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
23
24
|
}
QPushButton[style="mode"] {
|
8597f5496
김태훈
Merge
|
25
26
|
background-clip: border;
background-origin: border;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
27
|
margin-bottom: 60px;
|
8597f5496
김태훈
Merge
|
28
|
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
29
30
|
border-top: 156px;
border-bottom: -60px;
|
8597f5496
김태훈
Merge
|
31
|
border-style: hidden;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
32
|
font-size: 36px;
|
382b586e9
김태훈
프로그래밍 모드 임시 구현
|
33
|
color: white;
|
8597f5496
김태훈
Merge
|
34
35
36
37
38
|
}
QPushButton[style="mode"]:checked {
image: url(:/images/cook_mode/indicator.png);
image-position: bottom;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
39
40
41
42
43
|
}
QScrollBar:vertical {
border: none;
background: transparent;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
44
45
|
width: 42px;
margin: 36px 18px 36px 0px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
46
47
48
|
}
QScrollBar::handle:vertical {
background: #B7B7B7;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
49
50
|
border-radius: 12px;
min-height: 120px;
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
51
52
53
54
55
56
57
58
59
60
61
|
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
border: none;
background: none;
height: 0px;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
border: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
|
8597f5496
김태훈
Merge
|
62
63
64
65
66
67
68
69
|
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
70
71
|
<width>1080</width>
<height>511</height>
|
8597f5496
김태훈
Merge
|
72
73
74
75
76
77
78
79
80
|
</rect>
</property>
<widget class="QWidget" name="clockContainer">
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
<widget class="Clock" name="clock" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
81
82
83
84
|
<x>326</x>
<y>43</y>
<width>427</width>
<height>426</height>
|
8597f5496
김태훈
Merge
|
85
86
87
|
</rect>
</property>
</widget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
88
89
90
|
<widget class="WashWarnIcon" name="label">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
91
92
93
94
|
<x>960</x>
<y>384</y>
<width>96</width>
<height>100</height>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
95
96
97
|
</rect>
</property>
</widget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
98
99
100
|
<widget class="DemoIcon" name="label_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
101
102
103
104
|
<x>936</x>
<y>276</y>
<width>121</width>
<height>108</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
105
106
107
108
109
110
|
</rect>
</property>
</widget>
<widget class="HalfEnergyIcon" name="label_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
111
112
113
114
|
<x>936</x>
<y>192</y>
<width>129</width>
<height>80</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
115
116
117
|
</rect>
</property>
</widget>
|
d61c94341
김태훈
디지털 시계 추가
|
118
119
120
|
<widget class="DigitalClock" name="label_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
121
122
123
124
|
<x>24</x>
<y>372</y>
<width>720</width>
<height>120</height>
|
d61c94341
김태훈
디지털 시계 추가
|
125
126
127
128
129
130
|
</rect>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
|
5f017a9d7
김태훈
요청 사항 반영
|
131
132
133
|
<widget class="WaterLevelIcon" name="label_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
134
135
136
137
|
<x>804</x>
<y>348</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
138
139
140
141
142
143
144
145
146
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="IgnitionIcon" name="label_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
147
148
149
150
|
<x>794</x>
<y>196</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
151
152
153
154
155
156
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
8597f5496
김태훈
Merge
|
157
158
159
160
161
162
163
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
<widget class="QWidget" name="bottomBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
164
165
166
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
8597f5496
김태훈
Merge
|
167
168
169
170
171
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
172
173
174
175
|
<x>345</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
8597f5496
김태훈
Merge
|
176
177
178
179
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
180
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
8597f5496
김태훈
Merge
|
181
182
183
184
185
|
</property>
<property name="text">
<string/>
</property>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
186
|
<widget class="QPushButton" name="saveButton">
|
8597f5496
김태훈
Merge
|
187
188
|
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
189
190
191
192
|
<x>482</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
8597f5496
김태훈
Merge
|
193
194
195
196
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/006_sys_icon_15.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
197
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_15_ov.png); }</string>
|
8597f5496
김태훈
Merge
|
198
199
200
201
202
203
204
205
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
206
207
208
209
|
<x>618</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
8597f5496
김태훈
Merge
|
210
211
212
213
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
214
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
8597f5496
김태훈
Merge
|
215
216
217
218
219
220
221
222
223
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
224
225
226
227
|
<x>120</x>
<y>511</y>
<width>840</width>
<height>265</height>
|
8597f5496
김태훈
Merge
|
228
229
230
231
|
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
232
|
<widget class="QPushButton" name="autoButton">
|
8597f5496
김태훈
Merge
|
233
234
235
236
237
238
239
240
|
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/etc/main_btn_01.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
241
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/main_btn_01_ov.png); }</string>
|
8597f5496
김태훈
Merge
|
242
243
244
245
246
247
248
|
</property>
<property name="text">
<string>자동 요리 만들기</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
|
8597f5496
김태훈
Merge
|
249
|
<property name="style" stdset="0">
|
51175dd1a
김태훈
엔코더 구현
|
250
|
<string notr="true">mode</string>
|
8597f5496
김태훈
Merge
|
251
252
253
254
|
</property>
</widget>
</item>
<item>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
255
|
<widget class="QPushButton" name="manualButton">
|
8597f5496
김태훈
Merge
|
256
257
258
259
260
261
262
263
|
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/etc/main_btn_02.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
264
|
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/main_btn_02_ov.png); }</string>
|
8597f5496
김태훈
Merge
|
265
266
267
268
269
270
271
|
</property>
<property name="text">
<string>수동 요리 만들기</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
|
8597f5496
김태훈
Merge
|
272
|
<property name="style" stdset="0">
|
51175dd1a
김태훈
엔코더 구현
|
273
|
<string notr="true">mode</string>
|
8597f5496
김태훈
Merge
|
274
275
276
277
278
|
</property>
</widget>
</item>
</layout>
</widget>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
279
280
281
282
|
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
283
284
285
|
<y>776</y>
<width>1080</width>
<height>963</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
286
287
|
</rect>
</property>
|
51175dd1a
김태훈
엔코더 구현
|
288
289
290
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
291
292
293
294
295
296
297
298
|
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
299
300
|
<width>1078</width>
<height>961</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
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
|
</rect>
</property>
<layout class="QVBoxLayout" name="verticalScrollLayout">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>20</number>
</property>
<property name="topMargin">
<number>28</number>
</property>
<property name="bottomMargin">
<number>28</number>
</property>
<item>
<widget class="QPushButton" name="addButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
326
327
|
<width>985</width>
<height>78</height>
|
dcfd897f3
김태훈
수동 요리 만들기 추가
|
328
329
330
331
332
333
334
335
336
337
338
|
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-image: url(:/images/etc/bar_01.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/bar_02.png); }</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
|
8597f5496
김태훈
Merge
|
339
340
341
342
343
344
345
346
347
|
</widget>
</widget>
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
348
349
350
351
352
|
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
353
354
355
356
357
358
359
360
361
362
|
<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
김태훈
디지털 시계 추가
|
363
364
365
366
367
|
<customwidget>
<class>DigitalClock</class>
<extends>QLabel</extends>
<header>digitalclock.h</header>
</customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
368
369
370
371
372
373
374
375
376
377
|
<customwidget>
<class>IgnitionIcon</class>
<extends>QLabel</extends>
<header>ignitionicon.h</header>
</customwidget>
<customwidget>
<class>WaterLevelIcon</class>
<extends>QLabel</extends>
<header>waterlevelicon.h</header>
</customwidget>
|
8597f5496
김태훈
Merge
|
378
|
</customwidgets>
|
51175dd1a
김태훈
엔코더 구현
|
379
380
381
382
383
384
385
386
|
<tabstops>
<tabstop>autoButton</tabstop>
<tabstop>manualButton</tabstop>
<tabstop>addButton</tabstop>
<tabstop>backButton</tabstop>
<tabstop>saveButton</tabstop>
<tabstop>helpButton</tabstop>
</tabstops>
|
8597f5496
김태훈
Merge
|
387
388
389
|
<resources/>
<connections/>
</ui>
|