Blame view

app/gui/oven_control/configsoundselelectdlg.ui 18.5 KB
92fef6124   고영탁   환경 설정 - 설정 UI 완료
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>ConfigSoundSelelectDlg</class>
   <widget class="QDialog" name="ConfigSoundSelelectDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
11
12
     </rect>
    </property>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
13
14
15
16
    <property name="autoFillBackground">
     <bool>false</bool>
    </property>
    <property name="styleSheet">
937409186   고영탁   config enum 설정 진행...
17
18
19
20
21
     <string notr="true">#ConfigSoundSelelectDlg{
  	background-color: transparent;
  }
  
  #centralwidget{
92fef6124   고영탁   환경 설정 - 설정 UI 완료
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
         background-image : url(:/images/background/popup/503.png);
  }
  
  QPushButton{
         border-color : transparent;
         background-color : transparent;
         color : white;
  }
  
  QPushButton::focus{
         color : yellow;
  }
  
  QPushButton::pressed{
         color : green;
  }
  
  QPushButton::checked{
         color : red;
  }
  
  QLabel{
         color : white;
  }</string>
    </property>
    <widget class="QWidget" name="centralwidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
51
52
53
       <y>540</y>
       <width>1080</width>
       <height>1094</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
54
55
56
57
      </rect>
     </property>
     <property name="minimumSize">
      <size>
054d6e75f   김태훈   ui 파일 일괄 변경
58
59
       <width>1080</width>
       <height>540</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
60
61
62
63
64
65
66
67
68
69
      </size>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_3" stretch="92,0,733,88">
      <property name="spacing">
       <number>0</number>
      </property>
      <item>
       <widget class="QLabel" name="ctrLbTitle">
        <property name="font">
         <font>
054d6e75f   김태훈   ui 파일 일괄 변경
70
          <pointsize>21</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
        <property name="styleSheet">
         <string notr="true"/>
        </property>
        <property name="text">
         <string>TITLE</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignCenter</set>
        </property>
       </widget>
      </item>
      <item>
       <widget class="Line" name="line">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QVBoxLayout" name="verticalLayout">
        <property name="spacing">
         <number>0</number>
        </property>
        <item>
         <widget class="QPushButton" name="pushButton_1">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
109
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
110
111
112
113
114
115
116
117
118
119
120
121
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
122
123
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
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
149
150
151
152
153
154
155
156
157
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
           <bool>true</bool>
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_2">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_2">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
158
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
159
160
161
162
163
164
165
166
167
168
169
170
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
171
172
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
173
174
175
176
177
178
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
179
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_3">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_3">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
207
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
208
209
210
211
212
213
214
215
216
217
218
219
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
220
221
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
222
223
224
225
226
227
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
228
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_4">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_4">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
256
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
257
258
259
260
261
262
263
264
265
266
267
268
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
269
270
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
271
272
273
274
275
276
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
277
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_5">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_5">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
305
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
306
307
308
309
310
311
312
313
314
315
316
317
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
318
319
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
320
321
322
323
324
325
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
326
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_6">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_6">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
354
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
355
356
357
358
359
360
361
362
363
364
365
366
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
367
368
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
369
370
371
372
373
374
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
375
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_7">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_7">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
403
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
404
405
406
407
408
409
410
411
412
413
414
415
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
416
417
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
418
419
420
421
422
423
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
424
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_8">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_8">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
452
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
453
454
455
456
457
458
459
460
461
462
463
464
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
465
466
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
467
468
469
470
471
472
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
473
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_10">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_9">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
501
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
502
503
504
505
506
507
508
509
510
511
512
513
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
514
515
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
516
517
518
519
520
521
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
522
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_11">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_10">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
550
            <pointsize>16</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
551
552
553
554
555
556
557
558
559
560
561
562
           </font>
          </property>
          <property name="text">
           <string>PushButton</string>
          </property>
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/images/config/102_icon_play.png</normaloff>
            <normalon>:/images/config/102_icon_play_ov.png</normalon>:/images/config/102_icon_play.png</iconset>
          </property>
          <property name="iconSize">
           <size>
054d6e75f   김태훈   ui 파일 일괄 변경
563
564
            <width>40</width>
            <height>40</height>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
565
566
567
568
569
570
           </size>
          </property>
          <property name="checkable">
           <bool>true</bool>
          </property>
          <property name="checked">
937409186   고영탁   config enum 설정 진행...
571
           <bool>false</bool>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
          </property>
          <property name="autoExclusive">
           <bool>true</bool>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <widget class="Line" name="line_9">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QGridLayout" name="gridLayout" columnstretch="1,1,1,1,1,1">
        <item row="0" column="5">
         <widget class="QPushButton" name="ctrBtnCancel">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
603
            <pointsize>12</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
            <weight>75</weight>
            <bold>true</bold>
            <underline>true</underline>
           </font>
          </property>
          <property name="text">
           <string>취소</string>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item row="0" column="4">
         <widget class="QPushButton" name="ctrBtnOk">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="font">
           <font>
            <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
628
            <pointsize>12</pointsize>
92fef6124   고영탁   환경 설정 - 설정 UI 완료
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
            <weight>75</weight>
            <bold>true</bold>
            <underline>true</underline>
           </font>
          </property>
          <property name="text">
           <string>확인</string>
          </property>
          <property name="flat">
           <bool>true</bool>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </widget>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>