c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
2
|
<ui version="4.0">
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
3
4
5
6
7
8
|
<class>AdjustmentWindow</class>
<widget class="QMainWindow" name="AdjustmentWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
11
12
|
</rect>
</property>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<property name="styleSheet">
<string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QStackedWidget" name="upperStack">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
26
27
|
<width>1080</width>
<height>511</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
28
29
30
31
32
33
34
35
36
|
</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 파일 일괄 변경
|
37
38
39
40
|
<x>326</x>
<y>43</y>
<width>427</width>
<height>426</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
41
42
43
|
</rect>
</property>
</widget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
44
45
46
|
<widget class="WashWarnIcon" name="label_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
47
48
49
50
|
<x>960</x>
<y>384</y>
<width>96</width>
<height>100</height>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
51
52
53
|
</rect>
</property>
</widget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
54
55
56
|
<widget class="DemoIcon" name="label_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
57
58
59
60
|
<x>936</x>
<y>276</y>
<width>121</width>
<height>108</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
61
62
63
64
65
66
|
</rect>
</property>
</widget>
<widget class="HalfEnergyIcon" name="label_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
67
68
69
70
|
<x>936</x>
<y>192</y>
<width>129</width>
<height>80</height>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
71
72
73
|
</rect>
</property>
</widget>
|
d61c94341
김태훈
디지털 시계 추가
|
74
75
76
|
<widget class="DigitalClock" name="label_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
77
78
79
80
|
<x>24</x>
<y>372</y>
<width>720</width>
<height>120</height>
|
d61c94341
김태훈
디지털 시계 추가
|
81
82
83
84
85
86
|
</rect>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
|
5f017a9d7
김태훈
요청 사항 반영
|
87
88
89
|
<widget class="IgnitionIcon" name="label_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
90
91
92
93
|
<x>794</x>
<y>196</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
94
95
96
97
98
99
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
100
101
102
103
104
105
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
106
107
108
109
|
<x>66</x>
<y>511</y>
<width>1080</width>
<height>100</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
110
111
112
113
114
|
</rect>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
115
|
<pointsize>13</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
116
117
118
119
120
121
122
123
124
125
126
127
128
|
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>서비스단계(엔지니어모드) > 교정</string>
</property>
</widget>
<widget class="QWidget" name="bottomBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
129
130
131
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
132
133
134
135
136
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
137
138
139
140
|
<x>481</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
141
142
143
144
145
146
147
148
149
150
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
|
f2921ceb9
김태훈
엔코더 구현 대비 선행 수정
|
151
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
152
153
154
155
156
157
158
159
160
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
161
162
163
164
|
<x>48</x>
<y>654</y>
<width>985</width>
<height>79</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
</rect>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="67,33">
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0" colspan="2">
<widget class="QPushButton" name="button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
185
|
<pointsize>12</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
186
187
188
189
190
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
ce39b99ff
고영탁
엔코더 구현 진행중
|
191
192
193
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
194
195
196
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/config/pannel.png);color: rgb(255, 255, 255); }
QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
197
|
QPushButton { text-align: left;padding-left:36px;}</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
198
199
|
</property>
<property name="text">
|
6206812b0
고영탁
엔지니어링 메뉴 항목 텍스트 패...
|
200
|
<string>교정</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
201
202
203
204
205
206
207
208
209
210
211
|
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_17">
<property name="enabled">
<bool>true</bool>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
212
|
<pointsize>13</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
213
214
215
216
217
218
219
220
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
|
c2ade431c
김태훈
모든 폼에서 창 제목 제거
|
221
|
<string notr="true">EM-1</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
222
223
224
225
226
227
228
229
230
231
232
233
234
235
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btnAdjust">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
236
237
238
239
|
<x>148</x>
<y>756</y>
<width>454</width>
<height>84</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
240
241
242
243
244
245
246
247
248
249
250
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
251
|
<pointsize>12</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
252
253
254
255
256
257
258
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/config/service/089_set_window_all.png); }
|
ce39b99ff
고영탁
엔코더 구현 진행중
|
259
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/service/089_set_window_all_ov.png); }
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
260
261
|
QPushButton {
text-align: right;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
262
|
padding-right : 24px;
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
263
264
265
|
}</string>
</property>
<property name="text">
|
c2ade431c
김태훈
모든 폼에서 창 제목 제거
|
266
|
<string notr="true">0/ 00:00</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
267
268
269
|
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
270
271
|
<width>38</width>
<height>38</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
272
273
274
275
276
277
|
</size>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
278
279
280
281
|
<x>120</x>
<y>727</y>
<width>33</width>
<height>273</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
282
283
284
285
286
287
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
288
|
<pixmap resource="resources.qrc">:/images/config/service/oprationtime_menu_line.png</pixmap>
|
6d1d3987f
고영탁
GUI V1.0.9
|
289
290
291
292
293
|
</property>
</widget>
<widget class="QPushButton" name="btnAdjust_LCD">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
294
295
296
297
|
<x>148</x>
<y>861</y>
<width>454</width>
<height>84</height>
|
6d1d3987f
고영탁
GUI V1.0.9
|
298
299
300
301
302
303
304
305
306
307
308
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
309
|
<pointsize>12</pointsize>
|
6d1d3987f
고영탁
GUI V1.0.9
|
310
311
312
313
314
315
316
317
318
319
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/config/service/089_set_window_all.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/service/089_set_window_all_ov.png); }
QPushButton {
text-align: right;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
320
|
padding-right : 24px;
|
6d1d3987f
고영탁
GUI V1.0.9
|
321
322
323
324
325
326
327
|
}</string>
</property>
<property name="text">
<string notr="true">LCD</string>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
328
329
|
<width>38</width>
<height>38</height>
|
6d1d3987f
고영탁
GUI V1.0.9
|
330
|
</size>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
331
332
|
</property>
</widget>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
333
334
335
|
<widget class="QPushButton" name="btnClearWashData">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
336
337
338
339
|
<x>148</x>
<y>967</y>
<width>454</width>
<height>84</height>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
340
341
342
343
344
345
346
347
348
349
350
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
351
|
<pointsize>12</pointsize>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
352
353
354
355
356
357
358
359
360
361
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/config/service/089_set_window_all.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/service/089_set_window_all_ov.png); }
QPushButton {
text-align: right;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
362
|
padding-right : 24px;
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
363
364
365
366
367
368
369
|
}</string>
</property>
<property name="text">
<string notr="true">세척 초기화</string>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
370
371
|
<width>38</width>
<height>38</height>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
372
373
374
|
</size>
</property>
</widget>
|
5f017a9d7
김태훈
요청 사항 반영
|
375
376
377
|
<widget class="WaterLevelIcon" name="label_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
378
379
380
381
|
<x>804</x>
<y>348</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
382
383
384
385
386
387
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
388
389
390
391
392
393
|
<zorder>label</zorder>
<zorder>upperStack</zorder>
<zorder>label_15</zorder>
<zorder>bottomBar</zorder>
<zorder>gridLayoutWidget</zorder>
<zorder>btnAdjust</zorder>
|
6d1d3987f
고영탁
GUI V1.0.9
|
394
|
<zorder>btnAdjust_LCD</zorder>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
395
|
<zorder>btnClearWashData</zorder>
|
5f017a9d7
김태훈
요청 사항 반영
|
396
|
<zorder>label_6</zorder>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
397
|
</widget>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
398
|
</widget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
399
400
401
402
403
404
405
|
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
406
407
408
409
410
|
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
411
412
413
414
415
416
417
418
419
420
|
<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
김태훈
디지털 시계 추가
|
421
422
423
424
425
|
<customwidget>
<class>DigitalClock</class>
<extends>QLabel</extends>
<header>digitalclock.h</header>
</customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
426
427
428
429
430
431
432
433
434
435
|
<customwidget>
<class>IgnitionIcon</class>
<extends>QLabel</extends>
<header>ignitionicon.h</header>
</customwidget>
<customwidget>
<class>WaterLevelIcon</class>
<extends>QLabel</extends>
<header>waterlevelicon.h</header>
</customwidget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
436
437
438
439
|
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
440
441
|
<connections/>
</ui>
|