Blame view

app/gui/oven_control/configwindow.ui 17.1 KB
8c2952457   김태훈   응용 프로그램 추가
1
2
3
4
5
6
7
8
  <?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>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
8c2952457   김태훈   응용 프로그램 추가
11
12
     </rect>
    </property>
8c2952457   김태훈   응용 프로그램 추가
13
    <property name="styleSheet">
5a38a241e   김태훈   환경 설정 뼈대 추가
14
15
     <string notr="true">#centralwidget { background-image: url(:/images/background/config.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/background.png); }
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
16
  QPushButton[style=&quot;configwindow-type&quot;] {
5a38a241e   김태훈   환경 설정 뼈대 추가
17
18
19
  background-repeat: no-repeat;
  background-position: center;
  background-origin: margin;
054d6e75f   김태훈   ui 파일 일괄 변경
20
  border-top: 168px;
5a38a241e   김태훈   환경 설정 뼈대 추가
21
22
  border-style: hidden;
  color: white;
054d6e75f   김태훈   ui 파일 일괄 변경
23
24
  font-size: 36px;
  }</string>
8c2952457   김태훈   응용 프로그램 추가
25
26
    </property>
    <widget class="QWidget" name="centralwidget">
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
27
28
29
30
     <property name="styleSheet">
      <string notr="true">QScrollBar:vertical {
  border: none;
  background: transparent;
054d6e75f   김태훈   ui 파일 일괄 변경
31
32
  width: 42px;
  margin: 36px 18px 36px 0px;
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
33
34
35
  }
  QScrollBar::handle:vertical {
  background: #B7B7B7;
054d6e75f   김태훈   ui 파일 일괄 변경
36
37
  border-radius: 12px;
  min-height: 120px;
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
38
39
40
41
42
43
44
45
46
47
48
49
50
  }
  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   김태훈   응용 프로그램 추가
51
52
53
54
55
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
56
57
        <width>1080</width>
        <height>511</height>
8c2952457   김태훈   응용 프로그램 추가
58
59
       </rect>
      </property>
81b55e046   고영탁   config pannel but...
60
61
62
      <property name="currentIndex">
       <number>0</number>
      </property>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
63
      <widget class="StatusArea" name="clockContainer">
8c2952457   김태훈   응용 프로그램 추가
64
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
65
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
8c2952457   김태훈   응용 프로그램 추가
66
       </property>
8c2952457   김태훈   응용 프로그램 추가
67
68
69
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
5a38a241e   김태훈   환경 설정 뼈대 추가
70
     <widget class="QWidget" name="verticalLayoutWidget">
8c2952457   김태훈   응용 프로그램 추가
71
72
      <property name="geometry">
       <rect>
5a38a241e   김태훈   환경 설정 뼈대 추가
73
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
74
75
76
        <y>511</y>
        <width>1080</width>
        <height>505</height>
8c2952457   김태훈   응용 프로그램 추가
77
78
       </rect>
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
      <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   고영탁   설정 메뉴 화면 기본 구조 완성
95
  QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_01_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
96
97
98
99
           </property>
           <property name="text">
            <string>즐겨찾기</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
100
101
102
103
104
105
106
107
108
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="checked">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
109
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
110
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
111
112
113
114
115
116
117
118
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
119
             <height>205</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
137
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_02_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
138
139
140
141
           </property>
           <property name="text">
            <string>설정</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
142
143
144
145
146
147
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
148
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
149
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
150
151
152
153
154
155
156
157
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_2">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
158
             <height>204</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
176
  QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_03_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
177
178
179
180
           </property>
           <property name="text">
            <string>음향 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
181
182
183
184
185
186
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
187
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
188
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
189
190
191
192
193
194
195
196
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_3">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
197
             <height>204</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
215
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_04_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
216
217
218
219
           </property>
           <property name="text">
            <string>시스템 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
220
221
222
223
224
225
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
226
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
227
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
           </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   고영탁   설정 메뉴 화면 기본 구조 완성
245
  QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_05_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
246
247
248
249
           </property>
           <property name="text">
            <string>에너지 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
250
251
252
253
254
255
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
256
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
257
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
258
259
260
261
262
263
264
265
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_4">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
266
             <height>204</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
284
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_06_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
285
286
287
288
           </property>
           <property name="text">
            <string>전문가 설정</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
289
290
291
292
293
294
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
295
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
296
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
297
298
299
300
301
302
303
304
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_5">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
305
             <height>204</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
323
  QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_07_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
324
325
326
327
           </property>
           <property name="text">
            <string>화면 관리</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
328
329
330
331
332
333
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
334
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
335
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
336
337
338
339
340
341
342
343
           </property>
          </widget>
         </item>
         <item>
          <widget class="Line" name="line_6">
           <property name="maximumSize">
            <size>
             <width>1</width>
