showmadanlabelform.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowMaDanLabelForm</class>
  4. <widget class="QWidget" name="ShowMaDanLabelForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1038</width>
  10. <height>779</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  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_4">
  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>40</x>
  113. <y>59</y>
  114. <width>61</width>
  115. <height>21</height>
  116. </rect>
  117. </property>
  118. <property name="font">
  119. <font>
  120. <pointsize>12</pointsize>
  121. </font>
  122. </property>
  123. <property name="frame">
  124. <bool>false</bool>
  125. </property>
  126. <property name="alignment">
  127. <set>Qt::AlignCenter</set>
  128. </property>
  129. <property name="placeholderText">
  130. <string>空</string>
  131. </property>
  132. </widget>
  133. <widget class="QLineEdit" name="text2">
  134. <property name="geometry">
  135. <rect>
  136. <x>40</x>
  137. <y>89</y>
  138. <width>61</width>
  139. <height>21</height>
  140. </rect>
  141. </property>
  142. <property name="font">
  143. <font>
  144. <pointsize>12</pointsize>
  145. </font>
  146. </property>
  147. <property name="frame">
  148. <bool>false</bool>
  149. </property>
  150. <property name="alignment">
  151. <set>Qt::AlignCenter</set>
  152. </property>
  153. <property name="placeholderText">
  154. <string>空</string>
  155. </property>
  156. </widget>
  157. <widget class="QLineEdit" name="text1_2">
  158. <property name="geometry">
  159. <rect>
  160. <x>290</x>
  161. <y>59</y>
  162. <width>61</width>
  163. <height>21</height>
  164. </rect>
  165. </property>
  166. <property name="font">
  167. <font>
  168. <pointsize>12</pointsize>
  169. </font>
  170. </property>
  171. <property name="text">
  172. <string/>
  173. </property>
  174. <property name="frame">
  175. <bool>false</bool>
  176. </property>
  177. <property name="alignment">
  178. <set>Qt::AlignCenter</set>
  179. </property>
  180. <property name="placeholderText">
  181. <string>空</string>
  182. </property>
  183. </widget>
  184. <widget class="QLineEdit" name="text2_2">
  185. <property name="geometry">
  186. <rect>
  187. <x>290</x>
  188. <y>89</y>
  189. <width>61</width>
  190. <height>21</height>
  191. </rect>
  192. </property>
  193. <property name="font">
  194. <font>
  195. <pointsize>12</pointsize>
  196. </font>
  197. </property>
  198. <property name="frame">
  199. <bool>false</bool>
  200. </property>
  201. <property name="alignment">
  202. <set>Qt::AlignCenter</set>
  203. </property>
  204. <property name="placeholderText">
  205. <string>空</string>
  206. </property>
  207. </widget>
  208. <widget class="QComboBox" name="data1">
  209. <property name="enabled">
  210. <bool>true</bool>
  211. </property>
  212. <property name="geometry">
  213. <rect>
  214. <x>100</x>
  215. <y>60</y>
  216. <width>87</width>
  217. <height>22</height>
  218. </rect>
  219. </property>
  220. <property name="editable">
  221. <bool>true</bool>
  222. </property>
  223. </widget>
  224. <widget class="QComboBox" name="data2">
  225. <property name="geometry">
  226. <rect>
  227. <x>100</x>
  228. <y>90</y>
  229. <width>87</width>
  230. <height>22</height>
  231. </rect>
  232. </property>
  233. <property name="editable">
  234. <bool>true</bool>
  235. </property>
  236. </widget>
  237. <widget class="QComboBox" name="data1_2">
  238. <property name="geometry">
  239. <rect>
  240. <x>350</x>
  241. <y>60</y>
  242. <width>87</width>
  243. <height>22</height>
  244. </rect>
  245. </property>
  246. <property name="editable">
  247. <bool>true</bool>
  248. </property>
  249. </widget>
  250. <widget class="QComboBox" name="data2_2">
  251. <property name="geometry">
  252. <rect>
  253. <x>350</x>
  254. <y>90</y>
  255. <width>87</width>
  256. <height>22</height>
  257. </rect>
  258. </property>
  259. <property name="editable">
  260. <bool>true</bool>
  261. </property>
  262. </widget>
  263. <widget class="QLabel" name="label_4">
  264. <property name="geometry">
  265. <rect>
  266. <x>40</x>
  267. <y>120</y>
  268. <width>21</width>
  269. <height>16</height>
  270. </rect>
  271. </property>
  272. <property name="text">
  273. <string>1.</string>
  274. </property>
  275. </widget>
  276. <widget class="QComboBox" name="data3">
  277. <property name="geometry">
  278. <rect>
  279. <x>60</x>
  280. <y>118</y>
  281. <width>87</width>
  282. <height>22</height>
  283. </rect>
  284. </property>
  285. <property name="editable">
  286. <bool>true</bool>
  287. </property>
  288. </widget>
  289. <widget class="QLineEdit" name="text4">
  290. <property name="geometry">
  291. <rect>
  292. <x>30</x>
  293. <y>300</y>
  294. <width>51</width>
  295. <height>21</height>
  296. </rect>
  297. </property>
  298. <property name="frame">
  299. <bool>false</bool>
  300. </property>
  301. <property name="alignment">
  302. <set>Qt::AlignCenter</set>
  303. </property>
  304. <property name="placeholderText">
  305. <string>空</string>
  306. </property>
  307. </widget>
  308. <widget class="QComboBox" name="data4">
  309. <property name="geometry">
  310. <rect>
  311. <x>80</x>
  312. <y>300</y>
  313. <width>87</width>
  314. <height>22</height>
  315. </rect>
  316. </property>
  317. <property name="editable">
  318. <bool>true</bool>
  319. </property>
  320. </widget>
  321. <widget class="QLineEdit" name="text4_2">
  322. <property name="geometry">
  323. <rect>
  324. <x>190</x>
  325. <y>300</y>
  326. <width>51</width>
  327. <height>21</height>
  328. </rect>
  329. </property>
  330. <property name="frame">
  331. <bool>false</bool>
  332. </property>
  333. <property name="alignment">
  334. <set>Qt::AlignCenter</set>
  335. </property>
  336. <property name="placeholderText">
  337. <string>空</string>
  338. </property>
  339. </widget>
  340. <widget class="QComboBox" name="data4_2">
  341. <property name="geometry">
  342. <rect>
  343. <x>240</x>
  344. <y>300</y>
  345. <width>87</width>
  346. <height>22</height>
  347. </rect>
  348. </property>
  349. <property name="editable">
  350. <bool>true</bool>
  351. </property>
  352. </widget>
  353. <widget class="QLineEdit" name="text4_3">
  354. <property name="geometry">
  355. <rect>
  356. <x>340</x>
  357. <y>300</y>
  358. <width>51</width>
  359. <height>21</height>
  360. </rect>
  361. </property>
  362. <property name="text">
  363. <string/>
  364. </property>
  365. <property name="frame">
  366. <bool>false</bool>
  367. </property>
  368. <property name="alignment">
  369. <set>Qt::AlignCenter</set>
  370. </property>
  371. <property name="placeholderText">
  372. <string>空</string>
  373. </property>
  374. </widget>
  375. <widget class="QComboBox" name="data4_3">
  376. <property name="geometry">
  377. <rect>
  378. <x>390</x>
  379. <y>300</y>
  380. <width>87</width>
  381. <height>22</height>
  382. </rect>
  383. </property>
  384. <property name="editable">
  385. <bool>true</bool>
  386. </property>
  387. </widget>
  388. </widget>
  389. </item>
  390. </layout>
  391. </widget>
  392. </item>
  393. <item row="2" column="0">
  394. <widget class="QWidget" name="widget_2" native="true">
  395. <property name="minimumSize">
  396. <size>
  397. <width>300</width>
  398. <height>0</height>
  399. </size>
  400. </property>
  401. <property name="maximumSize">
  402. <size>
  403. <width>16777215</width>
  404. <height>50</height>
  405. </size>
  406. </property>
  407. <layout class="QGridLayout" name="gridLayout">
  408. <item row="0" column="4">
  409. <widget class="QPushButton" name="upModel">
  410. <property name="text">
  411. <string>更新模板</string>
  412. </property>
  413. </widget>
  414. </item>
  415. <item row="0" column="1">
  416. <widget class="QLabel" name="label_3">
  417. <property name="text">
  418. <string>默认模板1</string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item row="0" column="0">
  423. <widget class="QLabel" name="label_2">
  424. <property name="text">
  425. <string>当前模板:</string>
  426. </property>
  427. </widget>
  428. </item>
  429. <item row="0" column="2">
  430. <widget class="QLineEdit" name="modelName">
  431. <property name="minimumSize">
  432. <size>
  433. <width>111</width>
  434. <height>0</height>
  435. </size>
  436. </property>
  437. <property name="maximumSize">
  438. <size>
  439. <width>111</width>
  440. <height>16777215</height>
  441. </size>
  442. </property>
  443. <property name="placeholderText">
  444. <string>请输入模板名称</string>
  445. </property>
  446. </widget>
  447. </item>
  448. <item row="0" column="5">
  449. <spacer name="horizontalSpacer_4">
  450. <property name="orientation">
  451. <enum>Qt::Horizontal</enum>
  452. </property>
  453. <property name="sizeHint" stdset="0">
  454. <size>
  455. <width>318</width>
  456. <height>20</height>
  457. </size>
  458. </property>
  459. </spacer>
  460. </item>
  461. <item row="0" column="3">
  462. <widget class="QPushButton" name="saveButton">
  463. <property name="text">
  464. <string> 保存模板</string>
  465. </property>
  466. </widget>
  467. </item>
  468. </layout>
  469. </widget>
  470. </item>
  471. </layout>
  472. </widget>
  473. <resources/>
  474. <connections/>
  475. </ui>