<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ManualCookWindow</class>
 <widget class="QMainWindow" name="ManualCookWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>1600</height>
   </rect>
  </property>
  <property name="styleSheet">
   <string notr="true">#bottomBar { background-image: url(:/images/bottom_bar/background.png); }
#centralwidget { background-image: url(:/images/background/manual.png); }

QPushButton[style=&quot;mode&quot;] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;
margin-bottom: 50px;

border-top: 200px;
border-bottom: -50px;
border-style: hidden;
color: #7B7B7B;
font-size: 40px;
}

QPushButton[style=&quot;mode&quot;]:checked {
color: white;
image: url(:/images/cook_mode/indicator.png);
image-position: bottom;
}

QPushButton[style=&quot;icon&quot;] {
background-image: url(:/images/slider_icon/background.png);
background-repeat: no-repeat;
background-position: center;
border: none;
}

QPushButton[style=&quot;tool&quot;] {
border: none;
background-repeat: no-repeat;
background-position: center;
}

QSlider::groove {
background-image: url(:/images/slider/groove_ticks.png);
background-repeat: no-repeat;
}

QSlider::sub-page {
background-repeat: no-repeat;
margin: 5px;
}

QSlider::handle {
background-image: url(:/images/slider/handle_big.png);
background-repeat: no-repeat;
width: 23px;
height: 33px;
}</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_6">
      <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_3">
      <property name="geometry">
       <rect>
        <x>780</x>
        <y>160</y>
        <width>108</width>
        <height>67</height>
       </rect>
      </property>
     </widget>
    </widget>
    <widget class="QWidget" name="closeDoorWidget">
     <property name="styleSheet">
      <string notr="true">#closeDoorWidget { background-image: url(:/images/clock/background.png); }</string>
     </property>
     <widget class="AnimatedImageBox" name="openDoorAnimation">
      <property name="geometry">
       <rect>
        <x>366</x>
        <y>20</y>
        <width>251</width>
        <height>292</height>
       </rect>
      </property>
     </widget>
     <widget class="QLabel" name="label_5">
      <property name="geometry">
       <rect>
        <x>430</x>
        <y>170</y>
        <width>85</width>
        <height>24</height>
       </rect>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/animation/close_door_arrow.png</pixmap>
      </property>
     </widget>
    </widget>
   </widget>
   <widget class="QPushButton" name="combiButton">
    <property name="geometry">
     <rect>
      <x>300</x>
      <y>426</y>
      <width>300</width>
      <height>293</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_combi_hide.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_combi.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }</string>
    </property>
    <property name="text">
     <string>콤비</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="autoExclusive">
     <bool>false</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</string>
    </property>
   </widget>
   <widget class="QPushButton" name="steamButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>426</y>
      <width>300</width>
      <height>293</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_steam_hide.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_steam.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }</string>
    </property>
    <property name="text">
     <string>스팀</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="autoExclusive">
     <bool>false</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</string>
    </property>
   </widget>
   <widget class="QPushButton" name="dryheatButton">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>426</y>
      <width>300</width>
      <height>293</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_mode/big_dryheat_hide.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_dryheat.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }</string>
    </property>
    <property name="text">
     <string>건열</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="autoExclusive">
     <bool>false</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</string>
    </property>
   </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="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="configButton">
     <property name="geometry">
      <rect>
       <x>288</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </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="favoritesButton">
     <property name="geometry">
      <rect>
       <x>402</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/favorites_manual.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/favorites_manual_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="washButton">
     <property name="geometry">
      <rect>
       <x>515</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </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="helpButton">
     <property name="geometry">
      <rect>
       <x>628</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </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>
   <widget class="QLabel" name="steamLabel_3">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>740</y>
      <width>91</width>
      <height>51</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>9</pointsize>
     </font>
    </property>
    <property name="text">
     <string>증가</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="steamLabel_2">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>160</x>
      <y>740</y>
      <width>91</width>
      <height>51</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>9</pointsize>
     </font>
    </property>
    <property name="text">
     <string>감소</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="timeLabel">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>539</x>
      <y>1110</y>
      <width>301</width>
      <height>51</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>0&lt;span style=&quot;font-size:11pt;&quot;&gt;초&lt;/span&gt;</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="tempButton">
    <property name="geometry">
     <rect>
      <x>27</x>
      <y>875</y>
      <width>140</width>
      <height>140</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { image: url(:/images/slider_icon/temp.png); }
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_02_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/temp_ov.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</string>
    </property>
   </widget>
   <widget class="QLabel" name="tempLabel">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>690</x>
      <y>960</y>
      <width>150</width>
      <height>51</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>30&lt;span style=&quot;font-size:11pt;&quot;&gt;℃&lt;/span&gt;</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="humidityLabel">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>690</x>
      <y>810</y>
      <width>150</width>
      <height>51</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>0%</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="steamLabel_4">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>160</x>
      <y>890</y>
      <width>91</width>
      <height>51</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>9</pointsize>
     </font>
    </property>
    <property name="text">
     <string>감소</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="humidityButton">
    <property name="geometry">
     <rect>
      <x>27</x>
      <y>725</y>
      <width>140</width>
      <height>140</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { image: url(:/images/slider_icon/humidity.png); }
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_01_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/humidity_ov.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</string>
    </property>
   </widget>
   <widget class="QPushButton" name="interTempButton">
    <property name="geometry">
     <rect>
      <x>27</x>
      <y>1175</y>
      <width>140</width>
      <height>140</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ image: url(:/images/slider_icon/core_temp.png); }