054d6e75f   김태훈   ui 파일 일괄 변경
344
             <height>204</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
            </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   고영탁   설정 메뉴 화면 기본 구조 완성
362
  QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_08_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
363
364
365
366
           </property>
           <property name="text">
            <string>서비스</string>
           </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
367
368
369
370
371
372
           <property name="checkable">
            <bool>true</bool>
           </property>
           <property name="autoExclusive">
            <bool>true</bool>
           </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
373
           <property name="style" stdset="0">
4f5675d6a   김태훈   스타일시트 정의가 자식 윈도우에...
374
            <string notr="true">configwindow-type</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
375
376
377
378
379
380
381
382
383
384
           </property>
          </widget>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
     <widget class="Line" name="line_7">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
385
386
387
        <x>19</x>
        <y>763</y>
        <width>1041</width>
5a38a241e   김태훈   환경 설정 뼈대 추가
388
389
390
391
392
        <height>1</height>
       </rect>
      </property>
      <property name="maximumSize">
       <size>
054d6e75f   김태훈   ui 파일 일괄 변경
393
        <width>1041</width>
5a38a241e   김태훈   환경 설정 뼈대 추가
394
395
        <height>16777215</height>
       </size>
8c2952457   김태훈   응용 프로그램 추가
396
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
397
398
399
400
401
402
403
404
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
     <widget class="QWidget" name="bottomBar" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
405
406
407
        <y>1740</y>
        <width>1080</width>
        <height>180</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
408
       </rect>
8c2952457   김태훈   응용 프로그램 추가
409
      </property>
5a38a241e   김태훈   환경 설정 뼈대 추가
410
411
412
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
413
414
415
416
         <x>345</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
417
418
419
420
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
421
  QPushButton:pressed, QPushButton:focus  { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
422
423
424
425
426
427
428
429
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
      <widget class="QPushButton" name="washButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
430
431
432
433
         <x>482</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
434
435
436
437
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
438
  QPushButton:pressed, QPushButton:focus  { border-image: url(:/images/bottom_bar/wash_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
439
440
441
442
443
444
445
446
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
      <widget class="QPushButton" name="helpButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
447
448
449
450
         <x>618</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
5a38a241e   김태훈   환경 설정 뼈대 추가
451
452
453
454
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
80c5eb48b   고영탁   configwindow 엔코더 ...
455
  QPushButton:pressed , QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
5a38a241e   김태훈   환경 설정 뼈대 추가
456
457
458
459
460
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
8c2952457   김태훈   응용 프로그램 추가
461
     </widget>
81b55e046   고영탁   config pannel but...
462
463
464
465
     <widget class="QScrollArea" name="scrollArea">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
466
467
468
        <y>1020</y>
        <width>1080</width>
        <height>720</height>
81b55e046   고영탁   config pannel but...
469
470
       </rect>
      </property>
80c5eb48b   고영탁   configwindow 엔코더 ...
471
472
473
      <property name="focusPolicy">
       <enum>Qt::TabFocus</enum>
      </property>
81b55e046   고영탁   config pannel but...
474
      <property name="styleSheet">
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
475
       <string notr="true">background-color : transparent;</string>
81b55e046   고영탁   config pannel but...
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
      </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>
054d6e75f   김태훈   ui 파일 일괄 변경
491
492
         <width>1080</width>
         <height>720</height>
81b55e046   고영탁   config pannel but...
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
        </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   고영탁   설정 메뉴 화면 기본 구조 완성
511
512
513
514
515
516
        <property name="leftMargin">
         <number>20</number>
        </property>
        <property name="topMargin">
         <number>30</number>
        </property>
81b55e046   고영탁   config pannel but...
517
518
519
        <property name="rightMargin">
         <number>0</number>
        </property>
a7905269d   고영탁   설정 메뉴 화면 기본 구조 완성
520
521
522
        <property name="bottomMargin">
         <number>26</number>
        </property>
81b55e046   고영탁   config pannel but...
523
524
525
       </layout>
      </widget>
     </widget>
8c2952457   김태훈   응용 프로그램 추가
526
527
528
529
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
530
     <class>StatusArea</class>
8c2952457   김태훈   응용 프로그램 추가
531
     <extends>QWidget</extends>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
532
     <header>statusarea.h</header>
8c2952457   김태훈   응용 프로그램 추가
533
534
535
     <container>1</container>
    </customwidget>
   </customwidgets>
80c5eb48b   고영탁   configwindow 엔코더 ...
536
537
538
539
540
541
542
543
544
545
546
547
548
   <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   김태훈   응용 프로그램 추가
549
550
551
   <resources/>
   <connections/>
  </ui>