formbzjcfee.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormBzjcFee</class>
  4. <widget class="QWidget" name="FormBzjcFee">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_2">
  19. <item>
  20. <spacer name="horizontalSpacer_2">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeHint" stdset="0">
  25. <size>
  26. <width>40</width>
  27. <height>20</height>
  28. </size>
  29. </property>
  30. </spacer>
  31. </item>
  32. <item>
  33. <widget class="QLabel" name="labelState">
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="label_5">
  41. <property name="text">
  42. <string>开始日期:</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QDateEdit" name="dateEditStart"/>
  48. </item>
  49. <item>
  50. <widget class="QLabel" name="label_6">
  51. <property name="text">
  52. <string>结束日期:</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QDateEdit" name="dateEditEnd"/>
  58. </item>
  59. <item>
  60. <widget class="QPushButton" name="pushButtonQuery">
  61. <property name="text">
  62. <string>查询</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <widget class="QTableWidget" name="tableWidget"/>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections/>
  75. </ui>