time/changetime.ui

126 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>changeTime</class>
<widget class="QDialog" name="changeTime">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>40</x>
<y>170</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>180</x>
<y>170</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QTimeEdit" name="Begin">
<property name="geometry">
<rect>
<x>140</x>
<y>80</y>
<width>118</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>80</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>开始时间:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>120</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>结束时间:</string>
</property>
</widget>
<widget class="QTimeEdit" name="End">
<property name="geometry">
<rect>
<x>140</x>
<y>120</y>
<width>118</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>300</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>更改起止时间</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>