Blame view

app/gui/oven_control/configwindow.ui 19.6 KB
8c2952457   김태훈   응용 프로그램 추가
1
2
3
4
5
6
7
8
9
10
11
12
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>ConfigWindow</class>
   <widget class="QMainWindow" name="ConfigWindow">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>1600</height>
     </rect>
    </property>
8c2952457   김태훈   응용 프로그램 추가
13
    <property name="styleSheet">
5a38a241e   김태훈   환경 설정 뼈대 추가
14
15
16
17
18
19
20
21
22
23
24
25
26
27
     <string notr="true">#centralwidget { background-image: url(:/images/background/config.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/background.png); }
  
  QPushButton[style=&quot;type&quot;] {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: margin;
  
  border-top: 140px;
  border-style: hidden;
  color: white;
  font-size: 30px;
  }
  </string>
8c2952457   김태훈   응용 프로그램 추가
28
29
    </property>
    <widget class="QWidget" name="centralwidget">
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
     <property name="styleSheet">
      <string notr="true">QScrollBar:vertical {
  border: none;
  background: transparent;
  width: 35px;
  margin: 30px 15px 30px 0px;
  }
  QScrollBar::handle:vertical {
  background: #B7B7B7;
  border-radius: 10px;
  min-height: 100px;
  }
  QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
  border: none;
  background: none;
  height: 0px;
  }
  QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
  border: none;
  }
  QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  background: none;
  }</string>
     </property>
8c2952457   김태훈   응용 프로그램 추가
54
55
56
57
58
59
60
61
62
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>900</width>
        <height>426</height>
       </rect>
      </property>
81b55e046   고영탁   config pannel but...
63
64
65
      <property name="currentIndex">
       <number>0</number>
      </property>
8c2952457   김태훈   응용 프로그램 추가
66
67
      <widget class="QWidget" name="clockContainer">
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
68
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
8c2952457   김태훈   응용 프로그램 추가
69
70
71
72
73
74
75
76
77
78
79
       </property>
       <widget class="Clock" name="clock" native="true">
        <property name="geometry">
         <rect>
          <x>272</x>
          <y>36</y>
          <width>356</width>
          <height>355</height>
         </rect>
        </property>
       </widget>
239d51c8b   김태훈   의무 세척 기능 추가
80
81
82
83
84
85
86
87
88
89
       <widget class="WashWarnIcon" name="label">
        <property name="geometry">
         <rect>
          <x>800</x>
          <y>320</y>
          <width>80</width>
          <height>84</height>
         </rect>
        </property>
       </widget>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
       <widget class="DemoIcon" name="label_2">
        <property name="geometry">
         <rect>
          <x>780</x>
          <y>230</y>
          <width>101</width>
          <height>90</height>
         </rect>
        </property>
       </widget>
       <widget class="HalfEnergyIcon" name="label_3">
        <property name="geometry">
         <rect>
          <x>780</x>
          <y>160</y>
          <width>108</width>
          <height>67</height>
         </rect>
        </property>
       </widget>
d61c94341   김태훈   디지털 시계 추가
110
111
112
113
114
       <widget class="DigitalClock" name="label_4">
        <property name="geometry">
         <rect>
          <x>20</x>
          <y>310</y>
b3e287145   김태훈   디지털 시계 길이 조절
115
          <width>600</width>
d61c94341   김태훈   디지털 시계 추가
116
117
118
119
120
121
122
          <height>100</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
        </property>
       </widget>
5f017a9d7   김태훈   요청 사항 반영
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
       <widget class="WaterLevelIcon" name="label_6">
        <property name="geometry">
         <rect>
          <x>670</x>
          <y>290</y>
          <width>111</width>
          <height>121</height>
         </rect>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
       <widget class="IgnitionIcon" name="label_5">
        <property name="geometry">
         <rect>
          <x>662</x>
          <y>164</y>
          <width>111</width>
          <height>121</height>
         </rect>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
