yesnopopupdlg.ui 3.13 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>YesNoPopupDlg</class>
 <widget class="QDialog" name="YesNoPopupDlg">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>1600</height>
   </rect>
  </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>422</x>
      <y>362</y>
      <width>128</width>
      <height>70</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <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="QPushButton" name="ctrBtnNo">
    <property name="geometry">
     <rect>
      <x>572</x>
      <y>362</y>
      <width>128</width>
      <height>70</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <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>415</x>
      <y>99</y>
      <width>61</width>
      <height>51</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/symbol/warning.png</pixmap>
    </property>
   </widget>
   <widget class="QLabel" name="ctrLbDesc">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>150</y>
      <width>900</width>
      <height>201</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>나눔고딕</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="styleSheet">
     <string notr="true">QLabel {
	color : white;
   border : none;
}</string>
    </property>
    <property name="text">
     <string>TextLabel</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
  </widget>
 </widget>
 <resources>
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>