QPushButton:pressed,
QPushButton:focus
{ image: url(:/images/slider_icon/011_icon_04_active.png); }
QPushButton:checked
{ image: url(:/images/slider_icon/core_temp_ov.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</string>
    </property>
   </widget>
   <widget class="QPushButton" name="timeButton">
    <property name="geometry">
     <rect>
      <x>27</x>
      <y>1025</y>
      <width>140</width>
      <height>140</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { image: url(:/images/slider_icon/time.png); }
QPushButton:pressed,
QPushButton:focus { image: url(:/images/slider_icon/011_icon_03_active.png); }
QPushButton:checked { image: url(:/images/slider_icon/time_ov.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</string>
    </property>
   </widget>
   <widget class="QLabel" name="interTempLabel">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>690</x>
      <y>1260</y>
      <width>150</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>Roboto</family>
      <pointsize>16</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>&lt;span style=&quot;font-size:11pt;&quot;&gt;℃&lt;/span&gt;</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="steamLabel_5">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>890</y>
      <width>91</width>
      <height>51</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>9</pointsize>
     </font>
    </property>
    <property name="text">
     <string>증가</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="runStopButton">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>1319</y>
      <width>277</width>
      <height>121</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ border-image: url(:/images/manual_button/run.png); }
QPushButton:pressed,
QPushButton:focus
{ border-image: url(:/images/manual_button/012_play_btn_ov.png); }
QPushButton:checked
{ border-image: url(:/images/manual_button/stop.png); }
QPushButton:checked:pressed,
QPushButton:checked:focus
{ border-image: url(:/images/manual_button/012_play_btn_ov_stop_ov.png); }</string>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="Slider" name="tempSlider" native="true">
    <property name="geometry">
     <rect>
      <x>185</x>
      <y>915</y>
      <width>666</width>
      <height>60</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::ClickFocus</enum>
    </property>
   </widget>
   <widget class="Slider" name="humiditySlider" native="true">
    <property name="geometry">
     <rect>
      <x>185</x>
      <y>765</y>
      <width>666</width>
      <height>60</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::ClickFocus</enum>
    </property>
   </widget>
   <widget class="Slider" name="timeSlider" native="true">
    <property name="geometry">
     <rect>
      <x>185</x>
      <y>1065</y>
      <width>666</width>
      <height>60</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::ClickFocus</enum>
    </property>
   </widget>
   <widget class="Slider" name="interTempSlider" native="true">
    <property name="geometry">
     <rect>
      <x>185</x>
      <y>1215</y>
      <width>666</width>
      <height>60</height>
     </rect>
    </property>
    <property name="focusPolicy">
     <enum>Qt::ClickFocus</enum>
    </property>
   </widget>
   <widget class="QPushButton" name="cooldownButton">
    <property name="geometry">
     <rect>
      <x>337</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ background-image: url(:/images/manual_button/cooldown.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/manual_button/cooldown_ov.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="goFrontStackButton">
    <property name="geometry">
     <rect>
      <x>785</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/manual_button/next.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/manual_button/next_ov.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="favoriteButton">
    <property name="geometry">
     <rect>
      <x>673</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/manual_button/favorites.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/manual_button/favorites_ov.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="reserveButton">
    <property name="geometry">
     <rect>
      <x>561</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/manual_button/reserve.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/manual_button/reserve_ov.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="fanButton">
    <property name="geometry">
     <rect>
      <x>449</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/manual_button/fan_4.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QWidget" name="sysLine_8" native="true">
    <property name="geometry">
     <rect>
      <x>561</x>
      <y>1355</y>
      <width>2</width>
      <height>58</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">background-image: url(:/images/line/manual_button.png);</string>
    </property>
   </widget>
   <widget class="QWidget" name="sysLine_7" native="true">
    <property name="geometry">
     <rect>
      <x>673</x>
      <y>1355</y>
      <width>2</width>
      <height>58</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">background-image: url(:/images/line/manual_button.png);</string>
    </property>
   </widget>
   <widget class="QPushButton" name="damperButton">
    <property name="geometry">
     <rect>
      <x>449</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ background-image: url(:/images/manual_button/damper_close.png); }
QPushButton:pressed,
QPushButton:focus
{ background-image: url(:/images/manual_button/013_sys_icon_02_active.png); }
QPushButton:checked
{ background-image: url(:/images/manual_button/damper_open.png); }
QPushButton:checked:pressed,
QPushButton:checked:focus
{ background-image: url(:/images/manual_button/013_sys_icon_02_ov_active.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="repeatButton">
    <property name="geometry">
     <rect>
      <x>673</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ background-image: url(:/images/manual_button/repeat.png); }
QPushButton:pressed,
QPushButton:focus
{ background-image: url(:/images/manual_button/013_sys_icon_04_active.png); }
QPushButton:checked
{ background-image: url(:/images/manual_button/repeat_ov.png); }
QPushButton:checked:pressed,
QPushButton:checked:focus
{ background-image: url(:/images/manual_button/013_sys_icon_04_ov_active.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="preheatButton">
    <property name="geometry">
     <rect>
      <x>337</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ background-image: url(:/images/manual_button/preheat.png); }
QPushButton:focus
{ background-image: url(:/images/manual_button/013_sys_icon_01_active.png); }
QPushButton:focus:pressed
{ background-image: url(:/images/manual_button/013_sys_icon_01.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QPushButton" name="humidificationButton">
    <property name="geometry">
     <rect>
      <x>561</x>
      <y>1319</y>
      <width>112</width>
      <height>131</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton
{ background-image: url(:/images/manual_button/side_nozzle_close.png); }
QPushButton:pressed,
QPushButton:focus 
{ background-image: url(:/images/manual_button/013_sys_icon_03_active.png); }
QPushButton:checked
{ background-image: url(:/images/manual_button/side_nozzle_open.png); }
QPushButton:checked:pressed,
QPushButton:checked:focus
{ background-image: url(:/images/manual_button/013_sys_icon_03_ov_active.png); }</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string>tool</string>
    </property>
   </widget>
   <widget class="QWidget" name="sysLine_9" native="true">
    <property name="geometry">
     <rect>
      <x>449</x>
      <y>1355</y>
      <width>2</width>
      <height>58</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true">background-image: url(:/images/line/manual_button.png);</string>
    </property>
   </widget>
   <zorder>sysLine_8</zorder>
   <zorder>sysLine_7</zorder>
   <zorder>sysLine_9</zorder>
   <zorder>goFrontStackButton</zorder>
   <zorder>fanButton</zorder>
   <zorder>reserveButton</zorder>
   <zorder>favoriteButton</zorder>
   <zorder>cooldownButton</zorder>
   <zorder>preheatButton</zorder>
   <zorder>damperButton</zorder>
   <zorder>repeatButton</zorder>
   <zorder>humidificationButton</zorder>
   <zorder>upperStack</zorder>
   <zorder>combiButton</zorder>
   <zorder>steamButton</zorder>
   <zorder>dryheatButton</zorder>
   <zorder>bottomBar</zorder>
   <zorder>steamLabel_3</zorder>
   <zorder>steamLabel_2</zorder>
   <zorder>timeLabel</zorder>
   <zorder>tempButton</zorder>
   <zorder>tempLabel</zorder>
   <zorder>humidityLabel</zorder>
   <zorder>steamLabel_4</zorder>
   <zorder>humidityButton</zorder>
   <zorder>interTempButton</zorder>
   <zorder>timeButton</zorder>
   <zorder>interTempLabel</zorder>
   <zorder>steamLabel_5</zorder>
   <zorder>runStopButton</zorder>
   <zorder>tempSlider</zorder>
   <zorder>humiditySlider</zorder>
   <zorder>timeSlider</zorder>
   <zorder>interTempSlider</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>Slider</class>
   <extends>QWidget</extends>
   <header>slider.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>AnimatedImageBox</class>
   <extends>QLabel</extends>
   <header>animatedimagebox.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>steamButton</tabstop>
  <tabstop>combiButton</tabstop>
  <tabstop>dryheatButton</tabstop>
  <tabstop>humidityButton</tabstop>
  <tabstop>tempButton</tabstop>
  <tabstop>timeButton</tabstop>
  <tabstop>interTempButton</tabstop>
  <tabstop>runStopButton</tabstop>
  <tabstop>preheatButton</tabstop>
  <tabstop>cooldownButton</tabstop>
  <tabstop>damperButton</tabstop>
  <tabstop>fanButton</tabstop>
  <tabstop>humidificationButton</tabstop>
  <tabstop>reserveButton</tabstop>
  <tabstop>repeatButton</tabstop>
  <tabstop>favoriteButton</tabstop>
  <tabstop>goFrontStackButton</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>