| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DateSelectDialog</class>
- <widget class="QDialog" name="DateSelectDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>887</width>
- <height>506</height>
- </rect>
- </property>
- <property name="maximumSize">
- <size>
- <width>99999</width>
- <height>99999</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QCalendarWidget" name="calendarWidget">
- <property name="geometry">
- <rect>
- <x>428</x>
- <y>117</y>
- <width>248</width>
- <height>236</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="startButton">
- <property name="geometry">
- <rect>
- <x>428</x>
- <y>360</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- <widget class="QPushButton" name="cancelButton">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>360</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>取消</string>
- </property>
- </widget>
- <widget class="QDateTimeEdit" name="dateTimeEdit">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>380</y>
- <width>194</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|