<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ProgrammingSelectionWindow</class>
 <widget class="QMainWindow" name="ProgrammingSelectionWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1080</width>
    <height>1920</height>
   </rect>
  </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: 60px;

border-top: 248px;
border-bottom: -60px;
border-style: hidden;
color: white;
font-size: 48px;
}

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

border-top: 198px;
border-style: hidden;
color: white;
font-size: 36px;
}

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

border-top: 247px;
border-style: hidden;
color: white;
font-size: 36px;
}

QPushButton:disabled { color: #7B7B7B; }</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QPushButton" name="dessertButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>810</x>
      <y>864</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/desert_hide.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="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>864</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/fish_hide.png); }</string>
    </property>
    <property name="text">
     <string>생선류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="Line" name="line_6">
    <property name="geometry">
     <rect>
      <x>810</x>
      <y>1191</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_4">
    <property name="geometry">
     <rect>
      <x>270</x>
      <y>1191</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="QPushButton" name="multiButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>1396</y>
      <width>360</width>
      <height>343</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="focusPolicy">
     <enum>Qt::NoFocus</enum>
    </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); }
QPushButton:disabled { background-image: url(:/images/main_button/multi_hide.png); }</string>
    </property>
    <property name="text">
     <string>다중요리</string>
    </property>
    <property name="style" stdset="0">
     <string>function</string>
    </property>
   </widget>
   <widget class="QPushButton" name="grainButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>1130</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/vegetable_hide.png); }</string>
    </property>
    <property name="text">
     <string>채소및곡류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="meatButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>270</x>
      <y>864</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/meat_hide.png); }</string>
    </property>
    <property name="text">
     <string>육류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QWidget" name="bottomBar" native="true">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>1740</y>
      <width>1080</width>
      <height>180</height>
     </rect>
    </property>
    <property name="minimumSize">
     <size>
      <width>1080</width>
      <height>180</height>
     </size>
    </property>
    <property name="maximumSize">
     <size>
      <width>1080</width>
      <height>180</height>
     </size>
    </property>
    <widget class="QPushButton" name="configButton">
     <property name="geometry">
      <rect>
       <x>414</x>
       <y>31</y>
       <width>116</width>
       <height>116</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>74</width>
       <height>85</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>549</x>
       <y>31</y>
       <width>116</width>
       <height>116</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>74</width>
       <height>85</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 class="QPushButton" name="backButton">
     <property name="geometry">
      <rect>
       <x>278</x>
       <y>31</y>
       <width>116</width>
       <height>116</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="okButton">
     <property name="geometry">
      <rect>
       <x>685</x>
       <y>31</y>
       <width>116</width>
       <height>116</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>
   <widget class="Line" name="line_3">
    <property name="geometry">
     <rect>
      <x>810</x>
      <y>925</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="QPushButton" name="dryheatButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>720</x>
      <y>511</y>
      <width>360</width>
      <height>351</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); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_dryheat_hide.png); }</string>
    </property>
    <property name="text">
     <string>건열</string>
    </property>
    <property name="style" stdset="0">
     <string>mode</string>
    </property>
   </widget>
   <widget class="QPushButton" name="etcButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>1130</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/etc_hide.png); }</string>
    </property>
    <property name="text">
     <string>기타요리</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="Line" name="line_7">
    <property name="geometry">
     <rect>
      <x>21</x>
      <y>1130</y>
      <width>1035</width>
      <height>1</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
   <widget class="QPushButton" name="washButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>720</x>
      <y>1396</y>
      <width>360</width>
      <height>343</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="focusPolicy">
     <enum>Qt::NoFocus</enum>
    </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); }
QPushButton:disabled { background-image: url(:/images/main_button/wash_hide.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="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>360</x>
      <y>1396</y>
      <width>360</width>
      <height>343</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="focusPolicy">
     <enum>Qt::NoFocus</enum>
    </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); }
QPushButton:disabled { background-image: url(:/images/main_button/custom_hide.png); }</string>
    </property>
    <property name="text">
     <string>프로그래밍모드</string>
    </property>
    <property name="style" stdset="0">
     <string>function</string>
    </property>
   </widget>
   <widget class="QPushButton" name="steamButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>511</y>
      <width>360</width>
      <height>351</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); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_steam_hide.png); }</string>
    </property>
    <property name="text">
     <string>스팀</string>
    </property>
    <property name="style" stdset="0">
     <string>mode</string>
    </property>
   </widget>
   <widget class="Line" name="line">
    <property name="geometry">
     <rect>
      <x>270</x>
      <y>925</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_5">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>1191</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="Line" name="line_2">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>925</y>
      <width>1</width>
      <height>144</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Vertical</enum>
    </property>
   </widget>
   <widget class="QPushButton" name="poultryButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>864</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/poultry_hide.png); }</string>
    </property>
    <property name="text">
     <string>가금류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QPushButton" name="combiButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>360</x>
      <y>511</y>
      <width>360</width>
      <height>351</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); }
QPushButton:disabled { background-image: url(:/images/cook_mode/big_combi_hide.png); }</string>
    </property>
    <property name="text">
     <string>콤비</string>
    </property>
    <property name="style" stdset="0">
     <string>mode</string>
    </property>
   </widget>
   <widget class="QPushButton" name="primeButton">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>810</x>
      <y>1130</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/additional_hide.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="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>270</x>
      <y>1130</y>
      <width>270</width>
      <height>266</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); }
QPushButton:disabled { background-image: url(:/images/cook_type/bread_hide.png); }</string>
    </property>
    <property name="text">
     <string>제과제빵류</string>
    </property>
    <property name="style" stdset="0">
     <string>type</string>
    </property>
   </widget>
   <widget class="QStackedWidget" name="upperStack">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>1080</width>
      <height>511</height>
     </rect>
    </property>
    <property name="currentIndex">
     <number>0</number>
    </property>
    <widget class="StatusArea" name="clockContainer">
     <property name="styleSheet">
      <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
     </property>
    </widget>
    <widget class="QWidget" name="page_2"/>
   </widget>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>StatusArea</class>
   <extends>QWidget</extends>
   <header>statusarea.h</header>
   <container>1</container>
  </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>backButton</tabstop>
  <tabstop>configButton</tabstop>
  <tabstop>helpButton</tabstop>
  <tabstop>okButton</tabstop>
  <tabstop>washButton</tabstop>
  <tabstop>multiButton</tabstop>
  <tabstop>programmingButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>