<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ProgrammingManualWindow</class>
 <widget class="QMainWindow" name="ProgrammingManualWindow">
  <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 {
background-repeat: no-repeat;
background-position: center;
border: none;
}

QPushButton[style=&quot;mode&quot;] {
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);
}

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="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="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>
    <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="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:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_dryheat_ov.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_dryheat.png); }</string>
    </property>
    <property name="text">
     <string>건열</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</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/time_ov.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</string>
    </property>
   </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="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::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</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="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="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>232</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>345</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="okButton">
     <property name="geometry">
      <rect>
       <x>571</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/006_sys_icon_16.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_16_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="helpButton">
     <property name="geometry">
      <rect>
       <x>458</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="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/temp_ov.png); }</string>
    </property>
    <property name="style" stdset="0">
     <string notr="true">icon</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:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_steam_ov.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_steam.png); }</string>
    </property>
    <property name="text">
     <string>스팀</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</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="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="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/humidity_ov.png); }</string>
    </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:checked { image: url(:/images/slider_icon/core_temp_enabled.png); }
QPushButton:pressed, QPushButton:focus { 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="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:pressed, QPushButton:focus { background-image: url(:/images/cook_mode/big_combi_ov.png); }
QPushButton:checked { background-image: url(:/images/cook_mode/big_combi.png); }</string>
    </property>
    <property name="text">
     <string>콤비</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="style" stdset="0">
     <string notr="true">mode</string>
    </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="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>
   </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="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="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="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>
 </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>AnimatedImageBox</class>
   <extends>QLabel</extends>
   <header>animatedimagebox.h</header>
  </customwidget>
  <customwidget>
   <class>Slider</class>
   <extends>QWidget</extends>
   <header>slider.h</header>
   <container>1</container>
  </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>fanButton</tabstop>
  <tabstop>backButton</tabstop>
  <tabstop>configButton</tabstop>
  <tabstop>helpButton</tabstop>
  <tabstop>okButton</tabstop>
 </tabstops>
 <resources>
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>