selectvalueform.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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="pushButton_4">
  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. <widget class="QWidget" name="widget" native="true">
  149. <property name="minimumSize">
  150. <size>
  151. <width>211</width>
  152. <height>491</height>
  153. </size>
  154. </property>
  155. <property name="styleSheet">
  156. <string notr="true">background-color: rgb(255, 255, 255);</string>
  157. </property>
  158. <widget class="QPushButton" name="pushButton">
  159. <property name="geometry">
  160. <rect>
  161. <x>60</x>
  162. <y>290</y>
  163. <width>91</width>
  164. <height>31</height>
  165. </rect>
  166. </property>
  167. <property name="styleSheet">
  168. <string notr="true"/>
  169. </property>
  170. <property name="text">
  171. <string>搜索</string>
  172. </property>
  173. <property name="icon">
  174. <iconset>
  175. <normaloff>:/image/sousuo.png</normaloff>:/image/sousuo.png</iconset>
  176. </property>
  177. <property name="iconSize">
  178. <size>
  179. <width>124</width>
  180. <height>32</height>
  181. </size>
  182. </property>
  183. </widget>
  184. <widget class="QWidget" name="layoutWidget_2">
  185. <property name="geometry">
  186. <rect>
  187. <x>0</x>
  188. <y>10</y>
  189. <width>191</width>
  190. <height>239</height>
  191. </rect>
  192. </property>
  193. <layout class="QVBoxLayout" name="verticalLayout">
  194. <item>
  195. <widget class="QLabel" name="label">
  196. <property name="text">
  197. <string>筛选</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <layout class="QHBoxLayout" name="horizontalLayout">
  203. <item>
  204. <widget class="QLabel" name="label_2">
  205. <property name="text">
  206. <string>旦数</string>
  207. </property>
  208. </widget>
  209. </item>
  210. <item>
  211. <widget class="QComboBox" name="comboBox">
  212. <property name="styleSheet">
  213. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  214. </property>
  215. </widget>
  216. </item>
  217. </layout>
  218. </item>
  219. <item>
  220. <layout class="QHBoxLayout" name="horizontalLayout_2">
  221. <item>
  222. <widget class="QLabel" name="label_3">
  223. <property name="text">
  224. <string>分特</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QComboBox" name="comboBox_2">
  230. <property name="styleSheet">
  231. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  232. </property>
  233. </widget>
  234. </item>
  235. </layout>
  236. </item>
  237. <item>
  238. <layout class="QHBoxLayout" name="horizontalLayout_3">
  239. <item>
  240. <widget class="QLabel" name="label_4">
  241. <property name="text">
  242. <string>孔数</string>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="QComboBox" name="comboBox_3">
  248. <property name="styleSheet">
  249. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  250. </property>
  251. </widget>
  252. </item>
  253. </layout>
  254. </item>
  255. <item>
  256. <layout class="QHBoxLayout" name="horizontalLayout_4">
  257. <item>
  258. <widget class="QLabel" name="label_5">
  259. <property name="text">
  260. <string>类型</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QComboBox" name="comboBox_4">
  266. <property name="styleSheet">
  267. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  268. </property>
  269. </widget>
  270. </item>
  271. </layout>
  272. </item>
  273. <item>
  274. <layout class="QHBoxLayout" name="horizontalLayout_5">
  275. <item>
  276. <widget class="QLabel" name="label_6">
  277. <property name="text">
  278. <string>机台</string>
  279. </property>
  280. </widget>
  281. </item>
  282. <item>
  283. <widget class="QComboBox" name="comboBox_5">
  284. <property name="styleSheet">
  285. <string notr="true">background-color: rgb(255, 255, 255,0);</string>
  286. </property>
  287. </widget>
  288. </item>
  289. </layout>
  290. </item>
  291. </layout>
  292. </widget>
  293. </widget>
  294. </item>
  295. <item>
  296. <layout class="QVBoxLayout" name="verticalLayout_2">
  297. <property name="spacing">
  298. <number>0</number>
  299. </property>
  300. <item>
  301. <widget class="QTableWidget" name="tableWidget">
  302. <property name="editTriggers">
  303. <set>QAbstractItemView::NoEditTriggers</set>
  304. </property>
  305. <property name="selectionMode">
  306. <enum>QAbstractItemView::SingleSelection</enum>
  307. </property>
  308. <property name="selectionBehavior">
  309. <enum>QAbstractItemView::SelectRows</enum>
  310. </property>
  311. <column>
  312. <property name="text">
  313. <string>批号</string>
  314. </property>
  315. </column>
  316. <column>
  317. <property name="text">
  318. <string>规格</string>
  319. </property>
  320. </column>
  321. <column>
  322. <property name="text">
  323. <string>品种</string>
  324. </property>
  325. </column>
  326. <column>
  327. <property name="text">
  328. <string>类型</string>
  329. </property>
  330. </column>
  331. <column>
  332. <property name="text">
  333. <string>机台</string>
  334. </property>
  335. </column>
  336. <column>
  337. <property name="text">
  338. <string>管色</string>
  339. </property>
  340. </column>
  341. <column>
  342. <property name="text">
  343. <string>捻向</string>
  344. </property>
  345. </column>
  346. <column>
  347. <property name="text">
  348. <string>颜色</string>
  349. </property>
  350. </column>
  351. </widget>
  352. </item>
  353. <item>
  354. <widget class="QWidget" name="widget_2" native="true">
  355. <property name="minimumSize">
  356. <size>
  357. <width>671</width>
  358. <height>91</height>
  359. </size>
  360. </property>
  361. <property name="maximumSize">
  362. <size>
  363. <width>99999</width>
  364. <height>91</height>
  365. </size>
  366. </property>
  367. <property name="styleSheet">
  368. <string notr="true">background-color: rgb(255, 255, 255);</string>
  369. </property>
  370. <layout class="QVBoxLayout" name="verticalLayout_3">
  371. <item>
  372. <layout class="QHBoxLayout" name="horizontalLayout_7">
  373. <item>
  374. <spacer name="horizontalSpacer">
  375. <property name="orientation">
  376. <enum>Qt::Horizontal</enum>
  377. </property>
  378. <property name="sizeType">
  379. <enum>QSizePolicy::Expanding</enum>
  380. </property>
  381. <property name="sizeHint" stdset="0">
  382. <size>
  383. <width>40</width>
  384. <height>20</height>
  385. </size>
  386. </property>
  387. </spacer>
  388. </item>
  389. <item>
  390. <widget class="QPushButton" name="pushPrev">
  391. <property name="text">
  392. <string>上一页</string>
  393. </property>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="QLabel" name="labelPages">
  398. <property name="text">
  399. <string>%1/%2</string>
  400. </property>
  401. </widget>
  402. </item>
  403. <item>
  404. <widget class="QPushButton" name="pushNext">
  405. <property name="text">
  406. <string>下一页</string>
  407. </property>
  408. </widget>
  409. </item>
  410. <item>
  411. <spacer name="horizontalSpacer_3">
  412. <property name="orientation">
  413. <enum>Qt::Horizontal</enum>
  414. </property>
  415. <property name="sizeType">
  416. <enum>QSizePolicy::Minimum</enum>
  417. </property>
  418. <property name="sizeHint" stdset="0">
  419. <size>
  420. <width>40</width>
  421. <height>20</height>
  422. </size>
  423. </property>
  424. </spacer>
  425. </item>
  426. <item>
  427. <widget class="QLabel" name="label_7">
  428. <property name="text">
  429. <string>一共</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <widget class="QLabel" name="labelTotle">
  435. <property name="text">
  436. <string>%1</string>
  437. </property>
  438. </widget>
  439. </item>
  440. <item>
  441. <widget class="QLabel" name="label_9">
  442. <property name="text">
  443. <string>条</string>
  444. </property>
  445. </widget>
  446. </item>
  447. <item>
  448. <spacer name="horizontalSpacer_2">
  449. <property name="orientation">
  450. <enum>Qt::Horizontal</enum>
  451. </property>
  452. <property name="sizeHint" stdset="0">
  453. <size>
  454. <width>40</width>
  455. <height>20</height>
  456. </size>
  457. </property>
  458. </spacer>
  459. </item>
  460. </layout>
  461. </item>
  462. <item>
  463. <layout class="QHBoxLayout" name="horizontalLayout_8">
  464. <item>
  465. <spacer name="horizontalSpacer_4">
  466. <property name="orientation">
  467. <enum>Qt::Horizontal</enum>
  468. </property>
  469. <property name="sizeHint" stdset="0">
  470. <size>
  471. <width>40</width>
  472. <height>20</height>
  473. </size>
  474. </property>
  475. </spacer>
  476. </item>
  477. <item>
  478. <widget class="QPushButton" name="pushButton_3">
  479. <property name="text">
  480. <string>&lt;返回主页</string>
  481. </property>
  482. </widget>
  483. </item>
  484. <item>
  485. <widget class="QPushButton" name="pushButton_2">
  486. <property name="text">
  487. <string>确定</string>
  488. </property>
  489. </widget>
  490. </item>
  491. </layout>
  492. </item>
  493. </layout>
  494. </widget>
  495. </item>
  496. </layout>
  497. </item>
  498. </layout>
  499. </item>
  500. </layout>
  501. </widget>
  502. <resources/>
  503. <connections/>
  504. </ui>