selectvalueform.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SelectValueForm</class>
  4. <widget class="QWidget" name="SelectValueForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1263</width>
  10. <height>792</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_4">
  17. <item>
  18. <widget class="QWidget" name="widget_3" native="true">
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="0" column="6">
  21. <widget class="QLineEdit" name="lineEdit_2">
  22. <property name="minimumSize">
  23. <size>
  24. <width>81</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>100</width>
  31. <height>16777215</height>
  32. </size>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="10">
  37. <spacer name="horizontalSpacer_5">
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>346</width>
  44. <height>20</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. <item row="0" column="1">
  50. <widget class="QComboBox" name="comboBox_7"/>
  51. </item>
  52. <item row="0" column="2">
  53. <widget class="QComboBox" name="comboBox_8"/>
  54. </item>
  55. <item row="0" column="12">
  56. <spacer name="horizontalSpacer_6">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>346</width>
  63. <height>20</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item row="0" column="5">
  69. <widget class="QLineEdit" name="lineEdit">
  70. <property name="minimumSize">
  71. <size>
  72. <width>81</width>
  73. <height>0</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>100</width>
  79. <height>16777215</height>
  80. </size>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="7">
  85. <widget class="QLineEdit" name="lineEdit_3">
  86. <property name="minimumSize">
  87. <size>
  88. <width>81</width>
  89. <height>0</height>
  90. </size>
  91. </property>
  92. <property name="maximumSize">
  93. <size>
  94. <width>100</width>
  95. <height>16777215</height>
  96. </size>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="0" column="8">
  101. <widget class="QPushButton" name="searchButton">
  102. <property name="maximumSize">
  103. <size>
  104. <width>50</width>
  105. <height>16777215</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string>搜索</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="0" column="11">
  114. <widget class="QLabel" name="label_10">
  115. <property name="text">
  116. <string>查看规格</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="0" column="0">
  121. <widget class="QComboBox" name="comboBox_6"/>
  122. </item>
  123. <item row="0" column="3">
  124. <widget class="QComboBox" name="comboBox_9"/>
  125. </item>
  126. <item row="0" column="4">
  127. <widget class="QComboBox" name="comboBox_10"/>
  128. </item>
  129. <item row="0" column="9">
  130. <widget class="QPushButton" name="pushButton_5">
  131. <property name="maximumSize">
  132. <size>
  133. <width>50</width>
  134. <height>16777215</height>
  135. </size>
  136. </property>
  137. <property name="text">
  138. <string>清除</string>
  139. </property>
  140. </widget>
  141. </item>
  142. </layout>
  143. </widget>
  144. </item>
  145. <item>
  146. <layout class="QHBoxLayout" name="horizontalLayout_9">
  147. <item>
  148. <layout class="QVBoxLayout" name="verticalLayout_2">
  149. <property name="spacing">
  150. <number>0</number>
  151. </property>
  152. <item>
  153. <widget class="QTableWidget" name="tableWidget">
  154. <property name="editTriggers">
  155. <set>QAbstractItemView::NoEditTriggers</set>
  156. </property>
  157. <property name="selectionMode">
  158. <enum>QAbstractItemView::SingleSelection</enum>
  159. </property>
  160. <property name="selectionBehavior">
  161. <enum>QAbstractItemView::SelectRows</enum>
  162. </property>
  163. <column>
  164. <property name="text">
  165. <string>批号</string>
  166. </property>
  167. </column>
  168. <column>
  169. <property name="text">
  170. <string>规格</string>
  171. </property>
  172. </column>
  173. <column>
  174. <property name="text">
  175. <string>品种</string>
  176. </property>
  177. </column>
  178. <column>
  179. <property name="text">
  180. <string>类型</string>
  181. </property>
  182. </column>
  183. <column>
  184. <property name="text">
  185. <string>机台</string>
  186. </property>
  187. </column>
  188. <column>
  189. <property name="text">
  190. <string>管色</string>
  191. </property>
  192. </column>
  193. <column>
  194. <property name="text">
  195. <string>捻向</string>
  196. </property>
  197. </column>
  198. <column>
  199. <property name="text">
  200. <string>颜色</string>
  201. </property>
  202. </column>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QWidget" name="widget_2" native="true">
  207. <property name="minimumSize">
  208. <size>
  209. <width>671</width>
  210. <height>91</height>
  211. </size>
  212. </property>
  213. <property name="maximumSize">
  214. <size>
  215. <width>99999</width>
  216. <height>91</height>
  217. </size>
  218. </property>
  219. <property name="styleSheet">
  220. <string notr="true">background-color: rgb(255, 255, 255);</string>
  221. </property>
  222. <layout class="QVBoxLayout" name="verticalLayout_3">
  223. <item>
  224. <layout class="QHBoxLayout" name="horizontalLayout_7">
  225. <item>
  226. <spacer name="horizontalSpacer">
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. <property name="sizeType">
  231. <enum>QSizePolicy::Expanding</enum>
  232. </property>
  233. <property name="sizeHint" stdset="0">
  234. <size>
  235. <width>40</width>
  236. <height>20</height>
  237. </size>
  238. </property>
  239. </spacer>
  240. </item>
  241. <item>
  242. <widget class="QPushButton" name="pushPrev">
  243. <property name="text">
  244. <string>上一页</string>
  245. </property>
  246. </widget>
  247. </item>
  248. <item>
  249. <widget class="QLabel" name="labelPages">
  250. <property name="text">
  251. <string>%1/%2</string>
  252. </property>
  253. </widget>
  254. </item>
  255. <item>
  256. <widget class="QPushButton" name="pushNext">
  257. <property name="text">
  258. <string>下一页</string>
  259. </property>
  260. </widget>
  261. </item>
  262. <item>
  263. <spacer name="horizontalSpacer_3">
  264. <property name="orientation">
  265. <enum>Qt::Horizontal</enum>
  266. </property>
  267. <property name="sizeType">
  268. <enum>QSizePolicy::Minimum</enum>
  269. </property>
  270. <property name="sizeHint" stdset="0">
  271. <size>
  272. <width>40</width>
  273. <height>20</height>
  274. </size>
  275. </property>
  276. </spacer>
  277. </item>
  278. <item>
  279. <widget class="QLabel" name="label_7">
  280. <property name="text">
  281. <string>一共</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item>
  286. <widget class="QLabel" name="labelTotle">
  287. <property name="text">
  288. <string>%1</string>
  289. </property>
  290. </widget>
  291. </item>
  292. <item>
  293. <widget class="QLabel" name="label_9">
  294. <property name="text">
  295. <string>条</string>
  296. </property>
  297. </widget>
  298. </item>
  299. <item>
  300. <spacer name="horizontalSpacer_2">
  301. <property name="orientation">
  302. <enum>Qt::Horizontal</enum>
  303. </property>
  304. <property name="sizeHint" stdset="0">
  305. <size>
  306. <width>40</width>
  307. <height>20</height>
  308. </size>
  309. </property>
  310. </spacer>
  311. </item>
  312. </layout>
  313. </item>
  314. <item>
  315. <layout class="QHBoxLayout" name="horizontalLayout_8">
  316. <item>
  317. <spacer name="horizontalSpacer_4">
  318. <property name="orientation">
  319. <enum>Qt::Horizontal</enum>
  320. </property>
  321. <property name="sizeHint" stdset="0">
  322. <size>
  323. <width>40</width>
  324. <height>20</height>
  325. </size>
  326. </property>
  327. </spacer>
  328. </item>
  329. <item>
  330. <widget class="QPushButton" name="pushButton_3">
  331. <property name="text">
  332. <string>&lt;返回主页</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QPushButton" name="pushButton_2">
  338. <property name="text">
  339. <string>确定</string>
  340. </property>
  341. </widget>
  342. </item>
  343. </layout>
  344. </item>
  345. </layout>
  346. </widget>
  347. </item>
  348. </layout>
  349. </item>
  350. </layout>
  351. </item>
  352. </layout>
  353. </widget>
  354. <resources/>
  355. <connections/>
  356. </ui>