Blame view

app/gui/oven_control/engineermenuwindow.ui 17.6 KB
652e9cd54   고영탁   Merge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>engineermenuwindow</class>
   <widget class="QMainWindow" name="engineermenuwindow">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>1600</height>
     </rect>
    </property>
    <property name="windowTitle">
     <string>MainWindow</string>
    </property>
    <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   고영탁   에러 처리 루틴 및 에러 처리 ...
21
22
23
     <property name="styleSheet">
      <string notr="true"/>
     </property>
652e9cd54   고영탁   Merge
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
51
52
53
54
55
56
57
58
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>900</width>
        <height>426</height>
       </rect>
      </property>
      <widget class="QWidget" name="clockContainer">
       <property name="styleSheet">
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
       </property>
       <widget class="Clock" name="clock" native="true">
        <property name="geometry">
         <rect>
          <x>272</x>
          <y>36</y>
          <width>356</width>
          <height>355</height>
         </rect>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
     <widget class="QLabel" name="label_15">
      <property name="geometry">
       <rect>
        <x>55</x>
        <y>426</y>
        <width>845</width>
        <height>84</height>
       </rect>
      </property>
652e9cd54   고영탁   Merge
59
60
61
62
63
64
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
        <pointsize>11</pointsize>
       </font>
      </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
65
66
67
      <property name="styleSheet">
       <string notr="true">color: rgb(255, 255, 255);</string>
      </property>
652e9cd54   고영탁   Merge
68
69
70
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
      <property name="text">
       <string>서비스단계(엔지니어모드)</string>
      </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>
      </property>
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
         <x>401</x>
         <y>26</y>
         <width>97</width>
         <height>97</height>
        </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); }
  QPushButton:pressed { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget">
      <property name="geometry">
       <rect>
        <x>40</x>
        <y>545</y>
        <width>821</width>
        <height>66</height>
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
        <widget class="QPushButton" name="engadjustbutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
126
127
128
129
130
131
132
133
134
135
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
136
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
137
138
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
  QPushButton { text-align: left;}
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
139
  </string>
652e9cd54   고영탁   Merge
140
141
142
143
144
145
146
147
148
149
150
         </property>
         <property name="text">
          <string>    교정</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_17">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
151
152
153
154
155
156
157
158
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
159
160
161
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
         <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>
        <x>40</x>
        <y>629</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="stdconfigbutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
196
197
198
199
200
201
202
203
204
205
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
206
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); color: rgb(255, 255, 255);}
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
207
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
652e9cd54   고영탁   Merge
208
209
210
211
212
213
214
215
216
217
218
219
  QPushButton { text-align: left;}</string>
         </property>
         <property name="text">
          <string>    기본설정</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_18">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
220
221
222
223
224
225
226
227
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
228
229
230
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
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
256
257
258
259
260
261
262
263
264
         <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>
        <x>40</x>
        <y>719</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="functiontestbutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
265
266
267
268
269
270
271
272
273
274
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
275
276
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
6a965b9f1   고영탁   엔지니어 모드 2차 구현
277
  QPushButton { color: rgb(255, 255, 255);text-align: left;}</string>
652e9cd54   고영탁   Merge
278
279
280
281
282
283
284
285
286
287
288
         </property>
         <property name="text">
          <string>    기능테스트</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_19">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
289
290
291
292
293
294
295
296
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
297
298
299
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
         <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>
        <x>40</x>
        <y>797</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="servicehistorybutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
334
335
336
337
338
339
340
341
342
343
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
344
345
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
6a965b9f1   고영탁   엔지니어 모드 2차 구현
346
  QPushButton {color: rgb(255, 255, 255); text-align: left;}</string>
652e9cd54   고영탁   Merge
347
348
349
350
351
352
353
354
355
356
357
         </property>
         <property name="text">
          <string>    서비스기록</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_20">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
358
359
360
361
362
363
364
365
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
366
367
368
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
369
370
371
372
373
374
375
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 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>
        <x>40</x>
        <y>881</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="realdatabutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
403
404
405
406
407
408
409
410
411
412
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
413
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
6a965b9f1   고영탁   엔지니어 모드 2차 구현
414
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }QPushButton { color: rgb(255, 255, 255);text-align: left;}</string>
652e9cd54   고영탁   Merge
415
416
417
418
419
420
421
422
423
424
425
         </property>
         <property name="text">
          <string>    실시간데이터</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_21">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
426
427
428
429
430
431
432
433
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
434
435
436
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
         <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>
        <x>40</x>
        <y>965</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="operationtimebutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
471
472
473
474
475
476
477
478
479
480
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
481
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
6a965b9f1   고영탁   엔지니어 모드 2차 구현
482
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }QPushButton { color: rgb(255, 255, 255);text-align: left;}</string>
652e9cd54   고영탁   Merge
483
484
485
486
487
488
489
490
491
492
493
         </property>
         <property name="text">
          <string>    작동시간</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_22">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
494
495
496
497
498
499
500
501
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
502
503
504
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
         <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>
        <x>40</x>
        <y>1049</y>
        <width>821</width>
        <height>66</height>
       </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">
        <widget class="QPushButton" name="modeltypeconfigbutton">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
652e9cd54   고영탁   Merge
539
540
541
542
543
544
545
546
547
548
         <property name="font">
          <font>
           <family>Roboto</family>
           <pointsize>10</pointsize>
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
         <property name="styleSheet">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
549
550
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png); }
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
6a965b9f1   고영탁   엔지니어 모드 2차 구현
551
  QPushButton { color: rgb(255, 255, 255);text-align: left;}</string>
652e9cd54   고영탁   Merge
552
553
554
555
556
557
558
559
560
561
562
         </property>
         <property name="text">
          <string>    제품모델설정</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_23">
         <property name="enabled">
          <bool>true</bool>
         </property>
652e9cd54   고영탁   Merge
563
564
565
566
567
568
569
570
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
           <pointsize>11</pointsize>
           <weight>75</weight>
           <bold>true</bold>
          </font>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
571
572
573
         <property name="styleSheet">
          <string notr="true">color: rgb(255, 255, 255);</string>
         </property>
652e9cd54   고영탁   Merge
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
         <property name="text">
          <string>EM-7</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>Clock</class>
     <extends>QWidget</extends>
     <header>clock.h</header>
     <container>1</container>
    </customwidget>
   </customwidgets>
   <resources/>
   <connections/>
  </ui>