6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1
2
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
|
14a73498f
김태훈
소스 코드 정리
|
3
4
|
<class>OperationTimeMode</class>
<widget class="QMainWindow" name="OperationTimeMode">
|
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/operationtime_mode_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>68</x>
<y>638</y>
<width>951</width>
<height>922</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>3</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
135
136
|
<width>452</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>454</x>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
150
|
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
151
152
|
<width>495</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>90</y>
<width>450</width>
<height>69</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>건열모드</string>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListTime1">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
202
203
204
205
|
<x>456</x>
<y>82</y>
<width>493</width>
<height>85</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>174</y>
<width>450</width>
<height>69</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>258</y>
<width>450</width>
<height>69</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>342</y>
<width>450</width>
<height>69</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>426</y>
<width>450</width>
<height>69</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>간이세척</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_6">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
372
373
374
|
<y>510</y>
<width>450</width>
<height>69</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>594</y>
<width>450</width>
<height>69</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>678</y>
<width>450</width>
<height>69</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
482
|
</property>
<property name="text">
<string>고속세척</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_9">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
483
484
485
|
<y>762</y>
<width>450</width>
<height>69</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
486
487
488
489
490
491
492
493
494
495
496
|
</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 파일 일괄 변경
|
497
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
498
499
500
501
502
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
503
504
505
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
506
507
508
509
|
<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 파일 일괄 변경
|
510
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
511
512
513
514
515
516
517
518
519
|
</property>
<property name="text">
<string>쿨다운</string>
</property>
</widget>
<widget class="QPushButton" name="btnListName_10">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
520
521
522
|
<y>846</y>
<width>450</width>
<height>69</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
523
524
525
526
527
528
529
530
531
532
533
|
</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 파일 일괄 변경
|
534
|
<pointsize>12</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
535
536
537
538
539
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
|
9146b87b4
고영탁
엔코더 작업 진행중
|
540
541
542
|
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
543
544
545
546
|
<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 파일 일괄 변경
|
547
|
QPushButton { text-align: center;}</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
548
549
550
551
552
553
554
555
|
</property>
<property name="text">
<string>전체작동시간</string>
</property>
</widget>
<widget class="QLabel" name="m_ctrlLbListTime2">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
556
557
558
559
|
<x>456</x>
<y>166</y>
<width>493</width>
<height>85</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_ctrlLbListTime3">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
577
578
579
580
|
<x>456</x>
<y>250</y>
<width>493</width>
<height>85</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_ctrlLbListTime4">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
598
599
600
601
|
<x>456</x>
<y>334</y>
<width>493</width>
<height>85</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_ctrlLbListTime5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
619
620
621
622
|
<x>456</x>
<y>418</y>
<width>493</width>
<height>85</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_ctrlLbListTime6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
640
641
642
643
|
<x>456</x>
<y>502</y>
<width>493</width>
<height>85</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_ctrlLbListTime7">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
661
662
663
664
|
<x>456</x>
<y>586</y>
<width>493</width>
<height>85</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_ctrlLbListTime8">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
682
683
684
685
|
<x>456</x>
<y>670</y>
<width>493</width>
<height>85</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_ctrlLbListTime9">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
703
704
705
706
|
<x>456</x>
<y>754</y>
<width>493</width>
<height>85</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_ctrlLbListTime10">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
724
725
726
727
|
<x>456</x>
<y>838</y>
<width>493</width>
<height>85</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
745
746
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
747
|
<class>StatusArea</class>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
748
|
<extends>QWidget</extends>
|
c41b8944d
김태훈
리팩토링 - 시계 영역 내용을 ...
|
749
|
<header>statusarea.h</header>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
750
751
752
753
754
755
|
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|