8c2952457   김태훈   응용 프로그램 추가
149
150
151
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
5a38a241e   김태훈   환경 설정 뼈대 추가
152
     <widget class="QWidget" name="verticalLayoutWidget">
8c2952457   김태훈   응용 프로그램 추가
153
154
      <property name="geometry">
       <rect>
5a38a241e   김태훈   환경 설정 뼈대 추가
155
156
157
158
        <x>0</x>
        <y>426</y>
        <width>900</width>
        <height>421</height>
8c2952457   김태훈   응용 프로그램 추가
159
160
       </rect>
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
      <layout class="QVBoxLayout" name="verticalLayout">
       <property name="spacing">
        <number>0</number>
       </property>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1,0,1,0,1">
         <item>
          <widget class="QPushButton" name="pushButton">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_01.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
177
  QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_01_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
178
179
180
181
           </property>
           <property name="text">
            <string>즐겨찾기</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
182
183
184
185
186
187
188
189
190
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="checked">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
191
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
192
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>171</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_8">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_02.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
219
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_02_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
220
221
222
223
           </property>
           <property name="text">
            <string>설정</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
224
225
226
227
228
229
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
230
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
231
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_2">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>170</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_7">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_03.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
258
  QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_03_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
259
260
261
262
           </property>
           <property name="text">
            <string>음향 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
263
264
265
266
267
268
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
269
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
270
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_3">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>170</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_2">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_04.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
297
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_04_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
298
299
300
301
           </property>
           <property name="text">
            <string>시스템 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
302
303
304
305
306
307
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
308
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
309
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QPushButton" name="pushButton_4">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_05.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
327
  QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_05_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
328
329
330
331
           </property>
           <property name="text">
            <string>에너지 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
332
333
334
335
336
337
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
338
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
339
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_4">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>170</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_5">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_06.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
366
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_06_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
367
368
369
370
           </property>
           <property name="text">
            <string>전문가 설정</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
371
372
373
374
375
376
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
377
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
378
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_5">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>170</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_6">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_07.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
405
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_07_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
406
407
408
409
           </property>
           <property name="text">
            <string>화면 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
410
411
412
413
414
415
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
416
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
417
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_6">
           <property name="maximumSize">
            <size>
             <width>1</width>
             <height>170</height>
            </size>
           </property>
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="pushButton_3">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="styleSheet">
            <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_08.png); }
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
444
  QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_08_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
445
446
447
448
           </property>
           <property name="text">
            <string>서비스</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
449
450
451
452
453
454
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
455
           <property name="style" stdset="0">
fb75aa5f5   고영탁   다국어 처리 진행
456
            <string notr="true">type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
           </property>
          </widget>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
     <widget class="Line" name="line_7">
      <property name="geometry">
       <rect>
        <x>16</x>
        <y>636</y>
        <width>868</width>
        <height>1</height>
       </rect>
      </property>
      <property name="maximumSize">
       <size>
        <width>868</width>
        <height>16777215</height>
       </size>
8c2952457   김태훈   응용 프로그램 추가
478
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
479
480
481
482
483
484
485
486
487
488
489
490
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
     <widget class="QWidget" name="bottomBar" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>1450</y>
        <width>900</width>
        <height>150</height>
       </rect>
8c2952457   김태훈   응용 프로그램 추가
491
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
492
493
494
495
496
497
498
499
500
501
502
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
         <x>288</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
