AddPG.ui 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormAddPG</class>
  4. <widget class="QWidget" name="FormAddPG">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>360</width>
  10. <height>160</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>360</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>360</width>
  22. <height>160</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="2" column="0">
  30. <layout class="QHBoxLayout" name="horizontalLayout_3">
  31. <property name="sizeConstraint">
  32. <enum>QLayout::SetMaximumSize</enum>
  33. </property>
  34. <item>
  35. <widget class="QLabel" name="label_2">
  36. <property name="maximumSize">
  37. <size>
  38. <width>50</width>
  39. <height>16777215</height>
  40. </size>
  41. </property>
  42. <property name="text">
  43. <string>提醒时间</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QDateTimeEdit" name="dateTimeEdit">
  49. <property name="layoutDirection">
  50. <enum>Qt::LeftToRight</enum>
  51. </property>
  52. <property name="alignment">
  53. <set>Qt::AlignCenter</set>
  54. </property>
  55. <property name="calendarPopup">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </item>
  62. <item row="8" column="0">
  63. <widget class="QPushButton" name="pushButton">
  64. <property name="text">
  65. <string>提交</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="0" column="0">
  70. <layout class="QVBoxLayout" name="verticalLayout">
  71. <property name="sizeConstraint">
  72. <enum>QLayout::SetDefaultConstraint</enum>
  73. </property>
  74. <item>
  75. <layout class="QHBoxLayout" name="horizontalLayout">
  76. <property name="sizeConstraint">
  77. <enum>QLayout::SetFixedSize</enum>
  78. </property>
  79. <item>
  80. <widget class="QLabel" name="label">
  81. <property name="text">
  82. <string>待办内容</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QTextEdit" name="textEdit"/>
  88. </item>
  89. </layout>
  90. </item>
  91. </layout>
  92. </item>
  93. </layout>
  94. </widget>
  95. <resources/>
  96. <connections/>
  97. </ui>