configsteamwashdlg.ui 4.14 KB
<?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>1080</width>
    <height>1920</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>516</y>
     <width>1080</width>
     <height>603</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true"/>
   </property>
   <widget class="QPushButton" name="ctrBtnOk">
    <property name="geometry">
     <rect>
      <x>360</x>
      <y>420</y>
      <width>180</width>
      <height>120</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>1080</width>
      <height>109</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>나눔고딕</family>
      <pointsize>15</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>111</y>
      <width>1080</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>120</y>
      <width>1080</width>
      <height>109</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>나눔고딕</family>
      <pointsize>15</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>220</x>
      <y>252</y>
      <width>638</width>
      <height>69</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="ctrBtnCancel">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>420</y>
      <width>180</width>
      <height>120</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>