Blame view

app/gui/oven_control/usbcheckpopupdlg.ui 2.67 KB
937409186   고영탁   config enum 설정 진행...
1
2
3
4
5
6
7
8
  <?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>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
937409186   고영탁   config enum 설정 진행...
11
12
     </rect>
    </property>
937409186   고영탁   config enum 설정 진행...
13
14
15
16
17
    <property name="windowOpacity">
     <double>1.000000000000000</double>
    </property>
    <property name="styleSheet">
     <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png);
054d6e75f   김태훈   ui 파일 일괄 변경
18
  }</string>
937409186   고영탁   config enum 설정 진행...
19
20
21
22
23
24
25
26
    </property>
    <property name="modal">
     <bool>true</bool>
    </property>
    <widget class="QWidget" name="centralWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
27
28
29
       <y>504</y>
       <width>1080</width>
       <height>603</height>
937409186   고영탁   config enum 설정 진행...
30
31
32
33
34
35
36
37
38
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrBtnYes">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
39
40
41
        <y>434</y>
        <width>1080</width>
        <height>169</height>
937409186   고영탁   config enum 설정 진행...
42
43
44
45
       </rect>
      </property>
      <property name="font">
       <font>
054d6e75f   김태훈   ui 파일 일괄 변경
46
        <pointsize>18</pointsize>
937409186   고영탁   config enum 설정 진행...
47
48
49
50
51
52
53
54
55
56
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton{
  border : none;
  color : white;
  }
ce39b99ff   고영탁   엔코더 구현 진행중
57
  QPushButton::pressed, QPushButton:focus {color : yellow}</string>
937409186   고영탁   config enum 설정 진행...
58
59
60
61
62
63
64
65
      </property>
      <property name="text">
       <string>확인</string>
      </property>
     </widget>
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
66
67
68
69
        <x>468</x>
        <y>96</y>
        <width>111</width>
        <height>110</height>
937409186   고영탁   config enum 설정 진행...
70
71
72
73
74
75
76
77
78
79
80
81
82
       </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>
054d6e75f   김태훈   ui 파일 일괄 변경
83
84
85
        <y>204</y>
        <width>1080</width>
        <height>241</height>
937409186   고영탁   config enum 설정 진행...
86
87
88
89
90
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
91
        <pointsize>18</pointsize>
937409186   고영탁   config enum 설정 진행...
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
       </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>