<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OperationTimeMain</class> <widget class="QMainWindow" name="OperationTimeMain"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</height> </rect> </property> <property name="styleSheet"> <string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); } #bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string> </property> <widget class="QWidget" name="centralwidget"> <property name="styleSheet"> <string notr="true"/> </property> <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_2"> <property name="geometry"> <rect> <x>800</x> <y>320</y> <width>80</width> <height>84</height> </rect> </property> </widget> <widget class="DemoIcon" name="label_3"> <property name="geometry"> <rect> <x>780</x> <y>230</y> <width>101</width> <height>90</height> </rect> </property> </widget> <widget class="HalfEnergyIcon" name="label_4"> <property name="geometry"> <rect> <x>780</x> <y>160</y> <width>108</width> <height>67</height> </rect> </property> </widget> <widget class="DigitalClock" name="label_5"> <property name="geometry"> <rect> <x>20</x> <y>310</y> <width>600</width> <height>100</height> </rect> </property> <property name="alignment"> <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> </property> </widget> <widget class="WaterLevelIcon" name="label_6"> <property name="geometry"> <rect> <x>670</x> <y>290</y> <width>111</width> <height>121</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="IgnitionIcon" name="label_7"> <property name="geometry"> <rect> <x>662</x> <y>164</y> <width>111</width> <height>121</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="page_2"/> </widget> <widget class="QLabel" name="label_15"> <property name="geometry"> <rect> <x>55</x> <y>426</y> <width>900</width> <height>84</height> </rect> </property> <property name="font"> <font> <family>Malgun Gothic</family> <pointsize>11</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>서비스단계(엔지니어모드) > 작동시간</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>401</x> <y>26</y> <width>97</width> <height>97</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </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> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>40</x> <y>545</y> <width>821</width> <height>66</height> </rect> </property> <layout class="QGridLayout" name="gridLayout" columnstretch="67,33"> <property name="spacing"> <number>0</number> </property> <item row="0" column="0" colspan="2"> <widget class="QPushButton" name="button"> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Roboto</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> <underline>false</underline> </font> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png);color: rgb(255, 255, 255); } QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); } QPushButton { text-align: left;padding-left:30px;} </string> </property> <property name="text"> <string>작동시간</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="label_17"> <property name="enabled"> <bool>true</bool> </property> <property name="font"> <font> <family>Malgun Gothic</family> <pointsize>11</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255);</string> </property> <property name="text"> <string>EM-6</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="margin"> <number>0</number> </property> </widget> </item> </layout> </widget> <widget class="QPushButton" name="btnHeatPartTime"> <property name="geometry"> <rect> <x>124</x> <y>630</y> <width>381</width> <height>65</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Roboto</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> <underline>false</underline> </font> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); color: rgb(55, 55, 55); } QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); } QPushButton { text-align: center;} </string> </property> <property name="text"> <string>가열부</string> </property> </widget> <widget class="QPushButton" name="btnModeTime"> <property name="geometry"> <rect> <x>124</x> <y>717</y> <width>381</width> <height>65</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Roboto</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> <underline>false</underline> </font> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); color: rgb(55, 55, 55); } QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); } QPushButton { text-align: center;} </string> </property> <property name="text"> <string>모드</string> </property> </widget> <widget class="QPushButton" name="btnPartsTime"> <property name="geometry"> <rect> <x>124</x> <y>802</y> <width>381</width> <height>65</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Roboto</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> <underline>false</underline> </font> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); color: rgb(55, 55, 55); } QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); } QPushButton { text-align: center;} </string> </property> <property name="text"> <string>부품</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>100</x> <y>606</y> <width>28</width> <height>231</height> </rect> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/images/config/service/oprationtime_menu_line.png</pixmap> </property> </widget> <zorder>label</zorder> <zorder>upperStack</zorder> <zorder>label_15</zorder> <zorder>bottomBar</zorder> <zorder>gridLayoutWidget</zorder> <zorder>btnHeatPartTime</zorder> <zorder>btnModeTime</zorder> <zorder>btnPartsTime</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>DigitalClock</class> <extends>QLabel</extends> <header>digitalclock.h</header> </customwidget> <customwidget> <class>IgnitionIcon</class> <extends>QLabel</extends> <header>ignitionicon.h</header> </customwidget> <customwidget> <class>WaterLevelIcon</class> <extends>QLabel</extends> <header>waterlevelicon.h</header> </customwidget> </customwidgets> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>