selectvalueform.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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>904</width>
  10. <height>560</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="QHBoxLayout" name="horizontalLayout_6">
  20. <item>
  21. <widget class="QPushButton" name="pushButton_3">
  22. <property name="text">
  23. <string>&lt;返回主页</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <spacer name="horizontalSpacer_5">
  29. <property name="orientation">
  30. <enum>Qt::Horizontal</enum>
  31. </property>
  32. <property name="sizeHint" stdset="0">
  33. <size>
  34. <width>346</width>
  35. <height>20</height>
  36. </size>
  37. </property>
  38. </spacer>
  39. </item>
  40. <item>
  41. <widget class="QLabel" name="label_10">
  42. <property name="text">
  43. <string>选择打包商品</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <spacer name="horizontalSpacer_6">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>346</width>
  55. <height>20</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. </layout>
  61. </widget>
  62. </item>
  63. <item>
  64. <layout class="QHBoxLayout" name="horizontalLayout_9">
  65. <item>
  66. <widget class="QWidget" name="widget" native="true">
  67. <property name="minimumSize">
  68. <size>
  69. <width>211</width>
  70. <height>491</height>
  71. </size>
  72. </property>
  73. <property name="styleSheet">
  74. <string notr="true">background-color: rgb(255, 255, 255);</string>
  75. </property>
  76. <widget class="QPushButton" name="pushButton">
  77. <property name="geometry">
  78. <rect>
  79. <x>60</x>
  80. <y>290</y>
  81. <width>91</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. <property name="styleSheet">
  86. <string notr="true"/>
  87. </property>
  88. <property name="text">
  89. <string>搜索</string>
  90. </property>
  91. <property name="icon">
  92. <iconset>
  93. <normaloff>:/image/sousuo.png</normaloff>:/image/sousuo.png</iconset>
  94. </property>
  95. <property name="iconSize">
  96. <size>
  97. <width>124</width>
  98. <height>32</height>
  99. </size>
  100. </property>
  101. </widget>
  102. <widget class="QWidget" name="layoutWidget_2">
  103. <property name="geometry">
  104. <rect>
  105. <x>0</x>
  106. <y>10</y>
  107. <width>191</width>
  108. <height>239</height>
  109. </rect>
  110. </property>
  111. <layout class="QVBoxLayout" name="verticalLayout">
  112. <item>
  113. <widget class="QLabel" name="label">
  114. <property name="text">
  115. <string>筛选</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <layout class="QHBoxLayout" name="horizontalLayout">
  121. <item>
  122. <widget class="QLabel" name="label_2">
  123. <property name="text">
  124. <string>旦数</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QComboBox" name="comboBox">
  130. <property name="styleSheet">
  131. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  132. </property>
  133. </widget>
  134. </item>
  135. </layout>
  136. </item>
  137. <item>
  138. <layout class="QHBoxLayout" name="horizontalLayout_2">
  139. <item>
  140. <widget class="QLabel" name="label_3">
  141. <property name="text">
  142. <string>分特</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QComboBox" name="comboBox_2">
  148. <property name="styleSheet">
  149. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </item>
  155. <item>
  156. <layout class="QHBoxLayout" name="horizontalLayout_3">
  157. <item>
  158. <widget class="QLabel" name="label_4">
  159. <property name="text">
  160. <string>孔数</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QComboBox" name="comboBox_3">
  166. <property name="styleSheet">
  167. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  168. </property>
  169. </widget>
  170. </item>
  171. </layout>
  172. </item>
  173. <item>
  174. <layout class="QHBoxLayout" name="horizontalLayout_4">
  175. <item>
  176. <widget class="QLabel" name="label_5">
  177. <property name="text">
  178. <string>类型</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QComboBox" name="comboBox_4">
  184. <property name="styleSheet">
  185. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  186. </property>
  187. </widget>
  188. </item>
  189. </layout>
  190. </item>
  191. <item>
  192. <layout class="QHBoxLayout" name="horizontalLayout_5">
  193. <item>
  194. <widget class="QLabel" name="label_6">
  195. <property name="text">
  196. <string>机台</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QComboBox" name="comboBox_5">
  202. <property name="styleSheet">
  203. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  204. </property>
  205. </widget>
  206. </item>
  207. </layout>
  208. </item>
  209. </layout>
  210. </widget>
  211. </widget>
  212. </item>
  213. <item>
  214. <layout class="QVBoxLayout" name="verticalLayout_2">
  215. <property name="spacing">
  216. <number>0</number>
  217. </property>
  218. <item>
  219. <widget class="QTableWidget" name="tableWidget">
  220. <property name="editTriggers">
  221. <set>QAbstractItemView::NoEditTriggers</set>
  222. </property>
  223. <property name="selectionMode">
  224. <enum>QAbstractItemView::SingleSelection</enum>
  225. </property>
  226. <property name="selectionBehavior">
  227. <enum>QAbstractItemView::SelectRows</enum>
  228. </property>
  229. <column>
  230. <property name="text">
  231. <string>批号</string>
  232. </property>
  233. </column>
  234. <column>
  235. <property name="text">
  236. <string>规格</string>
  237. </property>
  238. </column>
  239. <column>
  240. <property name="text">
  241. <string>品种</string>
  242. </property>
  243. </column>
  244. <column>
  245. <property name="text">
  246. <string>类型</string>
  247. </property>
  248. </column>
  249. <column>
  250. <property name="text">
  251. <string>机台</string>
  252. </property>
  253. </column>
  254. <column>
  255. <property name="text">
  256. <string>管色</string>
  257. </property>
  258. </column>
  259. <column>
  260. <property name="text">
  261. <string>捻向</string>
  262. </property>
  263. </column>
  264. <column>
  265. <property name="text">
  266. <string>颜色</string>
  267. </property>
  268. </column>
  269. </widget>
  270. </item>
  271. <item>
  272. <widget class="QWidget" name="widget_2" native="true">
  273. <property name="minimumSize">
  274. <size>
  275. <width>671</width>
  276. <height>91</height>
  277. </size>
  278. </property>
  279. <property name="maximumSize">
  280. <size>
  281. <width>99999</width>
  282. <height>91</height>
  283. </size>
  284. </property>
  285. <property name="styleSheet">
  286. <string notr="true">background-color: rgb(255, 255, 255);</string>
  287. </property>
  288. <layout class="QVBoxLayout" name="verticalLayout_3">
  289. <item>
  290. <layout class="QHBoxLayout" name="horizontalLayout_7">
  291. <item>
  292. <spacer name="horizontalSpacer">
  293. <property name="orientation">
  294. <enum>Qt::Horizontal</enum>
  295. </property>
  296. <property name="sizeType">
  297. <enum>QSizePolicy::Expanding</enum>
  298. </property>
  299. <property name="sizeHint" stdset="0">
  300. <size>
  301. <width>40</width>
  302. <height>20</height>
  303. </size>
  304. </property>
  305. </spacer>
  306. </item>
  307. <item>
  308. <widget class="QPushButton" name="pushPrev">
  309. <property name="text">
  310. <string>上一页</string>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="QLabel" name="labelPages">
  316. <property name="text">
  317. <string>%1/%2</string>
  318. </property>
  319. </widget>
  320. </item>
  321. <item>
  322. <widget class="QPushButton" name="pushNext">
  323. <property name="text">
  324. <string>下一页</string>
  325. </property>
  326. </widget>
  327. </item>
  328. <item>
  329. <spacer name="horizontalSpacer_3">
  330. <property name="orientation">
  331. <enum>Qt::Horizontal</enum>
  332. </property>
  333. <property name="sizeType">
  334. <enum>QSizePolicy::Minimum</enum>
  335. </property>
  336. <property name="sizeHint" stdset="0">
  337. <size>
  338. <width>40</width>
  339. <height>20</height>
  340. </size>
  341. </property>
  342. </spacer>
  343. </item>
  344. <item>
  345. <widget class="QLabel" name="label_7">
  346. <property name="text">
  347. <string>一共</string>
  348. </property>
  349. </widget>
  350. </item>
  351. <item>
  352. <widget class="QLabel" name="labelTotle">
  353. <property name="text">
  354. <string>%1</string>
  355. </property>
  356. </widget>
  357. </item>
  358. <item>
  359. <widget class="QLabel" name="label_9">
  360. <property name="text">
  361. <string>条</string>
  362. </property>
  363. </widget>
  364. </item>
  365. <item>
  366. <spacer name="horizontalSpacer_2">
  367. <property name="orientation">
  368. <enum>Qt::Horizontal</enum>
  369. </property>
  370. <property name="sizeHint" stdset="0">
  371. <size>
  372. <width>40</width>
  373. <height>20</height>
  374. </size>
  375. </property>
  376. </spacer>
  377. </item>
  378. </layout>
  379. </item>
  380. <item>
  381. <layout class="QHBoxLayout" name="horizontalLayout_8">
  382. <item>
  383. <spacer name="horizontalSpacer_4">
  384. <property name="orientation">
  385. <enum>Qt::Horizontal</enum>
  386. </property>
  387. <property name="sizeHint" stdset="0">
  388. <size>
  389. <width>40</width>
  390. <height>20</height>
  391. </size>
  392. </property>
  393. </spacer>
  394. </item>
  395. <item>
  396. <widget class="QPushButton" name="pushButton_2">
  397. <property name="text">
  398. <string>确定</string>
  399. </property>
  400. </widget>
  401. </item>
  402. </layout>
  403. </item>
  404. </layout>
  405. </widget>
  406. </item>
  407. </layout>
  408. </item>
  409. </layout>
  410. </item>
  411. </layout>
  412. </widget>
  413. <resources/>
  414. <connections/>
  415. </ui>