503
  QPushButton:pressed, QPushButton:focus  { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
      <widget class="QPushButton" name="washButton">
       <property name="geometry">
        <rect>
         <x>402</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
520
  QPushButton:pressed, QPushButton:focus  { border-image: url(:/images/bottom_bar/wash_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
      <widget class="QPushButton" name="helpButton">
       <property name="geometry">
        <rect>
         <x>515</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
537
  QPushButton:pressed , QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
538
539
540
541
542
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
8c2952457   김태훈   응용 프로그램 추가
543
     </widget>
81b55e046   고영탁   config pannel but...
544
545
546
547
548
549
550
551
552
     <widget class="QScrollArea" name="scrollArea">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>850</y>
        <width>900</width>
        <height>600</height>
       </rect>
      </property>
80c5eb48b   고영탁   configwindow 엔코더 ...
553
554
555
      <property name="focusPolicy">
       <enum>Qt::TabFocus</enum>
      </property>
81b55e046   고영탁   config pannel but...
556
      <property name="styleSheet">
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
557
       <string notr="true">background-color : transparent;</string>
81b55e046   고영탁   config pannel but...
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
      </property>
      <property name="frameShape">
       <enum>QFrame::NoFrame</enum>
      </property>
      <property name="verticalScrollBarPolicy">
       <enum>Qt::ScrollBarAsNeeded</enum>
      </property>
      <property name="widgetResizable">
       <bool>true</bool>
      </property>
      <widget class="QWidget" name="scrollAreaMenu">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>900</width>
         <height>600</height>
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
        <string notr="true"/>
       </property>
       <layout class="QVBoxLayout" name="scrollAreaMenuLayout">
        <property name="spacing">
         <number>10</number>
        </property>
        <property name="sizeConstraint">
         <enum>QLayout::SetDefaultConstraint</enum>
        </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
593
594
595
596
597
598
        <property name="leftMargin">
         <number>20</number>
        </property>
        <property name="topMargin">
         <number>30</number>
        </property>
81b55e046   고영탁   config pannel but...
599
600
601
        <property name="rightMargin">
         <number>0</number>
        </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
602
603
604
        <property name="bottomMargin">
         <number>26</number>
        </property>
81b55e046   고영탁   config pannel but...
605
606
607
       </layout>
      </widget>
     </widget>
8c2952457   김태훈   응용 프로그램 추가
608
609
610
611
612
613
614
615
616
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>Clock</class>
     <extends>QWidget</extends>
     <header>clock.h</header>
     <container>1</container>
    </customwidget>
239d51c8b   김태훈   의무 세척 기능 추가
617
618
619
620
621
    <customwidget>
     <class>WashWarnIcon</class>
     <extends>QLabel</extends>
     <header>washwarnicon.h</header>
    </customwidget>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
622
623
624
625
626
627
628
629
630
631
    <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   김태훈   디지털 시계 추가
632
633
634
635
636
    <customwidget>
     <class>DigitalClock</class>
     <extends>QLabel</extends>
     <header>digitalclock.h</header>
    </customwidget>
5f017a9d7   김태훈   요청 사항 반영
637
638
639
640
641
642
643
644
645
646
    <customwidget>
     <class>IgnitionIcon</class>
     <extends>QLabel</extends>
     <header>ignitionicon.h</header>
    </customwidget>
    <customwidget>
     <class>WaterLevelIcon</class>
     <extends>QLabel</extends>
     <header>waterlevelicon.h</header>
    </customwidget>
8c2952457   김태훈   응용 프로그램 추가
647
   </customwidgets>
80c5eb48b   고영탁   configwindow 엔코더 ...
648
649
650
651
652
653
654
655
656
657
658
659
660
   <tabstops>
    <tabstop>pushButton</tabstop>
    <tabstop>backButton</tabstop>
    <tabstop>pushButton_8</tabstop>
    <tabstop>washButton</tabstop>
    <tabstop>pushButton_7</tabstop>
    <tabstop>helpButton</tabstop>
    <tabstop>pushButton_2</tabstop>
    <tabstop>pushButton_4</tabstop>
    <tabstop>pushButton_5</tabstop>
    <tabstop>pushButton_6</tabstop>
    <tabstop>pushButton_3</tabstop>
   </tabstops>
8c2952457   김태훈   응용 프로그램 추가
661
662
663
   <resources/>
   <connections/>
  </ui>