ukui-clock/countdown.ui

173 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>countdown</class>
<widget class="QWidget" name="countdown">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1035</width>
<height>682</height>
</rect>
</property>
<property name="windowTitle">
<string>countdown</string>
</property>
<widget class="QPushButton" name="pushButton_Start">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>开始</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ring">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>铃声</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_pause">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>暂停</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_timeselect">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>时间选择</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Start_2">
<property name="geometry">
<rect>
<x>637</x>
<y>470</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>550</x>
<y>210</y>
<width>241</width>
<height>231</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24pt &quot;Sans Serif&quot;;
background-color: rgb(14, 19, 22);</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>630</x>
<y>170</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
color: rgb(148, 148, 148);
font: 12pt &quot;Sans Serif&quot;;</string>
</property>
<property name="text">
<string>00:00:00</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>570</x>
<y>110</y>
<width>191</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
text-decoration: underline;
font: 9pt &quot;Sans Serif&quot;;
font: 36pt &quot;Sans Serif&quot;;</string>
</property>
<property name="text">
<string>00:00:00</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_timeselect_2">
<property name="geometry">
<rect>
<x>760</x>
<y>580</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>复位</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ring_2">
<property name="geometry">
<rect>
<x>510</x>
<y>580</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>计次</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>