compareitemlistwidget.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CompareItemListWidget</class>
  4. <widget class="QWidget" name="CompareItemListWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>864</width>
  10. <height>598</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widgetBottom" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>11</x>
  20. <y>405</y>
  21. <width>581</width>
  22. <height>64</height>
  23. </rect>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>64</height>
  29. </size>
  30. </property>
  31. <property name="maximumSize">
  32. <size>
  33. <width>16777215</width>
  34. <height>64</height>
  35. </size>
  36. </property>
  37. <layout class="QHBoxLayout" name="horizontalLayout_3">
  38. <property name="spacing">
  39. <number>16</number>
  40. </property>
  41. <property name="leftMargin">
  42. <number>32</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>32</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>32</number>
  52. </property>
  53. <item>
  54. <widget class="QPushButton" name="pBtn_enableCPItem">
  55. <property name="minimumSize">
  56. <size>
  57. <width>102</width>
  58. <height>32</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>102</width>
  64. <height>32</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string>启用对比项</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="pBtn_disableCPItem">
  74. <property name="minimumSize">
  75. <size>
  76. <width>102</width>
  77. <height>32</height>
  78. </size>
  79. </property>
  80. <property name="maximumSize">
  81. <size>
  82. <width>102</width>
  83. <height>32</height>
  84. </size>
  85. </property>
  86. <property name="text">
  87. <string>禁用对比项</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <spacer name="horizontalSpacer_2">
  93. <property name="orientation">
  94. <enum>Qt::Horizontal</enum>
  95. </property>
  96. <property name="sizeHint" stdset="0">
  97. <size>
  98. <width>40</width>
  99. <height>20</height>
  100. </size>
  101. </property>
  102. </spacer>
  103. </item>
  104. <item>
  105. <widget class="QPushButton" name="pBtn_close">
  106. <property name="minimumSize">
  107. <size>
  108. <width>60</width>
  109. <height>32</height>
  110. </size>
  111. </property>
  112. <property name="maximumSize">
  113. <size>
  114. <width>102</width>
  115. <height>32</height>
  116. </size>
  117. </property>
  118. <property name="text">
  119. <string>关闭</string>
  120. </property>
  121. </widget>
  122. </item>
  123. </layout>
  124. </widget>
  125. <widget class="QWidget" name="widgetContent" native="true">
  126. <property name="geometry">
  127. <rect>
  128. <x>11</x>
  129. <y>11</y>
  130. <width>671</width>
  131. <height>361</height>
  132. </rect>
  133. </property>
  134. <layout class="QVBoxLayout" name="verticalLayout_2">
  135. <property name="spacing">
  136. <number>25</number>
  137. </property>
  138. <property name="leftMargin">
  139. <number>32</number>
  140. </property>
  141. <property name="topMargin">
  142. <number>32</number>
  143. </property>
  144. <property name="rightMargin">
  145. <number>32</number>
  146. </property>
  147. <property name="bottomMargin">
  148. <number>32</number>
  149. </property>
  150. <item>
  151. <widget class="QWidget" name="widget" native="true">
  152. <layout class="QHBoxLayout" name="horizontalLayout">
  153. <property name="spacing">
  154. <number>16</number>
  155. </property>
  156. <property name="leftMargin">
  157. <number>0</number>
  158. </property>
  159. <property name="topMargin">
  160. <number>0</number>
  161. </property>
  162. <property name="rightMargin">
  163. <number>0</number>
  164. </property>
  165. <property name="bottomMargin">
  166. <number>0</number>
  167. </property>
  168. <item>
  169. <widget class="QPushButton" name="pBtn_add">
  170. <property name="minimumSize">
  171. <size>
  172. <width>82</width>
  173. <height>32</height>
  174. </size>
  175. </property>
  176. <property name="maximumSize">
  177. <size>
  178. <width>60</width>
  179. <height>32</height>
  180. </size>
  181. </property>
  182. <property name="text">
  183. <string>+ 新增</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QPushButton" name="pBtn_modify">
  189. <property name="minimumSize">
  190. <size>
  191. <width>60</width>
  192. <height>32</height>
  193. </size>
  194. </property>
  195. <property name="maximumSize">
  196. <size>
  197. <width>60</width>
  198. <height>32</height>
  199. </size>
  200. </property>
  201. <property name="text">
  202. <string>编辑</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QPushButton" name="pBtn_delete">
  208. <property name="minimumSize">
  209. <size>
  210. <width>60</width>
  211. <height>32</height>
  212. </size>
  213. </property>
  214. <property name="maximumSize">
  215. <size>
  216. <width>60</width>
  217. <height>32</height>
  218. </size>
  219. </property>
  220. <property name="text">
  221. <string>删除</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <spacer name="horizontalSpacer">
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. <property name="sizeHint" stdset="0">
  231. <size>
  232. <width>40</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. </spacer>
  237. </item>
  238. </layout>
  239. </widget>
  240. </item>
  241. <item>
  242. <widget class="QTableView" name="tableView"/>
  243. </item>
  244. </layout>
  245. </widget>
  246. </widget>
  247. <resources/>
  248. <connections/>
  249. </ui>