statisticsform.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StatisticsForm</class>
  4. <widget class="QWidget" name="StatisticsForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>912</width>
  10. <height>633</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="0" column="0">
  18. <widget class="QWidget" name="widget" native="true">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>40</height>
  23. </size>
  24. </property>
  25. <widget class="QLabel" name="label">
  26. <property name="geometry">
  27. <rect>
  28. <x>20</x>
  29. <y>10</y>
  30. <width>51</width>
  31. <height>21</height>
  32. </rect>
  33. </property>
  34. <property name="font">
  35. <font>
  36. <pointsize>14</pointsize>
  37. </font>
  38. </property>
  39. <property name="text">
  40. <string>统计</string>
  41. </property>
  42. </widget>
  43. </widget>
  44. </item>
  45. <item row="1" column="0">
  46. <widget class="QWidget" name="widget_2" native="true">
  47. <property name="minimumSize">
  48. <size>
  49. <width>0</width>
  50. <height>110</height>
  51. </size>
  52. </property>
  53. <layout class="QGridLayout" name="gridLayout">
  54. <item row="0" column="0">
  55. <layout class="QHBoxLayout" name="horizontalLayout">
  56. <item>
  57. <widget class="QLineEdit" name="lineEdit">
  58. <property name="minimumSize">
  59. <size>
  60. <width>111</width>
  61. <height>25</height>
  62. </size>
  63. </property>
  64. <property name="maximumSize">
  65. <size>
  66. <width>111</width>
  67. <height>25</height>
  68. </size>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QLineEdit" name="lineEdit_2">
  74. <property name="minimumSize">
  75. <size>
  76. <width>71</width>
  77. <height>25</height>
  78. </size>
  79. </property>
  80. <property name="maximumSize">
  81. <size>
  82. <width>71</width>
  83. <height>25</height>
  84. </size>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QLineEdit" name="lineEdit_3">
  90. <property name="minimumSize">
  91. <size>
  92. <width>71</width>
  93. <height>25</height>
  94. </size>
  95. </property>
  96. <property name="maximumSize">
  97. <size>
  98. <width>71</width>
  99. <height>25</height>
  100. </size>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QLineEdit" name="lineEdit_4">
  106. <property name="minimumSize">
  107. <size>
  108. <width>71</width>
  109. <height>25</height>
  110. </size>
  111. </property>
  112. <property name="maximumSize">
  113. <size>
  114. <width>71</width>
  115. <height>25</height>
  116. </size>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QComboBox" name="comboBox">
  122. <property name="minimumSize">
  123. <size>
  124. <width>71</width>
  125. <height>25</height>
  126. </size>
  127. </property>
  128. <property name="maximumSize">
  129. <size>
  130. <width>71</width>
  131. <height>25</height>
  132. </size>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QComboBox" name="comboBox_2">
  138. <property name="minimumSize">
  139. <size>
  140. <width>87</width>
  141. <height>25</height>
  142. </size>
  143. </property>
  144. <property name="maximumSize">
  145. <size>
  146. <width>87</width>
  147. <height>25</height>
  148. </size>
  149. </property>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="QComboBox" name="comboBox_3">
  154. <property name="minimumSize">
  155. <size>
  156. <width>111</width>
  157. <height>25</height>
  158. </size>
  159. </property>
  160. <property name="maximumSize">
  161. <size>
  162. <width>111</width>
  163. <height>25</height>
  164. </size>
  165. </property>
  166. </widget>
  167. </item>
  168. <item>
  169. <spacer name="horizontalSpacer_2">
  170. <property name="orientation">
  171. <enum>Qt::Horizontal</enum>
  172. </property>
  173. <property name="sizeHint" stdset="0">
  174. <size>
  175. <width>148</width>
  176. <height>20</height>
  177. </size>
  178. </property>
  179. </spacer>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="pushButton">
  183. <property name="minimumSize">
  184. <size>
  185. <width>81</width>
  186. <height>28</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>81</width>
  192. <height>28</height>
  193. </size>
  194. </property>
  195. <property name="text">
  196. <string>页面设置</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QPushButton" name="pushButton_2">
  202. <property name="minimumSize">
  203. <size>
  204. <width>51</width>
  205. <height>28</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>51</width>
  211. <height>28</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string>搜索</string>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </item>
  221. <item row="1" column="0">
  222. <layout class="QHBoxLayout" name="horizontalLayout_2">
  223. <item>
  224. <widget class="QComboBox" name="comboBox_4">
  225. <property name="minimumSize">
  226. <size>
  227. <width>87</width>
  228. <height>25</height>
  229. </size>
  230. </property>
  231. <property name="maximumSize">
  232. <size>
  233. <width>87</width>
  234. <height>25</height>
  235. </size>
  236. </property>
  237. </widget>
  238. </item>
  239. <item>
  240. <widget class="QComboBox" name="comboBox_5">
  241. <property name="minimumSize">
  242. <size>
  243. <width>87</width>
  244. <height>25</height>
  245. </size>
  246. </property>
  247. <property name="maximumSize">
  248. <size>
  249. <width>87</width>
  250. <height>25</height>
  251. </size>
  252. </property>
  253. </widget>
  254. </item>
  255. <item>
  256. <widget class="QLineEdit" name="lineEdit_5">
  257. <property name="maximumSize">
  258. <size>
  259. <width>151</width>
  260. <height>25</height>
  261. </size>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QLineEdit" name="lineEdit_6">
  267. <property name="maximumSize">
  268. <size>
  269. <width>151</width>
  270. <height>25</height>
  271. </size>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <spacer name="horizontalSpacer">
  277. <property name="orientation">
  278. <enum>Qt::Horizontal</enum>
  279. </property>
  280. <property name="sizeHint" stdset="0">
  281. <size>
  282. <width>338</width>
  283. <height>20</height>
  284. </size>
  285. </property>
  286. </spacer>
  287. </item>
  288. <item>
  289. <widget class="QPushButton" name="pushButton_3">
  290. <property name="minimumSize">
  291. <size>
  292. <width>71</width>
  293. <height>28</height>
  294. </size>
  295. </property>
  296. <property name="maximumSize">
  297. <size>
  298. <width>71</width>
  299. <height>28</height>
  300. </size>
  301. </property>
  302. <property name="text">
  303. <string>导出</string>
  304. </property>
  305. </widget>
  306. </item>
  307. </layout>
  308. </item>
  309. </layout>
  310. </widget>
  311. </item>
  312. <item row="2" column="0">
  313. <widget class="QWidget" name="widget_3" native="true">
  314. <layout class="QGridLayout" name="gridLayout_2">
  315. <item row="0" column="0">
  316. <widget class="QLabel" name="label_2">
  317. <property name="font">
  318. <font>
  319. <pointsize>12</pointsize>
  320. <weight>75</weight>
  321. <bold>true</bold>
  322. </font>
  323. </property>
  324. <property name="text">
  325. <string>合计</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="0" column="1">
  330. <widget class="QLabel" name="label_3">
  331. <property name="maximumSize">
  332. <size>
  333. <width>40</width>
  334. <height>16777215</height>
  335. </size>
  336. </property>
  337. <property name="font">
  338. <font>
  339. <pointsize>12</pointsize>
  340. <weight>50</weight>
  341. <bold>false</bold>
  342. </font>
  343. </property>
  344. <property name="text">
  345. <string>毛重</string>
  346. </property>
  347. </widget>
  348. </item>
  349. <item row="0" column="2">
  350. <widget class="QLabel" name="label_11">
  351. <property name="font">
  352. <font>
  353. <pointsize>12</pointsize>
  354. <weight>50</weight>
  355. <bold>false</bold>
  356. </font>
  357. </property>
  358. <property name="text">
  359. <string>0</string>
  360. </property>
  361. <property name="alignment">
  362. <set>Qt::AlignCenter</set>
  363. </property>
  364. </widget>
  365. </item>
  366. <item row="0" column="3">
  367. <widget class="QLabel" name="label_4">
  368. <property name="font">
  369. <font>
  370. <pointsize>12</pointsize>
  371. <weight>50</weight>
  372. <bold>false</bold>
  373. </font>
  374. </property>
  375. <property name="text">
  376. <string>公斤</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="0" column="4">
  381. <widget class="QLabel" name="label_5">
  382. <property name="maximumSize">
  383. <size>
  384. <width>40</width>
  385. <height>16777215</height>
  386. </size>
  387. </property>
  388. <property name="font">
  389. <font>
  390. <pointsize>12</pointsize>
  391. <weight>50</weight>
  392. <bold>false</bold>
  393. </font>
  394. </property>
  395. <property name="text">
  396. <string>净重</string>
  397. </property>
  398. </widget>
  399. </item>
  400. <item row="0" column="5">
  401. <widget class="QLabel" name="label_12">
  402. <property name="font">
  403. <font>
  404. <pointsize>12</pointsize>
  405. <weight>50</weight>
  406. <bold>false</bold>
  407. </font>
  408. </property>
  409. <property name="text">
  410. <string>0</string>
  411. </property>
  412. <property name="alignment">
  413. <set>Qt::AlignCenter</set>
  414. </property>
  415. </widget>
  416. </item>
  417. <item row="0" column="6">
  418. <widget class="QLabel" name="label_6">
  419. <property name="font">
  420. <font>
  421. <pointsize>12</pointsize>
  422. <weight>50</weight>
  423. <bold>false</bold>
  424. </font>
  425. </property>
  426. <property name="text">
  427. <string>公斤</string>
  428. </property>
  429. </widget>
  430. </item>
  431. <item row="0" column="7">
  432. <widget class="QLabel" name="label_7">
  433. <property name="maximumSize">
  434. <size>
  435. <width>40</width>
  436. <height>16777215</height>
  437. </size>
  438. </property>
  439. <property name="font">
  440. <font>
  441. <pointsize>12</pointsize>
  442. <weight>50</weight>
  443. <bold>false</bold>
  444. </font>
  445. </property>
  446. <property name="text">
  447. <string>箱数</string>
  448. </property>
  449. </widget>
  450. </item>
  451. <item row="0" column="8">
  452. <widget class="QLabel" name="label_13">
  453. <property name="font">
  454. <font>
  455. <pointsize>12</pointsize>
  456. <weight>50</weight>
  457. <bold>false</bold>
  458. </font>
  459. </property>
  460. <property name="text">
  461. <string>0</string>
  462. </property>
  463. <property name="alignment">
  464. <set>Qt::AlignCenter</set>
  465. </property>
  466. </widget>
  467. </item>
  468. <item row="0" column="9">
  469. <widget class="QLabel" name="label_8">
  470. <property name="font">
  471. <font>
  472. <pointsize>12</pointsize>
  473. <weight>50</weight>
  474. <bold>false</bold>
  475. </font>
  476. </property>
  477. <property name="text">
  478. <string>箱</string>
  479. </property>
  480. </widget>
  481. </item>
  482. <item row="0" column="10">
  483. <widget class="QLabel" name="label_9">
  484. <property name="maximumSize">
  485. <size>
  486. <width>40</width>
  487. <height>16777215</height>
  488. </size>
  489. </property>
  490. <property name="font">
  491. <font>
  492. <pointsize>12</pointsize>
  493. <weight>50</weight>
  494. <bold>false</bold>
  495. </font>
  496. </property>
  497. <property name="text">
  498. <string>筒数</string>
  499. </property>
  500. </widget>
  501. </item>
  502. <item row="0" column="11">
  503. <widget class="QLabel" name="label_14">
  504. <property name="font">
  505. <font>
  506. <pointsize>12</pointsize>
  507. <weight>50</weight>
  508. <bold>false</bold>
  509. </font>
  510. </property>
  511. <property name="text">
  512. <string>0</string>
  513. </property>
  514. <property name="alignment">
  515. <set>Qt::AlignCenter</set>
  516. </property>
  517. </widget>
  518. </item>
  519. <item row="0" column="12">
  520. <widget class="QLabel" name="label_10">
  521. <property name="maximumSize">
  522. <size>
  523. <width>40</width>
  524. <height>16777215</height>
  525. </size>
  526. </property>
  527. <property name="font">
  528. <font>
  529. <pointsize>12</pointsize>
  530. <weight>50</weight>
  531. <bold>false</bold>
  532. </font>
  533. </property>
  534. <property name="text">
  535. <string>筒</string>
  536. </property>
  537. </widget>
  538. </item>
  539. </layout>
  540. </widget>
  541. </item>
  542. <item row="3" column="0">
  543. <widget class="QTableWidget" name="tableWidget"/>
  544. </item>
  545. </layout>
  546. </widget>
  547. <resources/>
  548. <connections/>
  549. </ui>