Blame view

app/gui/oven_control/usbcheckpopupdlg.ui 2.72 KB
937409186   고영탁   config enum 설정 진행...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>UsbCheckPopupDlg</class>
   <widget class="QDialog" name="UsbCheckPopupDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>1600</height>
     </rect>
    </property>
    <property name="windowTitle">
     <string>Dialog</string>
    </property>
    <property name="windowOpacity">
     <double>1.000000000000000</double>
    </property>
    <property name="styleSheet">
     <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png);
  }
  </string>
    </property>
    <property name="modal">
     <bool>true</bool>
    </property>
    <widget class="QWidget" name="centralWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>420</y>
       <width>900</width>
       <height>503</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrBtnYes">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>362</y>
        <width>900</width>
        <height>141</height>
       </rect>
      </property>
      <property name="font">
       <font>
        <pointsize>15</pointsize>
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton{
  border : none;
  color : white;
  }
  QPushButton::pressed {color : yellow}</string>
      </property>
      <property name="text">
       <string>확인</string>
      </property>
     </widget>
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
        <x>390</x>
        <y>80</y>
        <width>93</width>
        <height>92</height>
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/config/102_usb_icon.png</pixmap>
      </property>
     </widget>
     <widget class="QLabel" name="ctrLbDesc">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>170</y>
        <width>900</width>
        <height>201</height>
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
        <pointsize>15</pointsize>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QLabel {
          color : white;
     border : none;
  }</string>
      </property>
      <property name="text">
       <string>제품에 USB가 삽입되어 있지 않습니다.
  USB를 삽입해 주세요!</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
    </widget>
   </widget>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>