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
|
</rect>
</property>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
30
|
<widget class="StatusArea" name="clockContainer">
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
31
32
33
|
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
34
35
36
37
38
39
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
40
41
42
43
|
<x>66</x>
<y>511</y>
<width>1080</width>
<height>100</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
44
45
46
47
48
|
</rect>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
49
|
<pointsize>13</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
50
51
52
53
54
55
56
57
58
59
60
61
62
|
</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 파일 일괄 변경
|
63
64
65
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
66
67
68
69
70
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
71
72
73
74
|
<x>481</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
75
76
77
78
79
80
81
82
83
84
|
</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
김태훈
엔코더 구현 대비 선행 수정
|
85
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
86
87
88
89
90
91
92
93
94
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
95
96
97
98
|
<x>48</x>
<y>654</y>
<width>985</width>
<height>79</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
</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 파일 일괄 변경
|
119
|
<pointsize>12</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
120
121
122
123
124
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
ce39b99ff
고영탁
엔코더 구현 진행중
|
125
126
127
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
128
129
130
|
<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 파일 일괄 변경
|
131
|
QPushButton { text-align: left;padding-left:36px;}</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
132
133
|
</property>
<property name="text">
|
6206812b0
고영탁
엔지니어링 메뉴 항목 텍스트 패...
|
134
|
<string>교정</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
135
136
137
138
139
140
141
142
143
144
145
|
</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 파일 일괄 변경
|
146
|
<pointsize>13</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
147
148
149
150
151
152
153
154
|
<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
김태훈
모든 폼에서 창 제목 제거
|
155
|
<string notr="true">EM-1</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
</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 파일 일괄 변경
|
170
171
172
173
|
<x>148</x>
<y>756</y>
<width>454</width>
<height>84</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
174
175
176
177
178
179
180
181
182
183
184
|
</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 파일 일괄 변경
|
185
|
<pointsize>12</pointsize>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
186
187
188
189
190
191
192
|
<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
고영탁
엔코더 구현 진행중
|
193
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/service/089_set_window_all_ov.png); }
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
194
195
|
QPushButton {
text-align: right;
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
196
|
padding-right : 24px;
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
197
198
199
|
}</string>
</property>
<property name="text">
|
c2ade431c
김태훈
모든 폼에서 창 제목 제거
|
200
|
<string notr="true">0/ 00:00</string>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
201
202
203
|
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
204
205
|
<width>38</width>
<height>38</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
206
207
208
209
210
211
|
</size>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
212
213
214
215
|
<x>120</x>
<y>727</y>
<width>33</width>
<height>273</height>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
216
217
218
219
220
221
|
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
222
|
<pixmap resource="resources.qrc">:/images/config/service/oprationtime_menu_line.png</pixmap>
|
6d1d3987f
고영탁
GUI V1.0.9
|
223
224
225
226
227
|
</property>
</widget>
<widget class="QPushButton" name="btnAdjust_LCD">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
228
229
230
231
|
<x>148</x>
<y>861</y>
<width>454</width>
<height>84</height>
|
6d1d3987f
고영탁
GUI V1.0.9
|
232
233
234
235
236
237
238
239
240
241
242
|
</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 파일 일괄 변경
|
243
|
<pointsize>12</pointsize>
|
6d1d3987f
고영탁
GUI V1.0.9
|
244
245
246
247
248
249
250
251
252
253
|
<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 파일 일괄 변경
|
254
|
padding-right : 24px;
|
6d1d3987f
고영탁
GUI V1.0.9
|
255
256
257
258
259
260
261
|
}</string>
</property>
<property name="text">
<string notr="true">LCD</string>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
262
263
|
<width>38</width>
<height>38</height>
|
6d1d3987f
고영탁
GUI V1.0.9
|
264
|
</size>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
265
266
|
</property>
</widget>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
267
268
269
|
<widget class="QPushButton" name="btnClearWashData">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
270
271
272
273
|
<x>148</x>
<y>967</y>
<width>454</width>
<height>84</height>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
274
275
276
277
278
279
280
281
282
283
284
|
</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 파일 일괄 변경
|
285
|
<pointsize>12</pointsize>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
286
287
288
289
290
291
292
293
294
295
|
<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 파일 일괄 변경
|
296
|
padding-right : 24px;
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
297
298
299
300
301
302
303
|
}</string>
</property>
<property name="text">
<string notr="true">세척 초기화</string>
</property>
<property name="iconSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
304
305
|
<width>38</width>
<height>38</height>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
306
307
308
|
</size>
</property>
</widget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
309
310
311
312
313
314
|
<zorder>label</zorder>
<zorder>upperStack</zorder>
<zorder>label_15</zorder>
<zorder>bottomBar</zorder>
<zorder>gridLayoutWidget</zorder>
<zorder>btnAdjust</zorder>
|
6d1d3987f
고영탁
GUI V1.0.9
|
315
|
<zorder>btnAdjust_LCD</zorder>
|
e1a76d3eb
김태훈
고객 요청 사항 반영
|
316
|
<zorder>btnClearWashData</zorder>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
317
|
</widget>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
318
|
</widget>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
319
320
|
<customwidgets>
<customwidget>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
321
|
<class>StatusArea</class>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
322
|
<extends>QWidget</extends>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
323
|
<header>statusarea.h</header>
|
c12e09d9a
고영탁
교정 UI 및 팝업 추가
|
324
325
326
327
328
329
|
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
|
1bb5ed9dc
고영탁
popupwindow 삭제
|
330
331
|
<connections/>
</ui>
|