equipmentpage.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EquipmentPage</class>
  4. <widget class="QWidget" name="EquipmentPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>700</width>
  10. <height>477</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QFrame" name="searchBox">
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>50</height>
  23. </size>
  24. </property>
  25. <property name="frameShape">
  26. <enum>QFrame::Shape::StyledPanel</enum>
  27. </property>
  28. <property name="frameShadow">
  29. <enum>QFrame::Shadow::Raised</enum>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QFrame" name="btnBox">
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>50</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>16777215</width>
  44. <height>50</height>
  45. </size>
  46. </property>
  47. <property name="frameShape">
  48. <enum>QFrame::Shape::StyledPanel</enum>
  49. </property>
  50. <property name="frameShadow">
  51. <enum>QFrame::Shadow::Raised</enum>
  52. </property>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <item>
  55. <spacer name="horizontalSpacer">
  56. <property name="orientation">
  57. <enum>Qt::Orientation::Horizontal</enum>
  58. </property>
  59. <property name="sizeHint" stdset="0">
  60. <size>
  61. <width>920</width>
  62. <height>20</height>
  63. </size>
  64. </property>
  65. </spacer>
  66. </item>
  67. <item>
  68. <widget class="QPushButton" name="pushButton">
  69. <property name="text">
  70. <string>创建</string>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QFrame" name="dataWidget">
  79. <property name="frameShape">
  80. <enum>QFrame::Shape::StyledPanel</enum>
  81. </property>
  82. <property name="frameShadow">
  83. <enum>QFrame::Shadow::Raised</enum>
  84. </property>
  85. <layout class="QVBoxLayout" name="verticalLayout_3">
  86. <item>
  87. <widget class="QTableView" name="tableView"/>
  88. </item>
  89. </layout>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QFrame" name="pagination">
  94. <property name="minimumSize">
  95. <size>
  96. <width>0</width>
  97. <height>30</height>
  98. </size>
  99. </property>
  100. <property name="maximumSize">
  101. <size>
  102. <width>16777215</width>
  103. <height>30</height>
  104. </size>
  105. </property>
  106. <property name="frameShape">
  107. <enum>QFrame::Shape::StyledPanel</enum>
  108. </property>
  109. <property name="frameShadow">
  110. <enum>QFrame::Shadow::Raised</enum>
  111. </property>
  112. <layout class="QVBoxLayout" name="verticalLayout_4">
  113. <property name="spacing">
  114. <number>0</number>
  115. </property>
  116. <property name="leftMargin">
  117. <number>0</number>
  118. </property>
  119. <property name="topMargin">
  120. <number>0</number>
  121. </property>
  122. <property name="rightMargin">
  123. <number>0</number>
  124. </property>
  125. <property name="bottomMargin">
  126. <number>0</number>
  127. </property>
  128. </layout>
  129. </widget>
  130. </item>
  131. </layout>
  132. </widget>
  133. <resources/>
  134. <connections/>
  135. </ui>