<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ErrorPopupDlg</class> <widget class="QDialog" name="ErrorPopupDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</height> </rect> </property> <property name="styleSheet"> <string notr="true">#centralwidget { background-image: url(:/images/error/background.png); } QDialog { background: transparent; }</string> </property> <widget class="QWidget" name="centralwidget" native="true"> <property name="geometry"> <rect> <x>86</x> <y>446</y> <width>727</width> <height>467</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QPushButton" name="ctrlOkBtn"> <property name="geometry"> <rect> <x>0</x> <y>386</y> <width>727</width> <height>81</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> <underline>true</underline> </font> </property> <property name="styleSheet"> <string notr="true">QPushButton { border : none; } QPushButton::pressed { background-image: url(:/images/error/button_ov.png); color : white } </string> </property> <property name="text"> <string>확인</string> </property> </widget> <widget class="QLabel" name="ctrlWarnDescription"> <property name="geometry"> <rect> <x>0</x> <y>150</y> <width>727</width> <height>234</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="margin"> <number>25</number> </property> </widget> <widget class="QLabel" name="ctrlWarnTitle"> <property name="geometry"> <rect> <x>0</x> <y>90</y> <width>727</width> <height>60</height> </rect> </property> <property name="font"> <font> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>경 고</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>727</width> <height>90</height> </rect> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/images/error/symbol.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>