<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>AutoCookWindow</class>
 <widget class="QMainWindow" name="AutoCookWindow">
  <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/background/auto_steps.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }

QPushButton {
background-repeat: no-repeat;
background-position: center;
border: none;
}</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QStackedWidget" name="upperStack">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>426</height>
     </rect>
    </property>
    <widget class="QWidget" name="clockContainer">
     <property name="styleSheet">
      <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
     </property>
     <widget class="Clock" name="clock" native="true">
      <property name="geometry">
       <rect>
        <x>272</x>
        <y>36</y>
        <width>356</width>
        <height>355</height>
       </rect>
      </property>
     </widget>
     <widget class="WashWarnIcon" name="label">
      <property name="geometry">
       <rect>
        <x>800</x>
        <y>320</y>
        <width>80</width>
        <height>84</height>
       </rect>
      </property>
     </widget>
     <widget class="DemoIcon" name="label_2">
      <property name="geometry">
       <rect>
        <x>780</x>
        <y>230</y>
        <width>101</width>
        <height>90</height>
       </rect>
      </property>
     </widget>
     <widget class="HalfEnergyIcon" name="label_5">
      <property name="geometry">
       <rect>
        <x>780</x>
        <y>160</y>
        <width>108</width>
        <height>67</height>
       </rect>
      </property>
     </widget>
    </widget>
    <widget class="QWidget" name="page_2"/>
   </widget>
   <widget class="QWidget" name="bottomBar" native="true">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>1450</y>
      <width>900</width>
      <height>150</height>
     </rect>
    </property>
    <widget class="QPushButton" name="backButton">
     <property name="geometry">
      <rect>
       <x>175</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="washButton">
     <property name="geometry">
      <rect>
       <x>514</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/wash_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="configButton">
     <property name="geometry">
      <rect>
       <x>288</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="helpButton">
     <property name="geometry">
      <rect>
       <x>627</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="favoritesButton">
     <property name="geometry">
      <rect>
       <x>401</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/favorites.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/favorites_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
   <widget class="QPushButton" name="configCookButton">
    <property name="geometry">
     <rect>
      <x>720</x>
      <y>480</y>
      <width>152</width>
      <height>70</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="icon">
     <iconset resource="resources.qrc">
      <normaloff>:/images/auto_button/btn_icon_03.png</normaloff>:/images/auto_button/btn_icon_03.png</iconset>
    </property>
    <property name="iconSize">
     <size>
      <width>38</width>
      <height>37</height>
     </size>
    </property>
   </widget>
   <widget class="QLabel" name="doorStepLabel">
    <property name="geometry">
     <rect>
      <x>110</x>
      <y>710</y>
      <width>541</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Malgun Gothic</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="text">
     <string notr="true">Preheat</string>
    </property>
   </widget>
   <widget class="QPushButton" name="homeButton">
    <property name="geometry">
     <rect>
      <x>559</x>
      <y>480</y>
      <width>152</width>
      <height>70</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="icon">
     <iconset resource="resources.qrc">
      <normaloff>:/images/auto_button/btn_icon_02.png</normaloff>:/images/auto_button/btn_icon_02.png</iconset>
    </property>
    <property name="iconSize">
     <size>
      <width>40</width>
      <height>51</height>
     </size>
    </property>
   </widget>
   <widget class="QLabel" name="cookModeIcon">
    <property name="geometry">
     <rect>
      <x>80</x>
      <y>1020</y>
      <width>741</width>
      <height>81</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap>:/images/images/auto/window_icon_06.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="HumidityCircularGauge" name="humidityGauge" native="true">
    <property name="geometry">
     <rect>
      <x>100</x>
      <y>810</y>
      <width>291</width>
      <height>290</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
   </widget>
   <widget class="QLabel" name="humidityLabel">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>960</y>
      <width>321</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Roboto</family>
      <pointsize>16</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string notr="true">10</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="cookStepLabel">
    <property name="geometry">
     <rect>
      <x>180</x>
      <y>710</y>
      <width>541</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Malgun Gothic</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="text">
     <string notr="true">Preheat</string>
    </property>
   </widget>
   <widget class="QLabel" name="heatLabel">
    <property name="geometry">
     <rect>
      <x>490</x>
      <y>960</y>
      <width>321</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Roboto</family>
      <pointsize>16</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string notr="true">10</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="heatGaugeButton">
    <property name="geometry">
     <rect>
      <x>510</x>
      <y>810</y>
      <width>291</width>
      <height>290</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::NoFocus</enum>
    </property>
    <property name="styleSheet">
     <string notr="true">border: #000000</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="cookTypeIcon">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>430</y>
      <width>250</width>
      <height>150</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap>:/images/images/auto/005_auto_icon_01_ov.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="interTempLabel">
    <property name="geometry">
     <rect>
      <x>560</x>
      <y>600</y>
      <width>231</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Roboto</family>
      <pointsize>16</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string notr="true">000/000</string>
    </property>
   </widget>
   <widget class="QLabel" name="closeDoorArrow">
    <property name="geometry">
     <rect>
      <x>80</x>
      <y>1320</y>
      <width>85</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/animation/close_door_arrow.png</pixmap>
    </property>
   </widget>
   <widget class="QLabel" name="timeLabel">
    <property name="geometry">
     <rect>
      <x>230</x>
      <y>600</y>
      <width>231</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Roboto</family>
      <pointsize>16</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string notr="true">00:00</string>
    </property>
   </widget>
   <widget class="QLabel" name="preheatIcon">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>1370</y>
      <width>100</width>
      <height>48</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Malgun Gothic</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="infoButton">
    <property name="geometry">
     <rect>
      <x>730</x>
      <y>730</y>
      <width>63</width>
      <height>63</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { border-image: url(:/images/symbol/info.png); }
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/symbol/info_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QPushButton" name="humidityGaugeButton">
    <property name="geometry">
     <rect>
      <x>100</x>
      <y>810</y>
      <width>291</width>
      <height>290</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::NoFocus</enum>
    </property>
    <property name="styleSheet">
     <string notr="true">border: #000000</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QPushButton" name="showNextStepButton">
    <property name="geometry">
     <rect>
      <x>830</x>
      <y>715</y>
      <width>60</width>
      <height>400</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/auto_button/next_step.png); }
