selectdatedialog.ui 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SelectDateDialog</class>
  4. <widget class="QDialog" name="SelectDateDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>385</width>
  10. <height>221</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>选择日期</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QCalendarWidget" name="wgtCal"/>
  25. </item>
  26. <item>
  27. <widget class="QWidget" name="widget" native="true">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>41</height>
  32. </size>
  33. </property>
  34. <property name="maximumSize">
  35. <size>
  36. <width>16777215</width>
  37. <height>41</height>
  38. </size>
  39. </property>
  40. <layout class="QHBoxLayout" name="horizontalLayout">
  41. <item>
  42. <spacer name="horizontalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>174</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item>
  55. <widget class="QPushButton" name="btnOk">
  56. <property name="text">
  57. <string>确定</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="btnCancel">
  63. <property name="text">
  64. <string>取消</string>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </widget>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections/>
  75. </ui>