Blame view

app/gui/oven_control/engineermenuwindow.ui 17.9 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
       </rect>
      </property>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
30
      <widget class="StatusArea" name="clockContainer">
652e9cd54   고영탁   Merge
31
32
33
       <property name="styleSheet">
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
       </property>
652e9cd54   고영탁   Merge
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>1014</width>
        <height>100</height>
652e9cd54   고영탁   Merge
44
45
       </rect>
      </property>
652e9cd54   고영탁   Merge
46
47
48
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
49
        <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
50
51
       </font>
      </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
52
53
54
      <property name="styleSheet">
       <string notr="true">color: rgb(255, 255, 255);</string>
      </property>
652e9cd54   고영탁   Merge
55
56
57
58
59
60
61
62
      <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>
652e9cd54   고영탁   Merge
66
67
68
69
70
       </rect>
      </property>
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
71
72
73
74
         <x>481</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
652e9cd54   고영탁   Merge
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); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
85
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
652e9cd54   고영탁   Merge
86
87
88
89
90
91
92
93
94
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
95
96
97
98
        <x>48</x>
        <y>654</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
99
100
101
102
103
104
105
       </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   김태훈   소스 코드 정리
106
        <widget class="QPushButton" name="engAdjustButton">
652e9cd54   고영탁   Merge
107
108
109
110
111
112
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
113
114
115
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
116
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
117
118
119
120
121
122
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
123
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
124
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
125
126
  QPushButton { 
  	text-align: left;
054d6e75f   김태훈   ui 파일 일괄 변경
127
128
  	padding-left : 36px;
  }</string>
652e9cd54   고영탁   Merge
129
130
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
131
          <string>교정</string>
652e9cd54   고영탁   Merge
132
133
134
135
136
137
138
139
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_17">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
140
141
142
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
143
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
144
145
146
147
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
148
149
150
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
         <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 파일 일괄 변경
167
168
169
170
        <x>48</x>
        <y>754</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
171
172
173
174
175
176
177
       </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   김태훈   소스 코드 정리
178
        <widget class="QPushButton" name="stdConfigButton">
652e9cd54   고영탁   Merge
179
180
181
182
183
184
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
185
186
187
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
188
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
189
190
191
192
193
194
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
195
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
196
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
197
198
  QPushButton { 
  	text-align: left;
054d6e75f   김태훈   ui 파일 일괄 변경
199
200
  	padding-left : 36px;
  }</string>
652e9cd54   고영탁   Merge
201
202
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
203
          <string>기본설정</string>
652e9cd54   고영탁   Merge
204
205
206
207
208
209
210
211
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_18">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
212
213
214
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
215
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
216
217
218
219
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
220
221
222
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
         <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 파일 일괄 변경
239
240
241
242
        <x>48</x>
        <y>862</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
243
244
245
246
247
248
249
       </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   김태훈   소스 코드 정리
250
        <widget class="QPushButton" name="functionTestButton">
652e9cd54   고영탁   Merge
251
252
253
254
255
256
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
257
258
259
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
260
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
261
262
263
264
265
266
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
267
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
268
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
269
  QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
270
271
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
272
          <string>기능테스트</string>
652e9cd54   고영탁   Merge
273
274
275
276
277
278
279
280
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_19">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
281
282
283
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
284
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
285
286
287
288
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
289
290
291
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
         <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 파일 일괄 변경
308
309
310
311
        <x>48</x>
        <y>956</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
312
313
314
315
316
317
318
       </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   김태훈   소스 코드 정리
319
        <widget class="QPushButton" name="serviceHistoryButton">
652e9cd54   고영탁   Merge
320
321
322
323
324
325
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
326
327
328
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
329
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
330
331
332
333
334
335
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
336
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
337
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
338
  QPushButton {color: rgb(255, 255, 255); text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
339
340
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
341
          <string>서비스기록</string>
652e9cd54   고영탁   Merge
342
343
344
345
346
347
348
349
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_20">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
350
351
352
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
353
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
354
355
356
357
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
358
359
360
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
         <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 파일 일괄 변경
377
378
379
380
        <x>48</x>
        <y>1057</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
381
382
383
384
385
386
387
       </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   김태훈   소스 코드 정리
388
        <widget class="QPushButton" name="realDataButton">
652e9cd54   고영탁   Merge
389
390
391
392
393
394
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
395
396
397
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
398
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
399
400
401
402
403
404
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
405
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
406
  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
407
408
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
409
          <string>실시간데이터</string>
652e9cd54   고영탁   Merge
410
411
412
413
414
415
416
417
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_21">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
418
419
420
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
421
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
422
423
424
425
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
426
427
428
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
         <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 파일 일괄 변경
445
446
447
448
        <x>48</x>
        <y>1158</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
449
450
451
452
453
454
455
       </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   김태훈   소스 코드 정리
456
        <widget class="QPushButton" name="operationTimeButton">
652e9cd54   고영탁   Merge
457
458
459
460
461
462
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
463
464
465
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
466
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
467
468
469
470
471
472
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
473
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
474
  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
475
476
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
477
          <string>작동시간</string>
652e9cd54   고영탁   Merge
478
479
480
481
482
483
484
485
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_22">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
486
487
488
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
489
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
490
491
492
493
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
494
495
496
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
         <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 파일 일괄 변경
513
514
515
516
        <x>48</x>
        <y>1258</y>
        <width>985</width>
        <height>79</height>
652e9cd54   고영탁   Merge
517
518
519
520
521
522
523
       </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   김태훈   소스 코드 정리
524
        <widget class="QPushButton" name="modelTypeConfigButton">
652e9cd54   고영탁   Merge
525
526
527
528
529
530
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
531
532
533
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
534
           <pointsize>12</pointsize>
652e9cd54   고영탁   Merge
535
536
537
538
539
540
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
541
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
f2921ceb9   김태훈   엔코더 구현 대비 선행 수정
542
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
543
  QPushButton { color: rgb(255, 255, 255);text-align: left;padding-left:36px;}</string>
652e9cd54   고영탁   Merge
544
545
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
546
          <string>제품모델설정</string>
652e9cd54   고영탁   Merge
547
548
549
550
551
552
553
554
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_23">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
555
556
557
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
558
           <pointsize>13</pointsize>
652e9cd54   고영탁   Merge
559
560
561
562
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
563
564
565
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
         <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>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
583
     <class>StatusArea</class>
652e9cd54   고영탁   Merge
584
     <extends>QWidget</extends>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
585
     <header>statusarea.h</header>
652e9cd54   고영탁   Merge
586
587
588
     <container>1</container>
    </customwidget>
   </customwidgets>
63a45681f   고영탁   엔코더 기능 구현
589
590
591
592
593
594
595
596
597
598
   <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
599
600
601
   <resources/>
   <connections/>
  </ui>