QPushButton::pressed, QPushButton:focus { background-image: url(:/images/auto_button/next_step_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="label_4">
    <property name="geometry">
     <rect>
      <x>460</x>
      <y>600</y>
      <width>100</width>
      <height>100</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/symbol/core_temp.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="cookStepIcon">
    <property name="geometry">
     <rect>
      <x>80</x>
      <y>710</y>
      <width>100</width>
      <height>100</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Malgun Gothic</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/cook_step_type/sys_icon_05.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="preheatLabel">
    <property name="geometry">
     <rect>
      <x>330</x>
      <y>1370</y>
      <width>131</width>
      <height>48</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
    <property name="font">
     <font>
      <family>Malgun Gothic</family>
      <pointsize>14</pointsize>
     </font>
    </property>
    <property name="text">
     <string>예열 중</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="showPrevStepButton">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>715</y>
      <width>60</width>
      <height>400</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/auto_button/prev_step.png); }
QPushButton::pressed, QPushButton:focus { background-image: url(:/images/auto_button/prev_step_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="AnimatedImageBox" name="openDoorAnimation">
    <property name="geometry">
     <rect>
      <x>40</x>
      <y>1220</y>
      <width>251</width>
      <height>201</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/animation/door_09.png</pixmap>
    </property>
   </widget>
   <widget class="AnimatedImageBox" name="cookStepAnimation">
    <property name="geometry">
     <rect>
      <x>340</x>
      <y>800</y>
      <width>231</width>
      <height>281</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QPushButton" name="selectCookButton">
    <property name="geometry">
     <rect>
      <x>259</x>
      <y>480</y>
      <width>288</width>
      <height>70</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>Roboto</family>
      <pointsize>10</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { border-image: url(:/images/button/288.png); }
QPushButton::pressed, QPushButton:focus { border-image: url(:/images/button/288_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="label_3">
    <property name="geometry">
     <rect>
      <x>130</x>
      <y>600</y>
      <width>100</width>
      <height>100</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/symbol/time.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="HeatCircularGauge" name="heatGauge" native="true">
    <property name="geometry">
     <rect>
      <x>510</x>
      <y>810</y>
      <width>291</width>
      <height>290</height>
     </rect>
    </property>
    <property name="palette">
     <palette>
      <active>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </active>
      <inactive>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>255</red>
          <green>255</green>
          <blue>255</blue>
         </color>
        </brush>
       </colorrole>
      </inactive>
      <disabled>
       <colorrole role="WindowText">
        <brush brushstyle="SolidPattern">
         <color alpha="255">
          <red>123</red>
          <green>123</green>
          <blue>123</blue>
         </color>
        </brush>
       </colorrole>
      </disabled>
     </palette>
    </property>
   </widget>
   <widget class="PreheatTempGauge" name="preheatGauge" native="true">
    <property name="geometry">
     <rect>
      <x>460</x>
      <y>1360</y>
      <width>415</width>
      <height>58</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="openDoorArrow">
    <property name="geometry">
     <rect>
      <x>80</x>
      <y>1320</y>
      <width>85</width>
      <height>24</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/animation/open_door_arrow.png</pixmap>
    </property>
   </widget>
   <widget class="AnimatedImageBox" name="closeDoorAnimation">
    <property name="geometry">
     <rect>
      <x>40</x>
      <y>1220</y>
      <width>251</width>
      <height>201</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="pixmap">
     <pixmap resource="resources.qrc">:/images/animation/door_09.png</pixmap>
    </property>
   </widget>
   <widget class="QWidget" name="processContainer" native="true">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>1200</y>
      <width>640</width>
      <height>250</height>
     </rect>
    </property>
    <widget class="QLabel" name="processTitleLabel">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
       <width>640</width>
       <height>50</height>
      </rect>
     </property>
     <property name="palette">
      <palette>
       <active>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>255</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </brush>
        </colorrole>
       </active>
       <inactive>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>255</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </brush>
        </colorrole>
       </inactive>
       <disabled>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>123</red>
           <green>123</green>
           <blue>123</blue>
          </color>
         </brush>
        </colorrole>
       </disabled>
      </palette>
     </property>
     <property name="font">
      <font>
       <family>Malgun Gothic</family>
       <pointsize>14</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="text">
      <string>후속 과정 옵션</string>
     </property>
    </widget>
    <widget class="QLabel" name="processTypeLabel">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>50</y>
       <width>640</width>
       <height>50</height>
      </rect>
     </property>
     <property name="palette">
      <palette>
       <active>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>255</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </brush>
        </colorrole>
       </active>
       <inactive>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>255</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </brush>
        </colorrole>
       </inactive>
       <disabled>
        <colorrole role="WindowText">
         <brush brushstyle="SolidPattern">
          <color alpha="255">
           <red>123</red>
           <green>123</green>
           <blue>123</blue>
          </color>
         </brush>
        </colorrole>
       </disabled>
      </palette>
     </property>
     <property name="font">
      <font>
       <family>Malgun Gothic</family>
       <pointsize>12</pointsize>
       <weight>50</weight>
       <bold>false</bold>
      </font>
     </property>
     <property name="text">
      <string notr="true">새로운 재료 넣기</string>
     </property>
    </widget>
    <widget class="QPushButton" name="processButton_1">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>130</y>
       <width>152</width>
       <height>70</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="processButton_2">
     <property name="geometry">
      <rect>
       <x>150</x>
       <y>130</y>
       <width>152</width>
       <height>70</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="processButton_3">
     <property name="geometry">
      <rect>
       <x>300</x>
       <y>130</y>
       <width>152</width>
       <height>70</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/button/152.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/152_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
   <widget class="BulletIndicator" name="stepIndicator" native="true">
    <property name="geometry">
     <rect>
      <x>100</x>
      <y>1130</y>
      <width>700</width>
      <height>50</height>
     </rect>
    </property>
   </widget>
   <zorder>openDoorAnimation</zorder>
   <zorder>closeDoorAnimation</zorder>
   <zorder>upperStack</zorder>
   <zorder>bottomBar</zorder>
   <zorder>configCookButton</zorder>
   <zorder>doorStepLabel</zorder>
   <zorder>homeButton</zorder>
   <zorder>cookModeIcon</zorder>
   <zorder>humidityGauge</zorder>
   <zorder>humidityLabel</zorder>
   <zorder>cookStepLabel</zorder>
   <zorder>heatLabel</zorder>
   <zorder>cookTypeIcon</zorder>
   <zorder>interTempLabel</zorder>
   <zorder>closeDoorArrow</zorder>
   <zorder>timeLabel</zorder>
   <zorder>preheatIcon</zorder>
   <zorder>infoButton</zorder>
   <zorder>humidityGaugeButton</zorder>
   <zorder>showNextStepButton</zorder>
   <zorder>label_4</zorder>
   <zorder>cookStepIcon</zorder>
   <zorder>preheatLabel</zorder>
   <zorder>showPrevStepButton</zorder>
   <zorder>cookStepAnimation</zorder>
   <zorder>selectCookButton</zorder>
   <zorder>label_3</zorder>
   <zorder>heatGauge</zorder>
   <zorder>preheatGauge</zorder>
   <zorder>openDoorArrow</zorder>
   <zorder>heatGaugeButton</zorder>
   <zorder>processContainer</zorder>
   <zorder>stepIndicator</zorder>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Clock</class>
   <extends>QWidget</extends>
   <header>clock.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>WashWarnIcon</class>
   <extends>QLabel</extends>
   <header>washwarnicon.h</header>
  </customwidget>
  <customwidget>
   <class>DemoIcon</class>
   <extends>QLabel</extends>
   <header>demoicon.h</header>
  </customwidget>
  <customwidget>
   <class>HalfEnergyIcon</class>
   <extends>QLabel</extends>
   <header>halfenergyicon.h</header>
  </customwidget>
  <customwidget>
   <class>AnimatedImageBox</class>
   <extends>QLabel</extends>
   <header>animatedimagebox.h</header>
  </customwidget>
  <customwidget>
   <class>HumidityCircularGauge</class>
   <extends>QWidget</extends>
   <header>humiditycirculargauge.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>HeatCircularGauge</class>
   <extends>QWidget</extends>
   <header>heatcirculargauge.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>BulletIndicator</class>
   <extends>QWidget</extends>
   <header>bulletindicator.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>PreheatTempGauge</class>
   <extends>QWidget</extends>
   <header>preheattempgauge.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>selectCookButton</tabstop>
  <tabstop>homeButton</tabstop>
  <tabstop>configCookButton</tabstop>
  <tabstop>infoButton</tabstop>
  <tabstop>showPrevStepButton</tabstop>
  <tabstop>showNextStepButton</tabstop>
  <tabstop>processButton_1</tabstop>
  <tabstop>processButton_2</tabstop>
  <tabstop>processButton_3</tabstop>
  <tabstop>backButton</tabstop>
  <tabstop>configButton</tabstop>
  <tabstop>favoritesButton</tabstop>
  <tabstop>washButton</tabstop>
  <tabstop>helpButton</tabstop>
 </tabstops>
 <resources>
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>