<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FlushWaterWindow</class> <widget class="QMainWindow" name="FlushWaterWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1080</width> <height>1920</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">#centralwidget { background-image: url(:/images/background/original.png); } #bottomBar { background-image: url(:/images/bottom_bar/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 6px; } QSlider[sliderColor="blue"]::sub-page { background-image: url(:/images/slider/sub_blue.png); } QSlider::handle { background-image: url(:/images/slider/handle_big.png); background-repeat: no-repeat; background-position: center; width: 27px; height: 39px; } QPushButton[style="type"] { background-repeat: no-repeat; background-position: center; background-clip: border; background-origin: border; margin-bottom: 60px; border-top: 168px; border-bottom: -60px; border-style: hidden; color: white; font-size: 26px; } QPushButton[style="icon"] { background-image: url(:/images/slider_icon/background.png); border: none; }</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="AnimatedImageBox" name="animation"> <property name="geometry"> <rect> <x>408</x> <y>552</y> <width>306</width> <height>512</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QWidget" name="upperContainer" native="true"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1080</width> <height>511</height> </rect> </property> <property name="styleSheet"> <string notr="true">#upperContainer { background-image: url(:/images/clock/background.png); }</string> </property> <widget class="WashStepGauge" name="progressGauge" native="true"> <property name="geometry"> <rect> <x>298</x> <y>360</y> <width>638</width> <height>69</height> </rect> </property> </widget> <widget class="QLabel" name="titleLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1080</width> <height>105</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>15</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>동파 방지 실행 중입니다</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="descLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>105</y> <width>1080</width> <height>105</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>15</pointsize> </font> </property> <property name="text"> <string>완료될 때까지 문을 열지 마세요. 동파 방지 기능을 실행 중입니다.</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>105</y> <width>1080</width> <height>1</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QLabel" name="progressLabel"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>142</x> <y>360</y> <width>156</width> <height>69</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>15</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>실행 중</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> </widget> </widget> <customwidgets> <customwidget> <class>AnimatedImageBox</class> <extends>QLabel</extends> <header>animatedimagebox.h</header> </customwidget> <customwidget> <class>WashStepGauge</class> <extends>QWidget</extends> <header>washstepgauge.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>