Blame view

app/gui/oven_control/engineermenuwindow.ui 20.5 KB
652e9cd54   고영탁   Merge
1
2
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
14a73498f   김태훈   소스 코드 정리
3
4
   <class>EngineerMenuWindow</class>
   <widget class="QMainWindow" name="EngineerMenuWindow">
652e9cd54   고영탁   Merge
5
6
7
8
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
652e9cd54   고영탁   Merge
11
12
     </rect>
    </property>
652e9cd54   고영탁   Merge
13
14
15
16
17
    <property name="styleSheet">
     <string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string>
    </property>
    <widget class="QWidget" name="centralwidget">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
18
19
20
     <property name="styleSheet">
      <string notr="true"/>
     </property>
652e9cd54   고영탁   Merge
21
22
23
24
25
     <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>
652e9cd54   고영탁   Merge
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>
652e9cd54   고영탁   Merge
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>
652e9cd54   고영탁   Merge
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>1014</width>
        <height>100</height>
652e9cd54   고영탁   Merge
123
124
       </rect>
      </property>
652e9cd54   고영탁   Merge
125
126
127
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
128
        <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
129
130
       </font>
      </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
131
132
133
      <property name="styleSheet">
       <string notr="true">color: rgb(255, 255, 255);</string>
      </property>
652e9cd54   고영탁   Merge
134
135
136
137
138
139
140
141
      <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>
652e9cd54   고영탁   Merge
145
146
147
148
149
       </rect>
      </property>
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
150
151
152
153
         <x>481</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
652e9cd54   고영탁   Merge
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); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
164
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
652e9cd54   고영탁   Merge
165
166
167
168
169
170
171
172
173
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
174
175
176
177
        <x>48</x>
        <y>654</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
178
179
180
181
182
183
184
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
185
        <widget class="QPushButton" name="engAdjustButton">
652e9cd54   고영탁   Merge
186
187
188
189
190
191
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
192
193
194
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
195
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
196
197
198
199
200
201
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
202
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
203
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
204
205
  QPushButton { 
  	text-align: left;
054d6e75f   김태훈   ui 파일 일괄 변경
206
207
  	padding-left : 36px;
  }</string>
652e9cd54   고영탁   Merge
208
209
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
210
          <string>교정</string>
652e9cd54   고영탁   Merge
211
212
213
214
215
216
217
218
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_17">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
219
220
221
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
222
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
223
224
225
226
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
227
228
229
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
         <property name="text">
          <string>EM-1</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_2">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
246
247
248
249
        <x>48</x>
        <y>754</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
250
251
252
253
254
255
256
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_2" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
257
        <widget class="QPushButton" name="stdConfigButton">
652e9cd54   고영탁   Merge
258
259
260
261
262
263
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
264
265
266
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
267
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
268
269
270
271
272
273
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
274
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
275
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
276
277
  QPushButton { 
  	text-align: left;
054d6e75f   김태훈   ui 파일 일괄 변경
278
279
  	padding-left : 36px;
  }</string>
652e9cd54   고영탁   Merge
280
281
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
282
          <string>기본설정</string>
652e9cd54   고영탁   Merge
283
284
285
286
287
288
289
290
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_18">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
291
292
293
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
294
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
295
296
297
298
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
299
300
301
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
         <property name="text">
          <string>EM-2</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_3">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
318
319
320
321
        <x>48</x>
        <y>862</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
322
323
324
325
326
327
328
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_3" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
329
        <widget class="QPushButton" name="functionTestButton">
652e9cd54   고영탁   Merge
330
331
332
333
334
335
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
336
337
338
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
339
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
340
341
342
343
344
345
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
346
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
347
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
348
  QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
349
350
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
351
          <string>기능테스트</string>
652e9cd54   고영탁   Merge
352
353
354
355
356
357
358
359
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_19">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
360
361
362
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
363
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
364
365
366
367
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
368
369
370
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
         <property name="text">
          <string>EM-3</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_4">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
387
388
389
390
        <x>48</x>
        <y>956</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
391
392
393
394
395
396
397
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_4" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
398
        <widget class="QPushButton" name="serviceHistoryButton">
