|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>tt</class>
|
|
|
<widget class="QDialog" name="tt">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>800</width>
|
|
|
<height>480</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Dialog</string>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">
|
|
|
QDialog#tt{
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
}</string>
|
|
|
</property>
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>260</x>
|
|
|
<y>350</y>
|
|
|
<width>231</width>
|
|
|
<height>71</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>20</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true"> border-radius:15px;
|
|
|
background-color: rgb(238, 238, 236);
|
|
|
color: rgb(0, 0, 0);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>关闭</string>
|
|
|
</property>
|
|
|
<property name="checkable">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>260</x>
|
|
|
<y>360</y>
|
|
|
<width>50</width>
|
|
|
<height>50</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">border-image: url(:/timer/icons/alarm5.png);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>230</x>
|
|
|
<y>50</y>
|
|
|
<width>301</width>
|
|
|
<height>251</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>35</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">color: rgb(238, 238, 236);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>12:20</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>35</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">color: rgb(238, 238, 236);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>2022-04-29</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>35</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">color: rgb(238, 238, 236);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>星期五</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|