dateselectdialog.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DateSelectDialog</class>
  4. <widget class="QDialog" name="DateSelectDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>887</width>
  10. <height>506</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>99999</width>
  16. <height>99999</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <widget class="QCalendarWidget" name="calendarWidget">
  23. <property name="geometry">
  24. <rect>
  25. <x>428</x>
  26. <y>117</y>
  27. <width>248</width>
  28. <height>236</height>
  29. </rect>
  30. </property>
  31. </widget>
  32. <widget class="QPushButton" name="startButton">
  33. <property name="geometry">
  34. <rect>
  35. <x>428</x>
  36. <y>360</y>
  37. <width>93</width>
  38. <height>28</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>确定</string>
  43. </property>
  44. </widget>
  45. <widget class="QPushButton" name="cancelButton">
  46. <property name="geometry">
  47. <rect>
  48. <x>580</x>
  49. <y>360</y>
  50. <width>93</width>
  51. <height>28</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string>取消</string>
  56. </property>
  57. </widget>
  58. <widget class="QDateTimeEdit" name="dateTimeEdit">
  59. <property name="geometry">
  60. <rect>
  61. <x>120</x>
  62. <y>380</y>
  63. <width>194</width>
  64. <height>22</height>
  65. </rect>
  66. </property>
  67. </widget>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>