652e9cd54   고영탁   Merge
399
400
401
402
403
404
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
405
406
407
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
408
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
409
410
411
412
413
414
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
415
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
416
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
417
  QPushButton {color: rgb(255, 255, 255); text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
418
419
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
420
          <string>서비스기록</string>
652e9cd54   고영탁   Merge
421
422
423
424
425
426
427
428
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_20">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
429
430
431
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
432
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
433
434
435
436
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
437
438
439
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
         <property name="text">
          <string>EM-4</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_5">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
456
457
458
459
        <x>48</x>
        <y>1057</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
460
461
462
463
464
465
466
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_5" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
467
        <widget class="QPushButton" name="realDataButton">
652e9cd54   고영탁   Merge
468
469
470
471
472
473
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
474
475
476
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
477
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
478
479
480
481
482
483
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
484
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
485
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
486
487
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
488
          <string>실시간데이터</string>
652e9cd54   고영탁   Merge
489
490
491
492
493
494
495
496
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_21">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
497
498
499
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
500
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
501
502
503
504
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
505
506
507
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
         <property name="text">
          <string>EM-5</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_6">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
524
525
526
527
        <x>48</x>
        <y>1158</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
528
529
530
531
532
533
534
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_6" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
535
        <widget class="QPushButton" name="operationTimeButton">
652e9cd54   고영탁   Merge
536
537
538
539
540
541
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
542
543
544
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
545
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
546
547
548
549
550
551
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
552
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
553
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
554
555
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
556
          <string>작동시간</string>
652e9cd54   고영탁   Merge
557
558
559
560
561
562
563
564
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_22">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
565
566
567
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
568
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
569
570
571
572
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
573
574
575
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
         <property name="text">
          <string>EM-6</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget_7">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
592
593
594
595
        <x>48</x>
        <y>1258</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
596
597
598
599
600
601
602
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout_7" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
14a73498f   김태훈   소스 코드 정리
603
        <widget class="QPushButton" name="modelTypeConfigButton">
652e9cd54   고영탁   Merge
604
605
606
607
608
609
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
610
611
612
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
613
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
614
615
616
617
618
619
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
620
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
621
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
622
  QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
623
624
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
625
          <string>제품모델설정</string>
652e9cd54   고영탁   Merge
626
627
628
629
630
631
632
633
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_23">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
634
635
636
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
637
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
638
639
640
641
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
642
643
644
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
         <property name="text">
          <string>EM-7</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>Clock</class>
     <extends>QWidget</extends>
     <header>clock.h</header>
     <container>1</container>
    </customwidget>
239d51c8b   김태훈   의무 세척 기능 추가
667
668
669
670
671
    <customwidget>
     <class>WashWarnIcon</class>
     <extends>QLabel</extends>
     <header>washwarnicon.h</header>
    </customwidget>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
672
673
674
675
676
677
678
679
680
681
    <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   김태훈   디지털 시계 추가
682
683
684
685
686
    <customwidget>
     <class>DigitalClock</class>
     <extends>QLabel</extends>
     <header>digitalclock.h</header>
    </customwidget>
5f017a9d7   김태훈   요청 사항 반영
687
688
689
690
691
692
693
694
695
696
    <customwidget>
     <class>IgnitionIcon</class>
     <extends>QLabel</extends>
     <header>ignitionicon.h</header>
    </customwidget>
    <customwidget>
     <class>WaterLevelIcon</class>
     <extends>QLabel</extends>
     <header>waterlevelicon.h</header>
    </customwidget>
652e9cd54   고영탁   Merge
697
   </customwidgets>
63a45681f   고영탁   엔코더 기능 구현
698
699
700
701
702
703
704
705
706
707
   <tabstops>
    <tabstop>engAdjustButton</tabstop>
    <tabstop>stdConfigButton</tabstop>
    <tabstop>functionTestButton</tabstop>
    <tabstop>serviceHistoryButton</tabstop>
    <tabstop>realDataButton</tabstop>
    <tabstop>operationTimeButton</tabstop>
    <tabstop>modelTypeConfigButton</tabstop>
    <tabstop>backButton</tabstop>
   </tabstops>
652e9cd54   고영탁   Merge
708
709
710
   <resources/>
   <connections/>
  </ui>