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