<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CooldownPopup</class> <widget class="QWidget" name="CooldownPopup"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</height> </rect> </property> <property name="styleSheet"> <string notr="true">#closeButton { border: none; } #closeButton_2 { border: none; } #background { background-image: url(:/images/background/popup/373.png); } #background:focus { border: 4px solid gray; } QPushButton { background-position: center; background-repeat: no-repeat; border: none; } QPushButton[style="icon"] { background-image: url(:/images/slider_icon/background.png); } QSlider::groove { background-image: url(:/images/slider/groove.png); background-repeat: no-repeat; background-position: center; } QSlider::sub-page { background-repeat: no-repeat; background-position: left center; margin: 0px 5px; } QSlider[sliderColor="red"]::sub-page { background-image: url(:/images/slider/sub_red.png); } QSlider[sliderColor="yellow"]::sub-page { background-image: url(:/images/slider/sub_yellow.png); } QSlider[sliderColor="white"]::sub-page { background-image: url(:/images/slider/sub_white.png); } QSlider[sliderColor="blue"]::sub-page { background-image: url(:/images/slider/sub_blue.png); } QSlider[sliderColor="green"]::sub-page { background-image: url(:/images/slider/sub_green.png); } QSlider::handle { background-image: url(:/images/slider/handle_big.png); background-repeat: no-repeat; background-position: center; width: 23px; height: 33px; }</string> </property> <widget class="QPushButton" name="closeButton_2"> <property name="geometry"> <rect> <x>0</x> <y>801</y> <width>900</width> <height>799</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QWidget" name="background" native="true"> <property name="geometry"> <rect> <x>0</x> <y>426</y> <width>900</width> <height>373</height> </rect> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <widget class="QPushButton" name="tempButton"> <property name="geometry"> <rect> <x>30</x> <y>50</y> <width>140</width> <height>140</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { image: url(:/images/slider_icon/cooldown.png); } QPushButton:pressed, QPushButton:focus { image: url(:/images/slider_icon/mark_01_icon_active.png); } QPushButton:checked { image: url(:/images/slider_icon/cooldown_ov.png); }</string> </property> <property name="text"> <string notr="true"/> </property> <property name="checkable"> <bool>true</bool> </property> <property name="style" stdset="0"> <string notr="true">icon</string> </property> </widget> <widget class="QPushButton" name="runButton"> <property name="geometry"> <rect> <x>590</x> <y>260</y> <width>78</width> <height>78</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/cooldown/run.png); } QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cooldown/run_ov.png); }</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="fanButton"> <property name="geometry"> <rect> <x>690</x> <y>260</y> <width>78</width> <height>78</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/cooldown/fan5.png); }</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="humidificationButton"> <property name="geometry"> <rect> <x>790</x> <y>260</y> <width>78</width> <height>78</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { background-image: url(:/images/cooldown/side_nozzle.png); } QPushButton:checked { background-image: url(:/images/cooldown/side_nozzle_ov.png); } QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cooldown/side_nozzle_ov.png); }</string> </property> <property name="text"> <string/> </property> <property name="checkable"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="tempMaxLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>711</x> <y>60</y> <width>151</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::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> <widget class="QLabel" name="tempMinLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>196</x> <y>60</y> <width>151</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::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> <widget class="QLabel" name="tempCurrentLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>210</x> <y>130</y> <width>641</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>스팀</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> <widget class="Slider" name="tempSlider" native="true"> <property name="geometry"> <rect> <x>196</x> <y>50</y> <width>666</width> <height>140</height> </rect> </property> <property name="focusPolicy"> <enum>Qt::ClickFocus</enum> </property> </widget> </widget> <widget class="QPushButton" name="closeButton"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>426</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QWidget" name="openDoorWidget" 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">#openDoorWidget { 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> <property name="text"> <string>TextLabel</string> </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="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/images/animation/open_door_arrow.png</pixmap> </property> </widget> </widget> </widget> <customwidgets> <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> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>