showxiangdanlabelform.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowXiangDanLabelForm</class>
  4. <widget class="QWidget" name="ShowXiangDanLabelForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>851</width>
  10. <height>491</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0" colspan="2">
  18. <widget class="QWidget" name="widget_4" native="true">
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>40</height>
  23. </size>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout_3">
  26. <item row="0" column="0">
  27. <widget class="QPushButton" name="backButton">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>25</height>
  32. </size>
  33. </property>
  34. <property name="text">
  35. <string>返回首页</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="1">
  40. <spacer name="horizontalSpacer">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>360</width>
  47. <height>15</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item row="0" column="2">
  53. <widget class="QLabel" name="label">
  54. <property name="minimumSize">
  55. <size>
  56. <width>0</width>
  57. <height>24</height>
  58. </size>
  59. </property>
  60. <property name="font">
  61. <font>
  62. <pointsize>14</pointsize>
  63. </font>
  64. </property>
  65. <property name="text">
  66. <string>箱单模板</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="3">
  71. <spacer name="horizontalSpacer_2">
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="sizeHint" stdset="0">
  76. <size>
  77. <width>470</width>
  78. <height>15</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. </layout>
  84. </widget>
  85. </item>
  86. <item row="1" column="0">
  87. <widget class="QWidget" name="widget" native="true">
  88. <property name="styleSheet">
  89. <string notr="true"/>
  90. </property>
  91. <layout class="QGridLayout" name="gridLayout_2">
  92. <item row="0" column="0">
  93. <widget class="QWidget" name="showWidget" native="true">
  94. <property name="minimumSize">
  95. <size>
  96. <width>500</width>
  97. <height>400</height>
  98. </size>
  99. </property>
  100. <property name="maximumSize">
  101. <size>
  102. <width>500</width>
  103. <height>400</height>
  104. </size>
  105. </property>
  106. <property name="styleSheet">
  107. <string notr="true"/>
  108. </property>
  109. <widget class="QLineEdit" name="text1">
  110. <property name="geometry">
  111. <rect>
  112. <x>29</x>
  113. <y>109</y>
  114. <width>71</width>
  115. <height>21</height>
  116. </rect>
  117. </property>
  118. <property name="font">
  119. <font>
  120. <pointsize>12</pointsize>
  121. <weight>75</weight>
  122. <bold>true</bold>
  123. </font>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true"/>
  127. </property>
  128. <property name="text">
  129. <string>品名</string>
  130. </property>
  131. <property name="frame">
  132. <bool>false</bool>
  133. </property>
  134. <property name="alignment">
  135. <set>Qt::AlignCenter</set>
  136. </property>
  137. </widget>
  138. <widget class="QLineEdit" name="text2">
  139. <property name="geometry">
  140. <rect>
  141. <x>29</x>
  142. <y>141</y>
  143. <width>71</width>
  144. <height>21</height>
  145. </rect>
  146. </property>
  147. <property name="font">
  148. <font>
  149. <pointsize>12</pointsize>
  150. <weight>75</weight>
  151. <bold>true</bold>
  152. </font>
  153. </property>
  154. <property name="styleSheet">
  155. <string notr="true"/>
  156. </property>
  157. <property name="text">
  158. <string>品名</string>
  159. </property>
  160. <property name="frame">
  161. <bool>false</bool>
  162. </property>
  163. <property name="alignment">
  164. <set>Qt::AlignCenter</set>
  165. </property>
  166. </widget>
  167. <widget class="QLineEdit" name="text3">
  168. <property name="geometry">
  169. <rect>
  170. <x>29</x>
  171. <y>179</y>
  172. <width>71</width>
  173. <height>21</height>
  174. </rect>
  175. </property>
  176. <property name="font">
  177. <font>
  178. <pointsize>12</pointsize>
  179. <weight>75</weight>
  180. <bold>true</bold>
  181. </font>
  182. </property>
  183. <property name="styleSheet">
  184. <string notr="true"/>
  185. </property>
  186. <property name="text">
  187. <string>品名</string>
  188. </property>
  189. <property name="frame">
  190. <bool>false</bool>
  191. </property>
  192. <property name="alignment">
  193. <set>Qt::AlignCenter</set>
  194. </property>
  195. </widget>
  196. <widget class="QLineEdit" name="text4">
  197. <property name="geometry">
  198. <rect>
  199. <x>29</x>
  200. <y>211</y>
  201. <width>71</width>
  202. <height>21</height>
  203. </rect>
  204. </property>
  205. <property name="font">
  206. <font>
  207. <pointsize>12</pointsize>
  208. <weight>75</weight>
  209. <bold>true</bold>
  210. </font>
  211. </property>
  212. <property name="styleSheet">
  213. <string notr="true"/>
  214. </property>
  215. <property name="text">
  216. <string>品名</string>
  217. </property>
  218. <property name="frame">
  219. <bool>false</bool>
  220. </property>
  221. <property name="alignment">
  222. <set>Qt::AlignCenter</set>
  223. </property>
  224. </widget>
  225. <widget class="QLineEdit" name="text5">
  226. <property name="geometry">
  227. <rect>
  228. <x>29</x>
  229. <y>249</y>
  230. <width>71</width>
  231. <height>21</height>
  232. </rect>
  233. </property>
  234. <property name="font">
  235. <font>
  236. <pointsize>12</pointsize>
  237. <weight>75</weight>
  238. <bold>true</bold>
  239. </font>
  240. </property>
  241. <property name="styleSheet">
  242. <string notr="true"/>
  243. </property>
  244. <property name="text">
  245. <string>品名</string>
  246. </property>
  247. <property name="frame">
  248. <bool>false</bool>
  249. </property>
  250. <property name="alignment">
  251. <set>Qt::AlignCenter</set>
  252. </property>
  253. </widget>
  254. <widget class="QLineEdit" name="text5_2">
  255. <property name="geometry">
  256. <rect>
  257. <x>253</x>
  258. <y>249</y>
  259. <width>75</width>
  260. <height>21</height>
  261. </rect>
  262. </property>
  263. <property name="font">
  264. <font>
  265. <pointsize>12</pointsize>
  266. <weight>75</weight>
  267. <bold>true</bold>
  268. </font>
  269. </property>
  270. <property name="styleSheet">
  271. <string notr="true"/>
  272. </property>
  273. <property name="text">
  274. <string>品名</string>
  275. </property>
  276. <property name="frame">
  277. <bool>false</bool>
  278. </property>
  279. <property name="alignment">
  280. <set>Qt::AlignCenter</set>
  281. </property>
  282. </widget>
  283. <widget class="QLineEdit" name="text3_2">
  284. <property name="geometry">
  285. <rect>
  286. <x>253</x>
  287. <y>179</y>
  288. <width>75</width>
  289. <height>21</height>
  290. </rect>
  291. </property>
  292. <property name="font">
  293. <font>
  294. <pointsize>12</pointsize>
  295. <weight>75</weight>
  296. <bold>true</bold>
  297. </font>
  298. </property>
  299. <property name="styleSheet">
  300. <string notr="true"/>
  301. </property>
  302. <property name="text">
  303. <string>品名</string>
  304. </property>
  305. <property name="frame">
  306. <bool>false</bool>
  307. </property>
  308. <property name="alignment">
  309. <set>Qt::AlignCenter</set>
  310. </property>
  311. </widget>
  312. <widget class="QLineEdit" name="text1_2">
  313. <property name="geometry">
  314. <rect>
  315. <x>253</x>
  316. <y>109</y>
  317. <width>75</width>
  318. <height>21</height>
  319. </rect>
  320. </property>
  321. <property name="font">
  322. <font>
  323. <pointsize>12</pointsize>
  324. <weight>75</weight>
  325. <bold>true</bold>
  326. </font>
  327. </property>
  328. <property name="styleSheet">
  329. <string notr="true"/>
  330. </property>
  331. <property name="text">
  332. <string>品名</string>
  333. </property>
  334. <property name="frame">
  335. <bool>false</bool>
  336. </property>
  337. <property name="alignment">
  338. <set>Qt::AlignCenter</set>
  339. </property>
  340. </widget>
  341. <widget class="QLineEdit" name="text4_2">
  342. <property name="geometry">
  343. <rect>
  344. <x>253</x>
  345. <y>211</y>
  346. <width>75</width>
  347. <height>21</height>
  348. </rect>
  349. </property>
  350. <property name="font">
  351. <font>
  352. <pointsize>12</pointsize>
  353. <weight>75</weight>
  354. <bold>true</bold>
  355. </font>
  356. </property>
  357. <property name="styleSheet">
  358. <string notr="true"/>
  359. </property>
  360. <property name="text">
  361. <string>品名</string>
  362. </property>
  363. <property name="frame">
  364. <bool>false</bool>
  365. </property>
  366. <property name="alignment">
  367. <set>Qt::AlignCenter</set>
  368. </property>
  369. </widget>
  370. <widget class="QLineEdit" name="text2_2">
  371. <property name="geometry">
  372. <rect>
  373. <x>253</x>
  374. <y>141</y>
  375. <width>75</width>
  376. <height>21</height>
  377. </rect>
  378. </property>
  379. <property name="font">
  380. <font>
  381. <pointsize>12</pointsize>
  382. <weight>75</weight>
  383. <bold>true</bold>
  384. </font>
  385. </property>
  386. <property name="styleSheet">
  387. <string notr="true"/>
  388. </property>
  389. <property name="text">
  390. <string>品名</string>
  391. </property>
  392. <property name="frame">
  393. <bool>false</bool>
  394. </property>
  395. <property name="alignment">
  396. <set>Qt::AlignCenter</set>
  397. </property>
  398. </widget>
  399. <widget class="QComboBox" name="data1">
  400. <property name="geometry">
  401. <rect>
  402. <x>120</x>
  403. <y>109</y>
  404. <width>111</width>
  405. <height>22</height>
  406. </rect>
  407. </property>
  408. </widget>
  409. <widget class="QComboBox" name="data2">
  410. <property name="geometry">
  411. <rect>
  412. <x>120</x>
  413. <y>141</y>
  414. <width>111</width>
  415. <height>22</height>
  416. </rect>
  417. </property>
  418. </widget>
  419. <widget class="QComboBox" name="data3">
  420. <property name="geometry">
  421. <rect>
  422. <x>120</x>
  423. <y>179</y>
  424. <width>111</width>
  425. <height>22</height>
  426. </rect>
  427. </property>
  428. </widget>
  429. <widget class="QComboBox" name="data4">
  430. <property name="geometry">
  431. <rect>
  432. <x>120</x>
  433. <y>211</y>
  434. <width>111</width>
  435. <height>22</height>
  436. </rect>
  437. </property>
  438. </widget>
  439. <widget class="QComboBox" name="data5">
  440. <property name="geometry">
  441. <rect>
  442. <x>120</x>
  443. <y>249</y>
  444. <width>111</width>
  445. <height>22</height>
  446. </rect>
  447. </property>
  448. </widget>
  449. <widget class="QComboBox" name="data2_2">
  450. <property name="geometry">
  451. <rect>
  452. <x>350</x>
  453. <y>141</y>
  454. <width>111</width>
  455. <height>22</height>
  456. </rect>
  457. </property>
  458. </widget>
  459. <widget class="QComboBox" name="data3_2">
  460. <property name="geometry">
  461. <rect>
  462. <x>350</x>
  463. <y>179</y>
  464. <width>111</width>
  465. <height>22</height>
  466. </rect>
  467. </property>
  468. </widget>
  469. <widget class="QComboBox" name="data5_2">
  470. <property name="geometry">
  471. <rect>
  472. <x>350</x>
  473. <y>249</y>
  474. <width>111</width>
  475. <height>22</height>
  476. </rect>
  477. </property>
  478. </widget>
  479. <widget class="QComboBox" name="data4_2">
  480. <property name="geometry">
  481. <rect>
  482. <x>350</x>
  483. <y>211</y>
  484. <width>111</width>
  485. <height>22</height>
  486. </rect>
  487. </property>
  488. </widget>
  489. <widget class="QComboBox" name="data1_2">
  490. <property name="geometry">
  491. <rect>
  492. <x>350</x>
  493. <y>109</y>
  494. <width>111</width>
  495. <height>22</height>
  496. </rect>
  497. </property>
  498. </widget>
  499. </widget>
  500. </item>
  501. </layout>
  502. </widget>
  503. </item>
  504. <item row="1" column="1">
  505. <widget class="QWidget" name="widget_2" native="true">
  506. <property name="minimumSize">
  507. <size>
  508. <width>300</width>
  509. <height>0</height>
  510. </size>
  511. </property>
  512. <property name="maximumSize">
  513. <size>
  514. <width>300</width>
  515. <height>16777215</height>
  516. </size>
  517. </property>
  518. <widget class="QLabel" name="label_2">
  519. <property name="geometry">
  520. <rect>
  521. <x>10</x>
  522. <y>30</y>
  523. <width>71</width>
  524. <height>21</height>
  525. </rect>
  526. </property>
  527. <property name="text">
  528. <string>当前模板:</string>
  529. </property>
  530. </widget>
  531. <widget class="QLabel" name="label_3">
  532. <property name="geometry">
  533. <rect>
  534. <x>90</x>
  535. <y>30</y>
  536. <width>91</width>
  537. <height>16</height>
  538. </rect>
  539. </property>
  540. <property name="text">
  541. <string>默认模板</string>
  542. </property>
  543. </widget>
  544. <widget class="QTableWidget" name="ModelList">
  545. <property name="geometry">
  546. <rect>
  547. <x>10</x>
  548. <y>60</y>
  549. <width>271</width>
  550. <height>141</height>
  551. </rect>
  552. </property>
  553. <column>
  554. <property name="text">
  555. <string>名称</string>
  556. </property>
  557. </column>
  558. </widget>
  559. <widget class="QPushButton" name="addNewModel">
  560. <property name="geometry">
  561. <rect>
  562. <x>90</x>
  563. <y>220</y>
  564. <width>93</width>
  565. <height>28</height>
  566. </rect>
  567. </property>
  568. <property name="text">
  569. <string>新建模板</string>
  570. </property>
  571. </widget>
  572. <widget class="QPushButton" name="upModel">
  573. <property name="geometry">
  574. <rect>
  575. <x>90</x>
  576. <y>260</y>
  577. <width>93</width>
  578. <height>28</height>
  579. </rect>
  580. </property>
  581. <property name="text">
  582. <string>更新模板</string>
  583. </property>
  584. </widget>
  585. <widget class="QPushButton" name="delModel">
  586. <property name="geometry">
  587. <rect>
  588. <x>90</x>
  589. <y>300</y>
  590. <width>93</width>
  591. <height>28</height>
  592. </rect>
  593. </property>
  594. <property name="text">
  595. <string>删除模板</string>
  596. </property>
  597. </widget>
  598. </widget>
  599. </item>
  600. </layout>
  601. </widget>
  602. <resources/>
  603. <connections/>
  604. </ui>