<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConfigSteamWashDlg</class> <widget class="QDialog" name="ConfigSteamWashDlg"> <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="styleSheet"> <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png); } </string> </property> <widget class="QWidget" name="centralWidget" native="true"> <property name="geometry"> <rect> <x>0</x> <y>430</y> <width>900</width> <height>503</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QPushButton" name="ctrBtnOk"> <property name="geometry"> <rect> <x>300</x> <y>350</y> <width>150</width> <height>100</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="ctrLbTitle"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>91</height> </rect> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>13</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">QLabel { color : white; border : none; }</string> </property> <property name="text"> <string>증기 발생기 헹굼</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>93</y> <width>900</width> <height>3</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QLabel" name="ctrLbBody"> <property name="geometry"> <rect> <x>0</x> <y>100</y> <width>900</width> <height>91</height> </rect> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>13</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">QLabel { color : white; border : none; }</string> </property> <property name="text"> <string>시작하시겠습니까?</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="WashStepGauge" name="ctrGauge" native="true"> <property name="geometry"> <rect> <x>184</x> <y>210</y> <width>532</width> <height>58</height> </rect> </property> </widget> <widget class="QPushButton" name="ctrBtnCancel"> <property name="geometry"> <rect> <x>450</x> <y>350</y> <width>150</width> <height>100</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> </widget> <customwidgets> <customwidget> <class>WashStepGauge</class> <extends>QWidget</extends> <header>washstepgauge.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>