<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>1600</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="autoFillBackground">
   <bool>true</bool>
  </property>
  <property name="styleSheet">
   <string notr="true">#centralwidget { background-image: url(:/images/background/main.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }

QWidget { outline: none; }

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: white;
font-size: 40px;
}

QPushButton[style=&quot;type&quot;] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;

border-top: 165px;
border-style: hidden;
color: white;
font-size: 30px;
}

QPushButton[style=&quot;function&quot;] {
background-repeat: no-repeat;
background-position: center;
background-clip: border;
background-origin: border;

border-top: 206px;
border-style: hidden;
color: white;
font-size: 30px;
}</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <property name="sizePolicy">
    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <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>
    <property name="minimumSize">
     <size>
      <width>900</width>
      <height>150</height>
     </size>
    </property>
    <property name="maximumSize">
     <size>
      <width>900</width>
      <height>150</height>
     </size>
    </property>
    <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="sizePolicy">
      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>62</width>
       <height>71</height>
      </size>
     </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>458</x>
       <y>26</y>
       <width>97</width>
       <height>97</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>62</width>
       <height>71</height>
      </size>
     </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="multiButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>1164</y>
      <width>300</width>
      <height>286</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/main_button/multi.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/multi_ov.png); }</string>
    </property>
    <property name="text">
     <string>다중요리</string>
    </property>
    <property name="style" stdset="0">
     <string>function</string>
    </property>
   </widget>
   <widget class="QPushButton" name="programmingButton">
    <property name="geometry">
     <rect>
      <x>300</x>
      <y>1164</y>
      <width>300</width>
      <height>286</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/main_button/custom.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/custom_ov.png); }</string>
    </property>
    <property name="text">
     <string>프로그래밍모드</string>
    </property>
    <property name="style" stdset="0">
     <string>function</string>
    </property>
   </widget>
   <widget class="QPushButton" name="washButton">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>1164</y>
      <width>300</width>
      <height>286</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/main_button/wash.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_button/wash_ov.png); }</string>
    </property>
    <property name="text">
     <string>세척모드</string>
    </property>
    <property name="style" stdset="0">
     <string>function</string>
    </property>
   </widget>
   <widget class="Line" name="line">
    <property name="geometry">
     <rect>
      <x>225</x>
      <y>771</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_2">
    <property name="geometry">
     <rect>
      <x>450</x>
      <y>771</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_3">
    <property name="geometry">
     <rect>
      <x>675</x>
      <y>771</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_4">
    <property name="geometry">
     <rect>
      <x>225</x>
      <y>993</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_5">
    <property name="geometry">
     <rect>
      <x>450</x>
      <y>993</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_6">
    <property name="geometry">
     <rect>
      <x>675</x>
      <y>993</y>
      <width>1</width>
      <height>120</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </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.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="style" stdset="0">
     <string>mode</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.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="style" stdset="0">
     <string>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.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="style" stdset="0">
     <string>mode</string>
    </property>
   </widget>
   <widget class="QPushButton" name="meatButton">
    <property name="geometry">
     <rect>
      <x>225</x>
      <y>720</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/meat.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/meat_ov.png); }</string>
    </property>
    <property name="text">
     <string>육류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="dessertButton">
    <property name="geometry">
     <rect>
      <x>675</x>
      <y>720</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/desert.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/desert_ov.png); }</string>
    </property>
    <property name="text">
     <string>디저트류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="etcButton">
    <property name="geometry">
     <rect>
      <x>450</x>
      <y>942</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/etc.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/etc_ov.png); }</string>
    </property>
    <property name="text">
     <string>기타요리</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="grainButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>942</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/vegetable.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/vegetable_ov.png); }</string>
    </property>
    <property name="text">
     <string>채소및곡류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="poultryButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>720</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/poultry.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/poultry_ov.png); }</string>
    </property>
    <property name="text">
     <string>가금류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="fishButton">
    <property name="geometry">
     <rect>
      <x>450</x>
      <y>720</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/fish.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/fish_ov.png); }</string>
    </property>
    <property name="text">
     <string>생선류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="breadButton">
    <property name="geometry">
     <rect>
      <x>225</x>
      <y>942</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/bread.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/bread_ov.png); }</string>
    </property>
    <property name="text">
     <string>제과제빵류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="primeButton">
    <property name="geometry">
     <rect>
      <x>675</x>
      <y>942</y>
      <width>225</width>
      <height>222</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { background-image: url(:/images/cook_type/additional.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string>
    </property>
    <property name="text">
     <string>부가기능</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QWidget" name="clockContainer" native="true">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>426</height>
     </rect>
    </property>
    <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>
   <widget class="QLabel" name="steamLabel_13">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>750</x>
      <y>1550</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>Malgun Gothic</family>
      <pointsize>10</pointsize>
     </font>
    </property>
    <property name="text">
     <string>V0.2.3</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
    </property>
    <property name="margin">
     <number>10</number>
    </property>
   </widget>
   <widget class="Line" name="line_7">
    <property name="geometry">
     <rect>
      <x>18</x>
      <y>942</y>
      <width>863</width>
      <height>1</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
  </widget>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <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>
 </customwidgets>
 <tabstops>
  <tabstop>steamButton</tabstop>
  <tabstop>combiButton</tabstop>
  <tabstop>dryheatButton</tabstop>
  <tabstop>poultryButton</tabstop>
  <tabstop>meatButton</tabstop>
  <tabstop>fishButton</tabstop>
  <tabstop>dessertButton</tabstop>
  <tabstop>grainButton</tabstop>
  <tabstop>breadButton</tabstop>
  <tabstop>etcButton</tabstop>
  <tabstop>primeButton</tabstop>
  <tabstop>multiButton</tabstop>
  <tabstop>programmingButton</tabstop>
  <tabstop>washButton</tabstop>
  <tabstop>configButton</tabstop>
  <tabstop>helpButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>