6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1
2
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
|
14a73498f
김태훈
소스 코드 정리
|
3
4
|
<class>RealtimePartsWindow</class>
<widget class="QMainWindow" name="RealtimePartsWindow">
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
5
6
7
8
|
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
11
12
|
</rect>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<property name="styleSheet">
<string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
#midwidget { background-image: url(:/images/config/service/realtime_parts_bgnd.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 파일 일괄 변경
|
27
28
|
<width>1080</width>
<height>511</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
29
30
|
</rect>
</property>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
31
|
<widget class="StatusArea" name="clockContainer">
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
32
33
34
|
<property name="styleSheet">
<string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
35
36
37
38
39
40
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
41
42
43
44
|
<x>66</x>
<y>511</y>
<width>1800</width>
<height>100</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
45
46
47
48
49
|
</rect>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
50
|
<pointsize>13</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
51
52
53
54
55
56
57
58
59
60
61
62
63
|
</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 파일 일괄 변경
|
64
65
66
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
67
68
69
70
71
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
72
73
74
75
|
<x>411</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
76
77
78
79
80
81
82
83
84
85
|
</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); }
|
9146b87b4
고영탁
엔코더 작업 진행중
|
86
|
QPushButton:pressed, QPushButton:focus{ border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
87
88
89
90
91
92
93
94
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
95
96
97
98
|
<x>548</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
99
100
101
102
103
104
105
106
107
108
|
</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/help.png); }
|
9146b87b4
고영탁
엔코더 작업 진행중
|
109
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
110
111
112
113
114
115
116
117
118
|
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QWidget" name="midwidget" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
119
120
121
122
|
<x>74</x>
<y>638</y>
<width>951</width>
<height>1017</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
123
124
125
126
127
128
129
130
131
132
133
134
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
color:white;
}</string>
</property>
<widget class="QLabel" name="m_ctrlLbCol1Name">
<property name="geometry">
<rect>
<x>4</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
135
136
|
<width>361</width>
<height>85</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
137
138
139
140
141
142
143
144
145
146
147
148
|
</rect>
</property>
<property name="text">
<string>목록</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbCol2Name">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
149
|
<x>370</x>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
150
|
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
151
152
|
<width>193</width>
<height>84</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
153
154
155
156
157
158
159
160
161
162
163
164
165
|
</rect>
</property>
<property name="text">
<string>상태</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btnListName">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
166
167
168
|
<y>104</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
169
170
171
172
173
174
175
176
177
178
179
|
</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 파일 일괄 변경
|
180
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
181
182
183
184
185
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
186
187
188
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
189
190
191
192
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
193
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
194
195
196
197
198
199
200
201
|
</property>
<property name="text">
<string>S/G 솔레노이드</string>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_1">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
202
203
204
205
|
<x>372</x>
<y>93</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
206
207
208
209
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
210
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
211
212
213
214
215
216
217
218
219
220
221
222
223
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btnListName_2">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
224
225
226
|
<y>220</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
227
228
229
230
231
232
233
234
235
236
237
|
</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 파일 일괄 변경
|
238
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
239
240
241
242
243
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
244
245
246
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
247
248
249
250
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
251
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
252
253
254
255
256
257
258
259
260
|
</property>
<property name="text">
<string>퀀칭 솔레노이드</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_3">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
261
262
263
|
<y>337</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
264
265
266
267
268
269
270
271
272
273
274
|
</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 파일 일괄 변경
|
275
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
276
277
278
279
280
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
281
282
283
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
284
285
286
287
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
288
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
289
290
291
292
293
294
295
296
297
|
</property>
<property name="text">
<string>고내살수 노즐 솔레노이드</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_4">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
298
299
300
|
<y>453</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
301
302
303
304
305
306
307
308
309
310
311
|
</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 파일 일괄 변경
|
312
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
313
314
315
316
317
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
318
319
320
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
321
322
323
324
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
325
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
326
327
328
329
330
331
332
333
334
|
</property>
<property name="text">
<string>수위센서</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_5">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
335
336
337
|
<y>570</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
338
339
340
341
342
343
344
345
346
347
348
|
</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 파일 일괄 변경
|
349
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
350
351
352
353
354
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
355
356
357
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
358
359
360
361
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
362
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
363
364
365
366
367
368
369
370
371
|
</property>
<property name="text">
<string>S/G펌프모터</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_6">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
372
373
374
|
<y>686</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
375
376
377
378
379
380
381
382
383
384
385
|
</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 파일 일괄 변경
|
386
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
387
388
389
390
391
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
392
393
394
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
395
396
397
398
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
399
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
400
401
402
403
404
405
406
407
408
|
</property>
<property name="text">
<string>드레인볼밸브</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_7">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
409
410
411
|
<y>802</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
412
413
414
415
416
417
418
419
420
421
422
|
</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 파일 일괄 변경
|
423
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
424
425
426
427
428
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
429
430
431
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
432
433
434
435
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
436
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
437
438
439
440
441
442
443
444
445
|
</property>
<property name="text">
<string>세제공급펌프</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_8">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
446
447
448
|
<y>919</y>
<width>360</width>
<height>74</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
449
450
451
452
453
454
455
456
457
458
459
|
</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 파일 일괄 변경
|
460
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
461
462
463
464
465
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
466
467
468
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
469
470
471
472
|
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
473
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
474
475
476
477
478
479
480
481
|
</property>
<property name="text">
<string>도어센서</string>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbCol3Name">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
482
|
<x>565</x>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
483
|
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
484
485
|
<width>193</width>
<height>84</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
486
487
488
489
490
491
492
493
494
495
496
497
|
</rect>
</property>
<property name="text">
<string>상태</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbCol4Name">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
498
|
<x>758</x>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
499
|
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
500
501
|
<width>193</width>
<height>84</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
502
503
504
505
506
507
508
509
510
511
512
513
|
</rect>
</property>
<property name="text">
<string>상태</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
514
515
516
517
|
<x>372</x>
<y>210</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
518
519
520
521
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
522
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
523
524
525
526
527
528
529
530
531
532
533
534
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
535
536
537
538
|
<x>372</x>
<y>326</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
539
540
541
542
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
543
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
544
545
546
547
548
549
550
551
552
553
554
555
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
556
557
558
559
|
<x>372</x>
<y>442</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
560
561
562
563
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
564
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
565
566
567
568
569
570
571
572
573
574
575
576
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
577
578
579
580
|
<x>372</x>
<y>559</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
581
582
583
584
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
585
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
586
587
588
589
590
591
592
593
594
595
596
597
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
598
599
600
601
|
<x>372</x>
<y>675</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
602
603
604
605
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
606
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
607
608
609
610
611
612
613
614
615
616
617
618
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
619
620
621
622
|
<x>372</x>
<y>792</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
623
624
625
626
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
627
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
628
629
630
631
632
633
634
635
636
637
638
639
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_1_8">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
640
641
642
643
|
<x>372</x>
<y>908</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
644
645
646
647
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
648
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
649
650
651
652
653
654
655
656
657
658
659
660
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_1">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
661
662
663
664
|
<x>565</x>
<y>93</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
665
666
667
668
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
669
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
670
671
672
673
674
675
676
677
678
679
680
681
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
682
683
684
685
|
<x>565</x>
<y>442</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
686
687
688
689
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
690
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
691
692
693
694
695
696
697
698
699
700
701
702
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
703
704
705
706
|
<x>565</x>
<y>210</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
707
708
709
710
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
711
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
712
713
714
715
716
717
718
719
720
721
722
723
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
724
725
726
727
|
<x>565</x>
<y>675</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
728
729
730
731
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
732
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
733
734
735
736
737
738
739
740
741
742
743
744
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
745
746
747
748
|
<x>565</x>
<y>326</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
749
750
751
752
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
753
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
754
755
756
757
758
759
760
761
762
763
764
765
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_8">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
766
767
768
769
|
<x>565</x>
<y>908</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
770
771
772
773
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
774
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
775
776
777
778
779
780
781
782
783
784
785
786
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
787
788
789
790
|
<x>565</x>
<y>559</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
791
792
793
794
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
795
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
796
797
798
799
800
801
802
803
804
805
806
807
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_2_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
808
809
810
811
|
<x>565</x>
<y>792</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
812
813
814
815
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
816
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
817
818
819
820
821
822
823
824
825
826
827
828
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_1">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
829
830
831
832
|
<x>758</x>
<y>93</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
833
834
835
836
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
837
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
838
839
840
841
842
843
844
845
846
847
848
849
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
850
851
852
853
|
<x>758</x>
<y>442</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
854
855
856
857
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
858
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
859
860
861
862
863
864
865
866
867
868
869
870
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
871
872
873
874
|
<x>758</x>
<y>210</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
875
876
877
878
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
879
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
880
881
882
883
884
885
886
887
888
889
890
891
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
892
893
894
895
|
<x>758</x>
<y>675</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
896
897
898
899
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
900
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
901
902
903
904
905
906
907
908
909
910
911
912
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
913
914
915
916
|
<x>758</x>
<y>326</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
917
918
919
920
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
921
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
922
923
924
925
926
927
928
929
930
931
932
933
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_8">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
934
935
936
937
|
<x>758</x>
<y>908</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
938
939
940
941
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
942
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
943
944
945
946
947
948
949
950
951
952
953
954
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
955
956
957
958
|
<x>758</x>
<y>559</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
959
960
961
962
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
963
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
964
965
966
967
968
969
970
971
972
973
974
975
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListState_3_7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
976
977
978
979
|
<x>758</x>
<y>792</y>
<width>193</width>
<height>97</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
980
981
982
983
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
984
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
985
986
987
988
989
990
991
992
993
994
995
996
997
998
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
999
|
<class>StatusArea</class>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1000
|
<extends>QWidget</extends>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
1001
|
<header>statusarea.h</header>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1002
1003
1004
1005
1006
1007
|
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|