<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ProgrammingWindow</class> <widget class="QMainWindow" name="ProgrammingWindow"> <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/etc.png); } #bottomBar { background-image: url(:/images/bottom_bar/background.png); } QScrollArea { background: transparent; } QScrollArea > QWidget > QWidget { background: transparent; } QPushButton { background-repeat: no-repeat; background-position: center; border: none; } QPushButton[style="mode"] { background-clip: border; background-origin: border; margin-bottom: 60px; border-top: 156px; border-bottom: -60px; border-style: hidden; font-size: 36px; color: white; } QPushButton[style="mode"]:checked { image: url(:/images/cook_mode/indicator.png); image-position: bottom; } QScrollBar:vertical { border: none; background: transparent; width: 42px; margin: 36px 18px 36px 0px; } QScrollBar::handle:vertical { background: #B7B7B7; border-radius: 12px; min-height: 120px; } QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { border: none; background: none; height: 0px; } QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { border: none; } QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background: none; }</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QStackedWidget" name="upperStack"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1080</width> <height>511</height> </rect> </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 class="QWidget" name="bottomBar" native="true"> <property name="geometry"> <rect> <x>0</x> <y>1740</y> <width>1080</width> <height>180</height> </rect> </property> <widget class="QPushButton" name="backButton"> <property name="geometry"> <rect> <x>345</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="saveButton"> <property name="geometry"> <rect> <x>482</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_15.png); } QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/006_sys_icon_15_ov.png); }</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="helpButton"> <property name="geometry"> <rect> <x>618</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/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="QWidget" name="horizontalLayoutWidget"> <property name="geometry"> <rect> <x>120</x> <y>511</y> <width>840</width> <height>265</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="autoButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/etc/main_btn_01.png); } QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/main_btn_01_ov.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> </item> <item> <widget class="QPushButton" name="manualButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/etc/main_btn_02.png); } QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/main_btn_02_ov.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> </item> </layout> </widget> <widget class="QScrollArea" name="scrollArea"> <property name="geometry"> <rect> <x>0</x> <y>776</y> <width>1080</width> <height>963</height> </rect> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1078</width> <height>961</height> </rect> </property> <layout class="QVBoxLayout" name="verticalScrollLayout"> <property name="spacing"> <number>10</number> </property> <property name="leftMargin"> <number>20</number> </property> <property name="topMargin"> <number>28</number> </property> <property name="bottomMargin"> <number>28</number> </property> <item> <widget class="QPushButton" name="addButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>985</width> <height>78</height> </size> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/etc/bar_01.png); } QPushButton:pressed, QPushButton:focus { background-image: url(:/images/etc/bar_02.png); }</string> </property> </widget> </item> </layout> </widget> </widget> </widget> </widget> <customwidgets> <customwidget> <class>StatusArea</class> <extends>QWidget</extends> <header>statusarea.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>autoButton</tabstop> <tabstop>manualButton</tabstop> <tabstop>addButton</tabstop> <tabstop>backButton</tabstop> <tabstop>saveButton</tabstop> <tabstop>helpButton</tabstop> </tabstops> <resources/> <connections/> </ui>