<?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>1080</width>
<height>1920</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>504</y>
<width>1080</width>
<height>603</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QPushButton" name="ctrBtnYes">
<property name="geometry">
<rect>
<x>506</x>
<y>434</y>
<width>153</width>
<height>84</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, QPushButton::focus{color : yellow}</string>
</property>
<property name="text">
<string>예</string>
</property>
</widget>
<widget class="QPushButton" name="ctrBtnNo">
<property name="geometry">
<rect>
<x>686</x>
<y>434</y>
<width>153</width>
<height>84</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, QPushButton::focus{color : yellow}</string>
</property>
<property name="text">
<string>아니오</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>498</x>
<y>118</y>
<width>73</width>
<height>61</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>180</y>
<width>1080</width>
<height>241</height>
</rect>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
<pointsize>16</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>