keepwarmpopup.ui 8.17 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>KeepWarmPopup</class>
 <widget class="QWidget" name="KeepWarmPopup">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>1600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true">QPushButton { border: none; }</string>
  </property>
  <widget class="QWidget" name="background" native="true">
   <property name="geometry">
    <rect>
     <x>21</x>
     <y>446</y>
     <width>858</width>
     <height>984</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">#background {
background-image: url(:/images/background/original.png);
margin: -446px -170px -21px -21px;
padding: 446px 170px 21px 21px;
image: url(:/images/background/popup/error.png);
}</string>
   </property>
   <widget class="QLabel" name="label">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>858</width>
      <height>227</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>NanumGothic</family>
      <pointsize>18</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="label_2">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>227</y>
      <width>858</width>
      <height>252</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>NanumGothic</family>
      <pointsize>14</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="timeLabel">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>479</y>
      <width>858</width>
      <height>252</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>NanumGothic</family>
      <pointsize>22</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>00:00</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="stopButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>731</y>
      <width>858</width>
      <height>252</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>10</pointsize>
     </font>
    </property>
    <property name="styleSheet">
     <string notr="true">QPushButton { color: white; }
QPushButton:pressed { color: yellow; }</string>
    </property>
    <property name="text">
     <string>중단</string>
    </property>
   </widget>
  </widget>
  <widget class="QPushButton" name="upperCloseButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>900</width>
     <height>446</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QPushButton" name="leftCloseButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>446</y>
     <width>21</width>
     <height>984</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QPushButton" name="rightCloseButton">
   <property name="geometry">
    <rect>
     <x>879</x>
     <y>446</y>
     <width>130</width>
     <height>984</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QPushButton" name="bottomCloseButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>1430</y>
     <width>900</width>
     <height>170</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>upperCloseButton</sender>
   <signal>clicked()</signal>
   <receiver>KeepWarmPopup</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>449</x>
     <y>222</y>
    </hint>
    <hint type="destinationlabel">
     <x>449</x>
     <y>799</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>leftCloseButton</sender>
   <signal>clicked()</signal>
   <receiver>KeepWarmPopup</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>10</x>
     <y>937</y>
    </hint>
    <hint type="destinationlabel">
     <x>449</x>
     <y>799</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rightCloseButton</sender>
   <signal>clicked()</signal>
   <receiver>KeepWarmPopup</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>943</x>
     <y>937</y>
    </hint>
    <hint type="destinationlabel">
     <x>449</x>
     <y>799</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>bottomCloseButton</sender>
   <signal>clicked()</signal>
   <receiver>KeepWarmPopup</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>449</x>
     <y>1514</y>
    </hint>
    <hint type="destinationlabel">
     <x>449</x>
     <y>799</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>