displaysettingsform.ui 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DisplaySettingsForm</class>
  4. <widget class="QWidget" name="DisplaySettingsForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>638</width>
  10. <height>699</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_4">
  17. <item row="0" column="0" colspan="3">
  18. <widget class="QWidget" name="widget" native="true">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>71</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>71</height>
  29. </size>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout_5">
  32. <item row="0" column="0">
  33. <widget class="QLabel" name="label">
  34. <property name="font">
  35. <font>
  36. <pointsize>14</pointsize>
  37. <weight>75</weight>
  38. <bold>true</bold>
  39. </font>
  40. </property>
  41. <property name="text">
  42. <string>显示设置</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="0" column="1">
  47. <spacer name="horizontalSpacer_4">
  48. <property name="orientation">
  49. <enum>Qt::Horizontal</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>476</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. <item row="0" column="2">
  60. <widget class="QPushButton" name="pushButton">
  61. <property name="maximumSize">
  62. <size>
  63. <width>40</width>
  64. <height>16777215</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string>退出</string>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </widget>
  74. </item>
  75. <item row="1" column="0">
  76. <spacer name="horizontalSpacer">
  77. <property name="orientation">
  78. <enum>Qt::Horizontal</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>48</width>
  83. <height>20</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. <item row="1" column="1">
  89. <widget class="QWidget" name="widget_2" native="true">
  90. <property name="minimumSize">
  91. <size>
  92. <width>500</width>
  93. <height>0</height>
  94. </size>
  95. </property>
  96. <layout class="QGridLayout" name="gridLayout_3">
  97. <item row="0" column="0">
  98. <layout class="QGridLayout" name="gridLayout">
  99. <item row="0" column="0">
  100. <widget class="QLabel" name="label_2">
  101. <property name="minimumSize">
  102. <size>
  103. <width>72</width>
  104. <height>29</height>
  105. </size>
  106. </property>
  107. <property name="maximumSize">
  108. <size>
  109. <width>72</width>
  110. <height>29</height>
  111. </size>
  112. </property>
  113. <property name="font">
  114. <font>
  115. <pointsize>11</pointsize>
  116. </font>
  117. </property>
  118. <property name="text">
  119. <string>显示顺序</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="0" column="1">
  124. <widget class="QLabel" name="label_3">
  125. <property name="minimumSize">
  126. <size>
  127. <width>100</width>
  128. <height>29</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>100</width>
  134. <height>29</height>
  135. </size>
  136. </property>
  137. <property name="font">
  138. <font>
  139. <pointsize>11</pointsize>
  140. </font>
  141. </property>
  142. <property name="text">
  143. <string>名称</string>
  144. </property>
  145. <property name="alignment">
  146. <set>Qt::AlignCenter</set>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="1" column="0">
  151. <widget class="QLineEdit" name="lineEdit">
  152. <property name="minimumSize">
  153. <size>
  154. <width>51</width>
  155. <height>31</height>
  156. </size>
  157. </property>
  158. <property name="maximumSize">
  159. <size>
  160. <width>51</width>
  161. <height>31</height>
  162. </size>
  163. </property>
  164. <property name="placeholderText">
  165. <string>0</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="1" column="1">
  170. <widget class="QLineEdit" name="lineEdit_2">
  171. <property name="minimumSize">
  172. <size>
  173. <width>100</width>
  174. <height>31</height>
  175. </size>
  176. </property>
  177. <property name="maximumSize">
  178. <size>
  179. <width>100</width>
  180. <height>31</height>
  181. </size>
  182. </property>
  183. <property name="placeholderText">
  184. <string>批号</string>
  185. </property>
  186. </widget>
  187. </item>
  188. <item row="2" column="0">
  189. <widget class="QLineEdit" name="lineEdit_3">
  190. <property name="minimumSize">
  191. <size>
  192. <width>51</width>
  193. <height>31</height>
  194. </size>
  195. </property>
  196. <property name="maximumSize">
  197. <size>
  198. <width>51</width>
  199. <height>31</height>
  200. </size>
  201. </property>
  202. <property name="placeholderText">
  203. <string>0</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="2" column="1">
  208. <widget class="QLineEdit" name="lineEdit_4">
  209. <property name="minimumSize">
  210. <size>
  211. <width>100</width>
  212. <height>31</height>
  213. </size>
  214. </property>
  215. <property name="maximumSize">
  216. <size>
  217. <width>100</width>
  218. <height>31</height>
  219. </size>
  220. </property>
  221. <property name="placeholderText">
  222. <string>品种</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="3" column="0">
  227. <widget class="QLineEdit" name="lineEdit_5">
  228. <property name="minimumSize">
  229. <size>
  230. <width>51</width>
  231. <height>31</height>
  232. </size>
  233. </property>
  234. <property name="maximumSize">
  235. <size>
  236. <width>51</width>
  237. <height>31</height>
  238. </size>
  239. </property>
  240. <property name="placeholderText">
  241. <string>0</string>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="3" column="1">
  246. <widget class="QLineEdit" name="lineEdit_6">
  247. <property name="minimumSize">
  248. <size>
  249. <width>100</width>
  250. <height>31</height>
  251. </size>
  252. </property>
  253. <property name="maximumSize">
  254. <size>
  255. <width>100</width>
  256. <height>31</height>
  257. </size>
  258. </property>
  259. <property name="placeholderText">
  260. <string>规格</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="4" column="0">
  265. <widget class="QLineEdit" name="lineEdit_7">
  266. <property name="minimumSize">
  267. <size>
  268. <width>51</width>
  269. <height>31</height>
  270. </size>
  271. </property>
  272. <property name="maximumSize">
  273. <size>
  274. <width>51</width>
  275. <height>31</height>
  276. </size>
  277. </property>
  278. <property name="placeholderText">
  279. <string>0</string>
  280. </property>
  281. </widget>
  282. </item>
  283. <item row="4" column="1">
  284. <widget class="QLineEdit" name="lineEdit_8">
  285. <property name="minimumSize">
  286. <size>
  287. <width>100</width>
  288. <height>31</height>
  289. </size>
  290. </property>
  291. <property name="maximumSize">
  292. <size>
  293. <width>100</width>
  294. <height>31</height>
  295. </size>
  296. </property>
  297. <property name="placeholderText">
  298. <string>旦数</string>
  299. </property>
  300. </widget>
  301. </item>
  302. <item row="5" column="0">
  303. <widget class="QLineEdit" name="lineEdit_9">
  304. <property name="minimumSize">
  305. <size>
  306. <width>51</width>
  307. <height>31</height>
  308. </size>
  309. </property>
  310. <property name="maximumSize">
  311. <size>
  312. <width>51</width>
  313. <height>31</height>
  314. </size>
  315. </property>
  316. <property name="placeholderText">
  317. <string>0</string>
  318. </property>
  319. </widget>
  320. </item>
  321. <item row="5" column="1">
  322. <widget class="QLineEdit" name="lineEdit_10">
  323. <property name="minimumSize">
  324. <size>
  325. <width>100</width>
  326. <height>31</height>
  327. </size>
  328. </property>
  329. <property name="maximumSize">
  330. <size>
  331. <width>100</width>
  332. <height>31</height>
  333. </size>
  334. </property>
  335. <property name="placeholderText">
  336. <string>分特</string>
  337. </property>
  338. </widget>
  339. </item>
  340. <item row="6" column="0">
  341. <widget class="QLineEdit" name="lineEdit_11">
  342. <property name="minimumSize">
  343. <size>
  344. <width>51</width>
  345. <height>31</height>
  346. </size>
  347. </property>
  348. <property name="maximumSize">
  349. <size>
  350. <width>51</width>
  351. <height>31</height>
  352. </size>
  353. </property>
  354. <property name="placeholderText">
  355. <string>0</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item row="6" column="1">
  360. <widget class="QLineEdit" name="lineEdit_12">
  361. <property name="minimumSize">
  362. <size>
  363. <width>100</width>
  364. <height>31</height>
  365. </size>
  366. </property>
  367. <property name="maximumSize">
  368. <size>
  369. <width>100</width>
  370. <height>31</height>
  371. </size>
  372. </property>
  373. <property name="placeholderText">
  374. <string>孔数</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item row="7" column="0">
  379. <widget class="QLineEdit" name="lineEdit_13">
  380. <property name="minimumSize">
  381. <size>
  382. <width>51</width>
  383. <height>31</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>51</width>
  389. <height>31</height>
  390. </size>
  391. </property>
  392. <property name="placeholderText">
  393. <string>0</string>
  394. </property>
  395. </widget>
  396. </item>
  397. <item row="7" column="1">
  398. <widget class="QLineEdit" name="lineEdit_14">
  399. <property name="minimumSize">
  400. <size>
  401. <width>100</width>
  402. <height>31</height>
  403. </size>
  404. </property>
  405. <property name="maximumSize">
  406. <size>
  407. <width>100</width>
  408. <height>31</height>
  409. </size>
  410. </property>
  411. <property name="placeholderText">
  412. <string>类型</string>
  413. </property>
  414. </widget>
  415. </item>
  416. <item row="8" column="0">
  417. <widget class="QLineEdit" name="lineEdit_15">
  418. <property name="minimumSize">
  419. <size>
  420. <width>51</width>
  421. <height>31</height>
  422. </size>
  423. </property>
  424. <property name="maximumSize">
  425. <size>
  426. <width>51</width>
  427. <height>31</height>
  428. </size>
  429. </property>
  430. <property name="placeholderText">
  431. <string>0</string>
  432. </property>
  433. </widget>
  434. </item>
  435. <item row="8" column="1">
  436. <widget class="QLineEdit" name="lineEdit_16">
  437. <property name="minimumSize">
  438. <size>
  439. <width>100</width>
  440. <height>31</height>
  441. </size>
  442. </property>
  443. <property name="maximumSize">
  444. <size>
  445. <width>100</width>
  446. <height>31</height>
  447. </size>
  448. </property>
  449. <property name="placeholderText">
  450. <string>颜色</string>
  451. </property>
  452. </widget>
  453. </item>
  454. <item row="9" column="0">
  455. <widget class="QLineEdit" name="lineEdit_17">
  456. <property name="minimumSize">
  457. <size>
  458. <width>51</width>
  459. <height>31</height>
  460. </size>
  461. </property>
  462. <property name="maximumSize">
  463. <size>
  464. <width>51</width>
  465. <height>31</height>
  466. </size>
  467. </property>
  468. <property name="placeholderText">
  469. <string>0</string>
  470. </property>
  471. </widget>
  472. </item>
  473. <item row="9" column="1">
  474. <widget class="QLineEdit" name="lineEdit_18">
  475. <property name="minimumSize">
  476. <size>
  477. <width>100</width>
  478. <height>31</height>
  479. </size>
  480. </property>
  481. <property name="maximumSize">
  482. <size>
  483. <width>100</width>
  484. <height>31</height>
  485. </size>
  486. </property>
  487. <property name="placeholderText">
  488. <string>捻向</string>
  489. </property>
  490. </widget>
  491. </item>
  492. <item row="10" column="0">
  493. <widget class="QLineEdit" name="lineEdit_19">
  494. <property name="minimumSize">
  495. <size>
  496. <width>51</width>
  497. <height>31</height>
  498. </size>
  499. </property>
  500. <property name="maximumSize">
  501. <size>
  502. <width>51</width>
  503. <height>31</height>
  504. </size>
  505. </property>
  506. <property name="placeholderText">
  507. <string>0</string>
  508. </property>
  509. </widget>
  510. </item>
  511. <item row="10" column="1">
  512. <widget class="QLineEdit" name="lineEdit_20">
  513. <property name="minimumSize">
  514. <size>
  515. <width>100</width>
  516. <height>31</height>
  517. </size>
  518. </property>
  519. <property name="maximumSize">
  520. <size>
  521. <width>100</width>
  522. <height>31</height>
  523. </size>
  524. </property>
  525. <property name="placeholderText">
  526. <string>管色</string>
  527. </property>
  528. </widget>
  529. </item>
  530. <item row="11" column="0">
  531. <widget class="QLineEdit" name="lineEdit_21">
  532. <property name="minimumSize">
  533. <size>
  534. <width>51</width>
  535. <height>31</height>
  536. </size>
  537. </property>
  538. <property name="maximumSize">
  539. <size>
  540. <width>51</width>
  541. <height>31</height>
  542. </size>
  543. </property>
  544. <property name="placeholderText">
  545. <string>0</string>
  546. </property>
  547. </widget>
  548. </item>
  549. <item row="11" column="1">
  550. <widget class="QLineEdit" name="lineEdit_22">
  551. <property name="minimumSize">
  552. <size>
  553. <width>100</width>
  554. <height>31</height>
  555. </size>
  556. </property>
  557. <property name="maximumSize">
  558. <size>
  559. <width>100</width>
  560. <height>31</height>
  561. </size>
  562. </property>
  563. <property name="placeholderText">
  564. <string>箱重</string>
  565. </property>
  566. </widget>
  567. </item>
  568. </layout>
  569. </item>
  570. <item row="0" column="1">
  571. <layout class="QGridLayout" name="gridLayout_2">
  572. <item row="0" column="0">
  573. <widget class="QLabel" name="label_4">
  574. <property name="minimumSize">
  575. <size>
  576. <width>72</width>
  577. <height>29</height>
  578. </size>
  579. </property>
  580. <property name="maximumSize">
  581. <size>
  582. <width>72</width>
  583. <height>29</height>
  584. </size>
  585. </property>
  586. <property name="font">
  587. <font>
  588. <pointsize>11</pointsize>
  589. </font>
  590. </property>
  591. <property name="text">
  592. <string>显示顺序</string>
  593. </property>
  594. </widget>
  595. </item>
  596. <item row="0" column="1">
  597. <widget class="QLabel" name="label_5">
  598. <property name="minimumSize">
  599. <size>
  600. <width>100</width>
  601. <height>29</height>
  602. </size>
  603. </property>
  604. <property name="maximumSize">
  605. <size>
  606. <width>100</width>
  607. <height>29</height>
  608. </size>
  609. </property>
  610. <property name="font">
  611. <font>
  612. <pointsize>11</pointsize>
  613. </font>
  614. </property>
  615. <property name="text">
  616. <string>名称</string>
  617. </property>
  618. <property name="alignment">
  619. <set>Qt::AlignCenter</set>
  620. </property>
  621. </widget>
  622. </item>
  623. <item row="1" column="0">
  624. <widget class="QLineEdit" name="lineEdit_23">
  625. <property name="minimumSize">
  626. <size>
  627. <width>51</width>
  628. <height>31</height>
  629. </size>
  630. </property>
  631. <property name="maximumSize">
  632. <size>
  633. <width>51</width>
  634. <height>31</height>
  635. </size>
  636. </property>
  637. <property name="placeholderText">
  638. <string>0</string>
  639. </property>
  640. </widget>
  641. </item>
  642. <item row="1" column="1">
  643. <widget class="QLineEdit" name="lineEdit_24">
  644. <property name="minimumSize">
  645. <size>
  646. <width>100</width>
  647. <height>31</height>
  648. </size>
  649. </property>
  650. <property name="maximumSize">
  651. <size>
  652. <width>100</width>
  653. <height>31</height>
  654. </size>
  655. </property>
  656. <property name="placeholderText">
  657. <string>筒重</string>
  658. </property>
  659. </widget>
  660. </item>
  661. <item row="2" column="0">
  662. <widget class="QLineEdit" name="lineEdit_25">
  663. <property name="minimumSize">
  664. <size>
  665. <width>51</width>
  666. <height>31</height>
  667. </size>
  668. </property>
  669. <property name="maximumSize">
  670. <size>
  671. <width>51</width>
  672. <height>31</height>
  673. </size>
  674. </property>
  675. <property name="placeholderText">
  676. <string>0</string>
  677. </property>
  678. </widget>
  679. </item>
  680. <item row="2" column="1">
  681. <widget class="QLineEdit" name="lineEdit_26">
  682. <property name="minimumSize">
  683. <size>
  684. <width>100</width>
  685. <height>31</height>
  686. </size>
  687. </property>
  688. <property name="maximumSize">
  689. <size>
  690. <width>100</width>
  691. <height>31</height>
  692. </size>
  693. </property>
  694. <property name="placeholderText">
  695. <string>机台</string>
  696. </property>
  697. </widget>
  698. </item>
  699. <item row="3" column="0">
  700. <widget class="QLineEdit" name="lineEdit_27">
  701. <property name="minimumSize">
  702. <size>
  703. <width>51</width>
  704. <height>31</height>
  705. </size>
  706. </property>
  707. <property name="maximumSize">
  708. <size>
  709. <width>51</width>
  710. <height>31</height>
  711. </size>
  712. </property>
  713. <property name="placeholderText">
  714. <string>0</string>
  715. </property>
  716. </widget>
  717. </item>
  718. <item row="3" column="1">
  719. <widget class="QLineEdit" name="lineEdit_28">
  720. <property name="minimumSize">
  721. <size>
  722. <width>100</width>
  723. <height>31</height>
  724. </size>
  725. </property>
  726. <property name="maximumSize">
  727. <size>
  728. <width>100</width>
  729. <height>31</height>
  730. </size>
  731. </property>
  732. <property name="placeholderText">
  733. <string>纸箱</string>
  734. </property>
  735. </widget>
  736. </item>
  737. <item row="4" column="0">
  738. <widget class="QLineEdit" name="lineEdit_29">
  739. <property name="minimumSize">
  740. <size>
  741. <width>51</width>
  742. <height>31</height>
  743. </size>
  744. </property>
  745. <property name="maximumSize">
  746. <size>
  747. <width>51</width>
  748. <height>31</height>
  749. </size>
  750. </property>
  751. <property name="placeholderText">
  752. <string>0</string>
  753. </property>
  754. </widget>
  755. </item>
  756. <item row="4" column="1">
  757. <widget class="QLineEdit" name="lineEdit_30">
  758. <property name="minimumSize">
  759. <size>
  760. <width>100</width>
  761. <height>31</height>
  762. </size>
  763. </property>
  764. <property name="maximumSize">
  765. <size>
  766. <width>100</width>
  767. <height>31</height>
  768. </size>
  769. </property>
  770. <property name="placeholderText">
  771. <string>筒数</string>
  772. </property>
  773. </widget>
  774. </item>
  775. <item row="5" column="0">
  776. <widget class="QLineEdit" name="lineEdit_31">
  777. <property name="minimumSize">
  778. <size>
  779. <width>51</width>
  780. <height>31</height>
  781. </size>
  782. </property>
  783. <property name="maximumSize">
  784. <size>
  785. <width>51</width>
  786. <height>31</height>
  787. </size>
  788. </property>
  789. <property name="placeholderText">
  790. <string>0</string>
  791. </property>
  792. </widget>
  793. </item>
  794. <item row="5" column="1">
  795. <widget class="QLineEdit" name="lineEdit_32">
  796. <property name="minimumSize">
  797. <size>
  798. <width>100</width>
  799. <height>31</height>
  800. </size>
  801. </property>
  802. <property name="maximumSize">
  803. <size>
  804. <width>100</width>
  805. <height>31</height>
  806. </size>
  807. </property>
  808. <property name="placeholderText">
  809. <string>时间</string>
  810. </property>
  811. </widget>
  812. </item>
  813. <item row="6" column="0">
  814. <widget class="QLineEdit" name="lineEdit_33">
  815. <property name="minimumSize">
  816. <size>
  817. <width>51</width>
  818. <height>31</height>
  819. </size>
  820. </property>
  821. <property name="maximumSize">
  822. <size>
  823. <width>51</width>
  824. <height>31</height>
  825. </size>
  826. </property>
  827. <property name="placeholderText">
  828. <string>0</string>
  829. </property>
  830. </widget>
  831. </item>
  832. <item row="6" column="1">
  833. <widget class="QLineEdit" name="lineEdit_34">
  834. <property name="minimumSize">
  835. <size>
  836. <width>100</width>
  837. <height>31</height>
  838. </size>
  839. </property>
  840. <property name="maximumSize">
  841. <size>
  842. <width>100</width>
  843. <height>31</height>
  844. </size>
  845. </property>
  846. <property name="placeholderText">
  847. <string>箱号规格</string>
  848. </property>
  849. </widget>
  850. </item>
  851. <item row="7" column="0">
  852. <widget class="QLineEdit" name="lineEdit_35">
  853. <property name="minimumSize">
  854. <size>
  855. <width>51</width>
  856. <height>31</height>
  857. </size>
  858. </property>
  859. <property name="maximumSize">
  860. <size>
  861. <width>51</width>
  862. <height>31</height>
  863. </size>
  864. </property>
  865. <property name="placeholderText">
  866. <string>0</string>
  867. </property>
  868. </widget>
  869. </item>
  870. <item row="7" column="1">
  871. <widget class="QLineEdit" name="lineEdit_36">
  872. <property name="minimumSize">
  873. <size>
  874. <width>100</width>
  875. <height>31</height>
  876. </size>
  877. </property>
  878. <property name="maximumSize">
  879. <size>
  880. <width>100</width>
  881. <height>31</height>
  882. </size>
  883. </property>
  884. <property name="placeholderText">
  885. <string>箱号抬头</string>
  886. </property>
  887. </widget>
  888. </item>
  889. <item row="8" column="0">
  890. <widget class="QLineEdit" name="lineEdit_37">
  891. <property name="minimumSize">
  892. <size>
  893. <width>51</width>
  894. <height>31</height>
  895. </size>
  896. </property>
  897. <property name="maximumSize">
  898. <size>
  899. <width>51</width>
  900. <height>31</height>
  901. </size>
  902. </property>
  903. <property name="placeholderText">
  904. <string>0</string>
  905. </property>
  906. </widget>
  907. </item>
  908. <item row="8" column="1">
  909. <widget class="QLineEdit" name="lineEdit_38">
  910. <property name="minimumSize">
  911. <size>
  912. <width>100</width>
  913. <height>31</height>
  914. </size>
  915. </property>
  916. <property name="maximumSize">
  917. <size>
  918. <width>100</width>
  919. <height>31</height>
  920. </size>
  921. </property>
  922. <property name="placeholderText">
  923. <string>箱号选择</string>
  924. </property>
  925. </widget>
  926. </item>
  927. <item row="9" column="0">
  928. <widget class="QLineEdit" name="lineEdit_39">
  929. <property name="minimumSize">
  930. <size>
  931. <width>51</width>
  932. <height>31</height>
  933. </size>
  934. </property>
  935. <property name="maximumSize">
  936. <size>
  937. <width>51</width>
  938. <height>31</height>
  939. </size>
  940. </property>
  941. <property name="placeholderText">
  942. <string>0</string>
  943. </property>
  944. </widget>
  945. </item>
  946. <item row="9" column="1">
  947. <widget class="QLineEdit" name="lineEdit_40">
  948. <property name="minimumSize">
  949. <size>
  950. <width>100</width>
  951. <height>31</height>
  952. </size>
  953. </property>
  954. <property name="maximumSize">
  955. <size>
  956. <width>100</width>
  957. <height>31</height>
  958. </size>
  959. </property>
  960. <property name="placeholderText">
  961. <string>自定义</string>
  962. </property>
  963. </widget>
  964. </item>
  965. <item row="10" column="0">
  966. <widget class="QLineEdit" name="lineEdit_41">
  967. <property name="minimumSize">
  968. <size>
  969. <width>51</width>
  970. <height>31</height>
  971. </size>
  972. </property>
  973. <property name="maximumSize">
  974. <size>
  975. <width>51</width>
  976. <height>31</height>
  977. </size>
  978. </property>
  979. <property name="placeholderText">
  980. <string>0</string>
  981. </property>
  982. </widget>
  983. </item>
  984. <item row="10" column="1">
  985. <widget class="QLineEdit" name="lineEdit_42">
  986. <property name="minimumSize">
  987. <size>
  988. <width>100</width>
  989. <height>31</height>
  990. </size>
  991. </property>
  992. <property name="maximumSize">
  993. <size>
  994. <width>100</width>
  995. <height>31</height>
  996. </size>
  997. </property>
  998. <property name="placeholderText">
  999. <string>自定义</string>
  1000. </property>
  1001. </widget>
  1002. </item>
  1003. <item row="11" column="0">
  1004. <widget class="QLineEdit" name="lineEdit_43">
  1005. <property name="minimumSize">
  1006. <size>
  1007. <width>51</width>
  1008. <height>31</height>
  1009. </size>
  1010. </property>
  1011. <property name="maximumSize">
  1012. <size>
  1013. <width>51</width>
  1014. <height>31</height>
  1015. </size>
  1016. </property>
  1017. <property name="placeholderText">
  1018. <string>0</string>
  1019. </property>
  1020. </widget>
  1021. </item>
  1022. <item row="11" column="1">
  1023. <widget class="QLineEdit" name="lineEdit_44">
  1024. <property name="minimumSize">
  1025. <size>
  1026. <width>100</width>
  1027. <height>31</height>
  1028. </size>
  1029. </property>
  1030. <property name="maximumSize">
  1031. <size>
  1032. <width>100</width>
  1033. <height>31</height>
  1034. </size>
  1035. </property>
  1036. <property name="placeholderText">
  1037. <string>自定义</string>
  1038. </property>
  1039. </widget>
  1040. </item>
  1041. </layout>
  1042. </item>
  1043. </layout>
  1044. </widget>
  1045. </item>
  1046. <item row="1" column="2">
  1047. <spacer name="horizontalSpacer_2">
  1048. <property name="orientation">
  1049. <enum>Qt::Horizontal</enum>
  1050. </property>
  1051. <property name="sizeHint" stdset="0">
  1052. <size>
  1053. <width>48</width>
  1054. <height>20</height>
  1055. </size>
  1056. </property>
  1057. </spacer>
  1058. </item>
  1059. <item row="2" column="0" colspan="3">
  1060. <widget class="QWidget" name="widget_3" native="true">
  1061. <property name="minimumSize">
  1062. <size>
  1063. <width>0</width>
  1064. <height>51</height>
  1065. </size>
  1066. </property>
  1067. <property name="maximumSize">
  1068. <size>
  1069. <width>9999</width>
  1070. <height>51</height>
  1071. </size>
  1072. </property>
  1073. <layout class="QGridLayout" name="gridLayout_6">
  1074. <item row="0" column="0">
  1075. <spacer name="horizontalSpacer_3">
  1076. <property name="orientation">
  1077. <enum>Qt::Horizontal</enum>
  1078. </property>
  1079. <property name="sizeHint" stdset="0">
  1080. <size>
  1081. <width>426</width>
  1082. <height>20</height>
  1083. </size>
  1084. </property>
  1085. </spacer>
  1086. </item>
  1087. <item row="0" column="1">
  1088. <widget class="QPushButton" name="pushButton_2">
  1089. <property name="text">
  1090. <string>取消</string>
  1091. </property>
  1092. </widget>
  1093. </item>
  1094. <item row="0" column="2">
  1095. <widget class="QPushButton" name="pushButton_3">
  1096. <property name="text">
  1097. <string>确定</string>
  1098. </property>
  1099. </widget>
  1100. </item>
  1101. </layout>
  1102. </widget>
  1103. </item>
  1104. </layout>
  1105. </widget>
  1106. <resources/>
  1107. <connections/>
  1108. </ui>