usbcheckpopupdlg.ui 2.72 KB
<?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>