6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1
2
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
|
14a73498f
김태훈
소스 코드 정리
|
3
4
|
<class>RealtimeSensorWindow</class>
<widget class="QMainWindow" name="RealtimeSensorWindow">
|
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
|
<property name="styleSheet">
<string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
15
|
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
16
17
18
19
20
21
22
23
24
25
|
</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>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
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>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
41
42
43
|
</rect>
</property>
</widget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
44
45
46
|
<widget class="WashWarnIcon" name="label">
<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_2">
<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_3">
<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_4">
<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="WaterLevelIcon" name="label_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
90
91
92
93
|
<x>804</x>
<y>348</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
94
95
96
97
98
99
100
101
102
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="IgnitionIcon" name="label_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
103
104
105
106
|
<x>794</x>
<y>196</y>
<width>133</width>
<height>145</height>
|
5f017a9d7
김태훈
요청 사항 반영
|
107
108
109
110
111
112
|
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
113
114
115
116
117
118
|
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
119
120
121
122
|
<x>66</x>
<y>511</y>
<width>1800</width>
<height>100</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
123
124
125
126
127
|
</rect>
</property>
<property name="font">
<font>
<family>Malgun Gothic</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
128
|
<pointsize>13</pointsize>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
129
130
131
132
133
134
135
136
137
138
139
140
141
|
</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 파일 일괄 변경
|
142
143
144
|
<y>1740</y>
<width>1080</width>
<height>180</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
145
146
147
148
149
|
</rect>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
150
151
152
153
|
<x>349</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
154
155
156
157
158
159
160
161
162
163
|
</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
고영탁
엔코더 작업 진행중
|
164
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
165
166
167
168
169
170
171
172
|
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="helpButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
173
174
175
176
|
<x>481</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
177
178
179
180
181
182
183
184
185
186
|
</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
고영탁
엔코더 작업 진행중
|
187
|
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
188
189
190
191
192
|
</property>
<property name="text">
<string/>
</property>
</widget>
|
91480de3c
고영탁
센서 실시간 데이터 리셋 기능 추가
|
193
194
195
|
<widget class="QPushButton" name="resetButton">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
196
197
198
199
|
<x>614</x>
<y>31</y>
<width>116</width>
<height>116</height>
|
91480de3c
고영탁
센서 실시간 데이터 리셋 기능 추가
|
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
|
</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/006_sys_icon_14.png); }
QPushButton:pressed , QPushButton:focus{ border-image: url(:/images/bottom_bar/006_sys_icon_14_ov.png); }</string>
</property>
<property name="text">
<string/>
</property>
</widget>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
216
217
218
219
|
</widget>
<widget class="QWidget" name="midwidget" native="true">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
220
221
222
223
|
<x>68</x>
<y>638</y>
<width>951</width>
<height>1099</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
224
225
226
227
|
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
|
eb617c902
고영탁
고객사 수정 요청
|
228
|
color:white;
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
229
230
|
}</string>
</property>
|
eb617c902
고영탁
고객사 수정 요청
|
231
|
<widget class="QWidget" name="widget" native="true">
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
232
233
234
|
<property name="geometry">
<rect>
<x>0</x>
|
eb617c902
고영탁
고객사 수정 요청
|
235
|
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
236
237
|
<width>951</width>
<height>1099</height>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
238
239
|
</rect>
</property>
|
eb617c902
고영탁
고객사 수정 요청
|
240
241
242
243
244
|
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
245
246
|
<width>951</width>
<height>1099</height>
|
eb617c902
고영탁
고객사 수정 요청
|
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
|
</rect>
</property>
<layout class="QGridLayout" name="gridLayoutSensor" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" columnstretch="261,0,111,0,111,0,111,0,181" rowminimumheight="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0">
<property name="bottomMargin">
<number>2</number>
</property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="m_ctrlLbCol1Name_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
267
|
<height>60</height>
|
eb617c902
고영탁
고객사 수정 요청
|
268
269
270
271
272
|
</size>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
273
|
<pointsize>9</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
|
</font>
</property>
<property name="text">
<string>목록</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QLabel" name="m_ctrlLbCol4Name_4">
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
289
|
<pointsize>9</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
|
</font>
</property>
<property name="text">
<string>최대온도
도달시간</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="m_ctrlLbCol2Name_2">
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
306
|
<pointsize>9</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
307
308
309
310
311
312
313
314
315
316
317
318
319
320
|
</font>
</property>
<property name="text">
<string>현재온도</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="18" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_9">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
321
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="20" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
343
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
344
345
346
347
348
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
349
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
350
351
352
353
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
354
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
355
356
357
358
359
360
361
362
363
364
365
366
367
368
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_1">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
369
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_3">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
384
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="17" column="0" colspan="9">
<widget class="Line" name="line_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QPushButton" name="btnListName_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
413
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
414
415
416
417
418
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
419
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
420
421
422
423
424
425
426
427
428
429
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
430
431
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
432
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
433
434
435
436
437
438
439
440
441
442
|
</property>
<property name="text">
<string>벽면온도</string>
</property>
</widget>
</item>
<item row="12" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_6">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
443
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
444
445
446
447
448
449
450
451
452
453
454
455
456
457
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_1">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
458
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
459
460
461
462
463
464
465
466
467
468
469
470
471
472
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="20" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_10">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
473
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
474
475
476
477
478
479
480
481
482
483
484
485
486
487
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_4">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
488
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
489
490
491
492
493
494
495
496
497
498
499
500
501
502
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="18" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_9">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
503
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="16" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
525
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
526
527
528
529
530
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
531
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
532
533
534
535
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
536
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
537
538
539
540
541
542
543
544
545
546
547
548
549
550
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="14" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_7">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
551
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
552
553
554
555
556
557
558
559
560
561
562
563
564
565
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="10" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_5">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
566
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QPushButton" name="btnListName_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
588
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
589
590
591
592
593
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
594
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
595
596
597
598
599
600
601
602
603
604
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
605
606
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
607
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
608
609
610
611
612
613
614
615
616
617
|
</property>
<property name="text">
<string>스팀제네레이터온도</string>
</property>
</widget>
</item>
<item row="16" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_8">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
618
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="0" colspan="9">
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="12" column="0">
<widget class="QPushButton" name="btnListName_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
647
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
648
649
650
651
652
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
653
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
654
655
656
657
658
659
660
661
662
663
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
664
665
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
666
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
|
</property>
<property name="text">
<string>미트프로브온도2</string>
</property>
</widget>
</item>
<item row="20" column="0">
<widget class="QPushButton" name="btnListName_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
684
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
685
686
687
688
689
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
690
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
691
692
693
694
695
696
697
698
699
700
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
701
702
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
703
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
704
705
706
707
708
709
710
711
712
713
|
</property>
<property name="text">
<string>기계식온도</string>
</property>
</widget>
</item>
<item row="12" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_6">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
714
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="16" column="0">
<widget class="QPushButton" name="btnListName_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
736
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
737
738
739
740
741
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
742
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
743
744
745
746
747
748
749
750
751
752
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
753
754
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
755
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
756
757
758
759
760
761
762
763
764
765
|
</property>
<property name="text">
<string>미트프로브온도4</string>
</property>
</widget>
</item>
<item row="6" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_3">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
766
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
767
768
769
770
771
772
773
774
775
776
777
778
779
780
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="18" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_9">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
781
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="7" column="0" colspan="9">
<widget class="Line" name="line_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="18" column="0">
<widget class="QPushButton" name="btnListName_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
810
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
811
812
813
814
815
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
816
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
817
818
819
820
821
822
823
824
825
826
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
827
828
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
829
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
830
831
832
833
834
835
836
837
838
839
|
</property>
<property name="text">
<string>PCB 온도</string>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_4">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
840
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="3" rowspan="21">
<widget class="Line" name="line_12">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="16" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_8">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
862
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
863
864
865
866
867
868
869
870
871
872
873
874
875
876
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="14" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_7">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
877
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QPushButton" name="btnListName_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
899
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
900
901
902
903
904
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
905
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
906
907
908
909
910
911
912
913
914
915
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
916
917
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
918
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
|
</property>
<property name="text">
<string>미트프로브온도1</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="btnListName_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
936
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
937
938
939
940
941
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
942
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
943
944
945
946
947
948
949
950
951
952
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
953
954
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
955
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
|
</property>
<property name="text">
<string>퀀칭온도</string>
</property>
</widget>
</item>
<item row="9" column="0" colspan="9">
<widget class="Line" name="line_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="14" column="0">
<widget class="QPushButton" name="btnListName_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
980
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
981
982
983
984
985
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
986
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
987
988
989
990
991
992
993
994
995
996
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
997
998
|
color: rgb(55, 55, 55); }
QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); }
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
999
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
|
</property>
<property name="text">
<string>미트프로브온도3</string>
</property>
</widget>
</item>
<item row="4" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_2">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1010
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="20" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_10">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1025
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_2">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1040
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="20" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_10">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1055
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1077
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1078
1079
1080
1081
1082
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1083
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1084
1085
1086
1087
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1088
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="18" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1110
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1111
1112
1113
1114
1115
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1116
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1117
1118
1119
1120
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1121
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1143
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1144
1145
1146
1147
1148
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1149
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1150
1151
1152
1153
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1154
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1176
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1177
1178
1179
1180
1181
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1182
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1183
1184
1185
1186
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1187
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="16" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_8">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1202
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="14" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_7">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1217
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="12" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1239
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1240
1241
1242
1243
1244
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1245
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1246
1247
1248
1249
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1250
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="10" column="4">
<widget class="QLabel" name="m_ctrlLbListState_2_5">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1265
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_3">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1280
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_4">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1295
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="12" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_6">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1310
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="10" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1332
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1333
1334
1335
1336
1337
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1338
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1339
1340
1341
1342
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1343
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_1">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1365
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1366
1367
1368
1369
1370
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1371
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1372
1373
1374
1375
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1376
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="15" column="0" colspan="9">
<widget class="Line" name="line_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="11" column="0" colspan="9">
<widget class="Line" name="line_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="14" column="8">
<widget class="QLabel" name="m_ctrlLbListState_4_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1412
|
<height>73</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1413
1414
1415
1416
1417
|
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1418
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1419
1420
1421
1422
|
</size>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1423
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_2">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1438
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="10" column="6">
<widget class="QLabel" name="m_ctrlLbListState_3_5">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1453
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QLabel" name="m_ctrlLbCol4Name_3">
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1469
|
<pointsize>9</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
|
</font>
</property>
<property name="text">
<string>허용범위</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="m_ctrlLbCol3Name_2">
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1485
|
<pointsize>9</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
|
</font>
</property>
<property name="text">
<string>최대온도</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="m_ctrlLbListState_1_1">
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1500
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
|
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0" colspan="9">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="btnListName_1">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1529
|
<height>72</height>
|
eb617c902
고영탁
고객사 수정 요청
|
1530
1531
1532
1533
1534
|
</size>
</property>
<property name="font">
<font>
<family>Roboto</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1535
|
<pointsize>12</pointsize>
|
eb617c902
고영탁
고객사 수정 요청
|
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
|
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<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 파일 일괄 변경
|
1548
|
QPushButton { text-align: center;}</string>
|
eb617c902
고영탁
고객사 수정 요청
|
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
|
</property>
<property name="text">
<string>실내온도</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="9">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="19" column="0" colspan="9">
<widget class="Line" name="line_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="13" column="0" colspan="9">
<widget class="Line" name="line_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="21">
<widget class="Line" name="line_11">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="5" rowspan="21">
<widget class="Line" name="line_13">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="7" rowspan="21">
<widget class="Line" name="line_14">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
</layout>
</widget>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
|
</widget>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>Clock</class>
<extends>QWidget</extends>
<header>clock.h</header>
<container>1</container>
</customwidget>
|
239d51c8b
김태훈
의무 세척 기능 추가
|
1610
1611
1612
1613
1614
|
<customwidget>
<class>WashWarnIcon</class>
<extends>QLabel</extends>
<header>washwarnicon.h</header>
</customwidget>
|
b7ee6dc30
김태훈
시연 모드 아이콘, 하프 에너지...
|
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
|
<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
김태훈
디지털 시계 추가
|
1625
1626
1627
1628
1629
|
<customwidget>
<class>DigitalClock</class>
<extends>QLabel</extends>
<header>digitalclock.h</header>
</customwidget>
|
5f017a9d7
김태훈
요청 사항 반영
|
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
|
<customwidget>
<class>IgnitionIcon</class>
<extends>QLabel</extends>
<header>ignitionicon.h</header>
</customwidget>
<customwidget>
<class>WaterLevelIcon</class>
<extends>QLabel</extends>
<header>waterlevelicon.h</header>
</customwidget>
|
6a965b9f1
고영탁
엔지니어 모드 2차 구현
|
1640
1641
1642
1643
|
</customwidgets>
<resources/>
<connections/>
</ui>
|