manualcookfinishpopup.ui 3.97 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ManualCookFinishPopup</class>
 <widget class="QWidget" name="ManualCookFinishPopup">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1080</width>
    <height>1920</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true">#closeButton { border: none; }
#closeButton_2 { border: none; }
#background { background-image: url(:/images/background/popup/913.png); }
#background:focus { border: 4px solid gray; }

QPushButton {
background-position: center;
background-repeat: no-repeat;
border: none;
}

QPushButton[style=&quot;icon&quot;] { background-image: url(:/images/slider_icon/background.png); }

QPushButton { color: white; border: none; }
QPushButton:pressed, QPushButton:focus { color: yellow; }
QPushButton:disabled { color: grey; }

QLabel { color: white; }</string>
  </property>
  <widget class="QPushButton" name="closeButton_2">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>961</y>
     <width>1080</width>
     <height>958</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QWidget" name="background" native="true">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>511</y>
     <width>1080</width>
     <height>831</height>
    </rect>
   </property>
   <property name="focusPolicy">
    <enum>Qt::TabFocus</enum>
   </property>
   <widget class="QPushButton" name="warmupButton">
    <property name="geometry">
     <rect>
      <x>385</x>
      <y>670</y>
      <width>150</width>
      <height>120</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>22</pointsize>
      <weight>75</weight>
      <bold>true</bold>
      <underline>true</underline>
     </font>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>보온</string>
    </property>
   </widget>
   <widget class="QPushButton" name="okButton">
    <property name="geometry">
     <rect>
      <x>545</x>
      <y>670</y>
      <width>150</width>
      <height>120</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>22</pointsize>
      <weight>75</weight>
      <bold>true</bold>
      <underline>true</underline>
     </font>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>확인</string>
    </property>
   </widget>
   <widget class="QLabel" name="text">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>1080</width>
      <height>240</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>32</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">
    <property name="geometry">
     <rect>
      <x>439</x>
      <y>250</y>
      <width>301</width>
      <height>350</height>
     </rect>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/animation/pull_04.png</pixmap>
    </property>
   </widget>
  </widget>
  <widget class="QPushButton" name="closeButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1080</width>
     <height>511</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
 </widget>
 <tabstops>
  <tabstop>closeButton_2</tabstop>
  <tabstop>background</tabstop>
  <tabstop>warmupButton</tabstop>
  <tabstop>okButton</tabstop>
  <tabstop>closeButton</tabstop>
 </tabstops>
 <resources>
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>