grpCodablockF.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpCodablockF</class>
  4. <widget class="QWidget" name="grpCodablockF">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>450</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>600</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayoutCbf">
  23. <item>
  24. <layout class="QGridLayout" name="gridLayoutCbf">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="lblCbfWidth">
  27. <property name="text">
  28. <string>&amp;Number of Data Columns:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set number of data characters in a row</string>
  32. </property>
  33. <property name="buddy">
  34. <cstring>cmbCbfWidth</cstring>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="1">
  39. <widget class="QComboBox" name="cmbCbfWidth">
  40. <property name="maxVisibleItems">
  41. <number>21</number>
  42. </property>
  43. <property name="toolTip">
  44. <string>Set number of data characters in a row</string>
  45. </property>
  46. <item>
  47. <property name="text">
  48. <string>Automatic</string>
  49. </property>
  50. </item>
  51. <item>
  52. <property name="text">
  53. <string>9 (4 data)</string>
  54. </property>
  55. </item>
  56. <item>
  57. <property name="text">
  58. <string>10 (5 data)</string>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>11 (6 data)</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>12 (7 data)</string>
  69. </property>
  70. </item>
  71. <item>
  72. <property name="text">
  73. <string>13 (8 data)</string>
  74. </property>
  75. </item>
  76. <item>
  77. <property name="text">
  78. <string>14 (9 data)</string>
  79. </property>
  80. </item>
  81. <item>
  82. <property name="text">
  83. <string>15 (10 data)</string>
  84. </property>
  85. </item>
  86. <item>
  87. <property name="text">
  88. <string>16 (11 data)</string>
  89. </property>
  90. </item>
  91. <item>
  92. <property name="text">
  93. <string>17 (12 data)</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>18 (13 data)</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>19 (14 data)</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>20 (15 data)</string>
  109. </property>
  110. </item>
  111. <item>
  112. <property name="text">
  113. <string>21 (16 data)</string>
  114. </property>
  115. </item>
  116. <item>
  117. <property name="text">
  118. <string>22 (17 data)</string>
  119. </property>
  120. </item>
  121. <item>
  122. <property name="text">
  123. <string>23 (18 data)</string>
  124. </property>
  125. </item>
  126. <item>
  127. <property name="text">
  128. <string>24 (19 data)</string>
  129. </property>
  130. </item>
  131. <item>
  132. <property name="text">
  133. <string>25 (20 data)</string>
  134. </property>
  135. </item>
  136. <item>
  137. <property name="text">
  138. <string>26 (21 data)</string>
  139. </property>
  140. </item>
  141. <item>
  142. <property name="text">
  143. <string>27 (22 data)</string>
  144. </property>
  145. </item>
  146. <item>
  147. <property name="text">
  148. <string>28 (23 data)</string>
  149. </property>
  150. </item>
  151. <item>
  152. <property name="text">
  153. <string>29 (24 data)</string>
  154. </property>
  155. </item>
  156. <item>
  157. <property name="text">
  158. <string>30 (25 data)</string>
  159. </property>
  160. </item>
  161. <item>
  162. <property name="text">
  163. <string>31 (26 data)</string>
  164. </property>
  165. </item>
  166. <item>
  167. <property name="text">
  168. <string>32 (27 data)</string>
  169. </property>
  170. </item>
  171. <item>
  172. <property name="text">
  173. <string>33 (28 data)</string>
  174. </property>
  175. </item>
  176. <item>
  177. <property name="text">
  178. <string>34 (29 data)</string>
  179. </property>
  180. </item>
  181. <item>
  182. <property name="text">
  183. <string>35 (30 data)</string>
  184. </property>
  185. </item>
  186. <item>
  187. <property name="text">
  188. <string>36 (31 data)</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>37 (32 data)</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>38 (33 data)</string>
  199. </property>
  200. </item>
  201. <item>
  202. <property name="text">
  203. <string>39 (34 data)</string>
  204. </property>
  205. </item>
  206. <item>
  207. <property name="text">
  208. <string>40 (35 data)</string>
  209. </property>
  210. </item>
  211. <item>
  212. <property name="text">
  213. <string>41 (36 data)</string>
  214. </property>
  215. </item>
  216. <item>
  217. <property name="text">
  218. <string>42 (37 data)</string>
  219. </property>
  220. </item>
  221. <item>
  222. <property name="text">
  223. <string>43 (38 data)</string>
  224. </property>
  225. </item>
  226. <item>
  227. <property name="text">
  228. <string>44 (39 data)</string>
  229. </property>
  230. </item>
  231. <item>
  232. <property name="text">
  233. <string>45 (40 data)</string>
  234. </property>
  235. </item>
  236. <item>
  237. <property name="text">
  238. <string>46 (41 data)</string>
  239. </property>
  240. </item>
  241. <item>
  242. <property name="text">
  243. <string>47 (42 data)</string>
  244. </property>
  245. </item>
  246. <item>
  247. <property name="text">
  248. <string>48 (43 data)</string>
  249. </property>
  250. </item>
  251. <item>
  252. <property name="text">
  253. <string>49 (44 data)</string>
  254. </property>
  255. </item>
  256. <item>
  257. <property name="text">
  258. <string>50 (45 data)</string>
  259. </property>
  260. </item>
  261. <item>
  262. <property name="text">
  263. <string>51 (46 data)</string>
  264. </property>
  265. </item>
  266. <item>
  267. <property name="text">
  268. <string>52 (47 data)</string>
  269. </property>
  270. </item>
  271. <item>
  272. <property name="text">
  273. <string>53 (48 data)</string>
  274. </property>
  275. </item>
  276. <item>
  277. <property name="text">
  278. <string>54 (49 data)</string>
  279. </property>
  280. </item>
  281. <item>
  282. <property name="text">
  283. <string>55 (50 data)</string>
  284. </property>
  285. </item>
  286. <item>
  287. <property name="text">
  288. <string>56 (51 data)</string>
  289. </property>
  290. </item>
  291. <item>
  292. <property name="text">
  293. <string>57 (52 data)</string>
  294. </property>
  295. </item>
  296. <item>
  297. <property name="text">
  298. <string>58 (53 data)</string>
  299. </property>
  300. </item>
  301. <item>
  302. <property name="text">
  303. <string>59 (54 data)</string>
  304. </property>
  305. </item>
  306. <item>
  307. <property name="text">
  308. <string>60 (55 data)</string>
  309. </property>
  310. </item>
  311. <item>
  312. <property name="text">
  313. <string>61 (56 data)</string>
  314. </property>
  315. </item>
  316. <item>
  317. <property name="text">
  318. <string>62 (57 data)</string>
  319. </property>
  320. </item>
  321. <item>
  322. <property name="text">
  323. <string>63 (58 data)</string>
  324. </property>
  325. </item>
  326. <item>
  327. <property name="text">
  328. <string>64 (59 data)</string>
  329. </property>
  330. </item>
  331. <item>
  332. <property name="text">
  333. <string>65 (60 data)</string>
  334. </property>
  335. </item>
  336. <item>
  337. <property name="text">
  338. <string>66 (61 data)</string>
  339. </property>
  340. </item>
  341. <item>
  342. <property name="text">
  343. <string>67 (62 data)</string>
  344. </property>
  345. </item>
  346. </widget>
  347. </item>
  348. <item row="1" column="0">
  349. <widget class="QLabel" name="lblCbfHeight">
  350. <property name="text">
  351. <string>Number of Ro&amp;ws:</string>
  352. </property>
  353. <property name="toolTip">
  354. <string>Set number of rows</string>
  355. </property>
  356. <property name="buddy">
  357. <cstring>cmbCbfHeight</cstring>
  358. </property>
  359. </widget>
  360. </item>
  361. <item row="1" column="1">
  362. <widget class="QComboBox" name="cmbCbfHeight">
  363. <property name="maxVisibleItems">
  364. <number>21</number>
  365. </property>
  366. <property name="toolTip">
  367. <string>Set number of rows</string>
  368. </property>
  369. <item>
  370. <property name="text">
  371. <string>Automatic</string>
  372. </property>
  373. </item>
  374. <item>
  375. <property name="text">
  376. <string>1</string>
  377. </property>
  378. </item>
  379. <item>
  380. <property name="text">
  381. <string>2</string>
  382. </property>
  383. </item>
  384. <item>
  385. <property name="text">
  386. <string>3</string>
  387. </property>
  388. </item>
  389. <item>
  390. <property name="text">
  391. <string>4</string>
  392. </property>
  393. </item>
  394. <item>
  395. <property name="text">
  396. <string>5</string>
  397. </property>
  398. </item>
  399. <item>
  400. <property name="text">
  401. <string>6</string>
  402. </property>
  403. </item>
  404. <item>
  405. <property name="text">
  406. <string>7</string>
  407. </property>
  408. </item>
  409. <item>
  410. <property name="text">
  411. <string>8</string>
  412. </property>
  413. </item>
  414. <item>
  415. <property name="text">
  416. <string>9</string>
  417. </property>
  418. </item>
  419. <item>
  420. <property name="text">
  421. <string>10</string>
  422. </property>
  423. </item>
  424. <item>
  425. <property name="text">
  426. <string>11</string>
  427. </property>
  428. </item>
  429. <item>
  430. <property name="text">
  431. <string>12</string>
  432. </property>
  433. </item>
  434. <item>
  435. <property name="text">
  436. <string>13</string>
  437. </property>
  438. </item>
  439. <item>
  440. <property name="text">
  441. <string>14</string>
  442. </property>
  443. </item>
  444. <item>
  445. <property name="text">
  446. <string>15</string>
  447. </property>
  448. </item>
  449. <item>
  450. <property name="text">
  451. <string>16</string>
  452. </property>
  453. </item>
  454. <item>
  455. <property name="text">
  456. <string>17</string>
  457. </property>
  458. </item>
  459. <item>
  460. <property name="text">
  461. <string>18</string>
  462. </property>
  463. </item>
  464. <item>
  465. <property name="text">
  466. <string>19</string>
  467. </property>
  468. </item>
  469. <item>
  470. <property name="text">
  471. <string>20</string>
  472. </property>
  473. </item>
  474. <item>
  475. <property name="text">
  476. <string>21</string>
  477. </property>
  478. </item>
  479. <item>
  480. <property name="text">
  481. <string>22</string>
  482. </property>
  483. </item>
  484. <item>
  485. <property name="text">
  486. <string>23</string>
  487. </property>
  488. </item>
  489. <item>
  490. <property name="text">
  491. <string>24</string>
  492. </property>
  493. </item>
  494. <item>
  495. <property name="text">
  496. <string>25</string>
  497. </property>
  498. </item>
  499. <item>
  500. <property name="text">
  501. <string>26</string>
  502. </property>
  503. </item>
  504. <item>
  505. <property name="text">
  506. <string>27</string>
  507. </property>
  508. </item>
  509. <item>
  510. <property name="text">
  511. <string>28</string>
  512. </property>
  513. </item>
  514. <item>
  515. <property name="text">
  516. <string>29</string>
  517. </property>
  518. </item>
  519. <item>
  520. <property name="text">
  521. <string>30</string>
  522. </property>
  523. </item>
  524. <item>
  525. <property name="text">
  526. <string>31</string>
  527. </property>
  528. </item>
  529. <item>
  530. <property name="text">
  531. <string>32</string>
  532. </property>
  533. </item>
  534. <item>
  535. <property name="text">
  536. <string>33</string>
  537. </property>
  538. </item>
  539. <item>
  540. <property name="text">
  541. <string>34</string>
  542. </property>
  543. </item>
  544. <item>
  545. <property name="text">
  546. <string>35</string>
  547. </property>
  548. </item>
  549. <item>
  550. <property name="text">
  551. <string>36</string>
  552. </property>
  553. </item>
  554. <item>
  555. <property name="text">
  556. <string>37</string>
  557. </property>
  558. </item>
  559. <item>
  560. <property name="text">
  561. <string>38</string>
  562. </property>
  563. </item>
  564. <item>
  565. <property name="text">
  566. <string>39</string>
  567. </property>
  568. </item>
  569. <item>
  570. <property name="text">
  571. <string>40</string>
  572. </property>
  573. </item>
  574. <item>
  575. <property name="text">
  576. <string>41</string>
  577. </property>
  578. </item>
  579. <item>
  580. <property name="text">
  581. <string>42</string>
  582. </property>
  583. </item>
  584. <item>
  585. <property name="text">
  586. <string>43</string>
  587. </property>
  588. </item>
  589. <item>
  590. <property name="text">
  591. <string>44</string>
  592. </property>
  593. </item>
  594. </widget>
  595. </item>
  596. <item row="2" column="0">
  597. <widget class="QLabel" name="lblCbfHeightPerRow">
  598. <property name="enabled">
  599. <bool>false</bool>
  600. </property>
  601. <property name="toolTip">
  602. <string>Height per row in X-dimensions
  603. Only available if &quot;Automatic Height&quot; in
  604. the Appearance tab is not checked
  605. (ignored if disabled)</string>
  606. </property>
  607. <property name="text">
  608. <string>Row &amp;Height:</string>
  609. </property>
  610. <property name="alignment">
  611. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  612. </property>
  613. <property name="buddy">
  614. <cstring>spnCbfHeightPerRow</cstring>
  615. </property>
  616. </widget>
  617. </item>
  618. <item row="2" column="1">
  619. <layout class="QHBoxLayout" name="horzLayoutCbfHeightPerRow">
  620. <item>
  621. <widget class="QDoubleSpinBox" name="spnCbfHeightPerRow">
  622. <property name="enabled">
  623. <bool>false</bool>
  624. </property>
  625. <property name="toolTip">
  626. <string>Height per row in X-dimensions
  627. Only available if &quot;Automatic Height&quot; in
  628. the Appearance tab is not checked
  629. (ignored if disabled)</string>
  630. </property>
  631. <property name="accelerated">
  632. <bool>true</bool>
  633. </property>
  634. <property name="prefix">
  635. <string/>
  636. </property>
  637. <property name="suffix">
  638. <string> X</string>
  639. </property>
  640. <property name="decimals">
  641. <number>3</number>
  642. </property>
  643. <property name="minimum">
  644. <double>0</double>
  645. </property>
  646. <property name="maximum">
  647. <double>2000.000000000000000</double>
  648. </property>
  649. <property name="singleStep">
  650. <double>0.100000000000000</double>
  651. </property>
  652. <property name="value">
  653. <double>0</double>
  654. </property>
  655. <property name="specialValueText">
  656. <string>0 (Disabled)</string>
  657. </property>
  658. </widget>
  659. </item>
  660. <item>
  661. <widget class="QPushButton" name="btnCbfHeightPerRowDisable">
  662. <property name="toolTip">
  663. <string>Set height per row to 0
  664. (&quot;Height&quot; in the Appearance
  665. tab will be re-enabled)</string>
  666. </property>
  667. <property name="text">
  668. <string>Disabl&amp;e</string>
  669. </property>
  670. <property name="sizePolicy">
  671. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  672. <horstretch>1</horstretch>
  673. <verstretch>0</verstretch>
  674. </sizepolicy>
  675. </property>
  676. <property name="sizeHint" stdset="0">
  677. <size>
  678. <width>30</width>
  679. <height>20</height>
  680. </size>
  681. </property>
  682. </widget>
  683. </item>
  684. <item>
  685. <widget class="QPushButton" name="btnCbfHeightPerRowDefault">
  686. <property name="toolTip">
  687. <string>Set height per row to default value</string>
  688. </property>
  689. <property name="text">
  690. <string>De&amp;fault</string>
  691. </property>
  692. <property name="sizePolicy">
  693. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  694. <horstretch>1</horstretch>
  695. <verstretch>0</verstretch>
  696. </sizepolicy>
  697. </property>
  698. <property name="sizeHint" stdset="0">
  699. <size>
  700. <width>30</width>
  701. <height>20</height>
  702. </size>
  703. </property>
  704. </widget>
  705. </item>
  706. </layout>
  707. </item>
  708. <item row="3" column="0">
  709. <widget class="QLabel" name="lblCbfRowSepHeight">
  710. <property name="text">
  711. <string>&amp;Row Separator Height:</string>
  712. </property>
  713. <property name="toolTip">
  714. <string>Height in X-dimensions of horizontal lines
  715. separating rows</string>
  716. </property>
  717. <property name="buddy">
  718. <cstring>cmbCbfRowSepHeight</cstring>
  719. </property>
  720. </widget>
  721. </item>
  722. <item row="3" column="1">
  723. <widget class="QComboBox" name="cmbCbfRowSepHeight">
  724. <property name="toolTip">
  725. <string>Height in X-dimensions of horizontal lines
  726. separating rows</string>
  727. </property>
  728. <item>
  729. <property name="text">
  730. <string>1 X (default)</string>
  731. </property>
  732. </item>
  733. <item>
  734. <property name="text">
  735. <string>2 X</string>
  736. </property>
  737. </item>
  738. <item>
  739. <property name="text">
  740. <string>3 X</string>
  741. </property>
  742. </item>
  743. <item>
  744. <property name="text">
  745. <string>4 X</string>
  746. </property>
  747. </item>
  748. </widget>
  749. </item>
  750. </layout>
  751. </item>
  752. <item>
  753. <widget class="QGroupBox" name="groupBoxCbfEncodingMode">
  754. <property name="title">
  755. <string>Encoding Mode</string>
  756. </property>
  757. <property name="toolTip">
  758. <string>How to process data</string>
  759. </property>
  760. <layout class="QHBoxLayout" name="horizontalCbfLayout">
  761. <property name="sizeConstraint">
  762. <enum>QLayout::SetMinimumSize</enum>
  763. </property>
  764. <item>
  765. <widget class="QRadioButton" name="radCbfStand">
  766. <property name="text">
  767. <string>S&amp;tandard Mode</string>
  768. </property>
  769. <property name="toolTip">
  770. <string>Process data as normal</string>
  771. </property>
  772. <property name="checked">
  773. <bool>true</bool>
  774. </property>
  775. </widget>
  776. </item>
  777. <item>
  778. <widget class="QRadioButton" name="radCbfHIBC">
  779. <property name="text">
  780. <string>H&amp;IBC</string>
  781. </property>
  782. <property name="toolTip">
  783. <string>Process data as a Health Industry Barcode (HIBC)
  784. Labeler Identification Code (LIC)
  785. For Provider Applications Standard (PAS), preface
  786. the data with a slash &quot;/&quot;</string>
  787. </property>
  788. </widget>
  789. </item>
  790. </layout>
  791. </widget>
  792. </item>
  793. <item>
  794. <widget class="QCheckBox" name="chkCbfNoQuietZones">
  795. <property name="text">
  796. <string>No Quiet &amp;Zones</string>
  797. </property>
  798. <property name="checked">
  799. <bool>false</bool>
  800. </property>
  801. <property name="toolTip">
  802. <string>Do not add quiet zones to whitespace</string>
  803. </property>
  804. </widget>
  805. </item>
  806. <item>
  807. <spacer name="verticalSpacerCbf">
  808. <property name="orientation">
  809. <enum>Qt::Vertical</enum>
  810. </property>
  811. <property name="sizeType">
  812. <enum>QSizePolicy::MinimumExpanding</enum>
  813. </property>
  814. <property name="sizeHint" stdset="0">
  815. <size>
  816. <width>20</width>
  817. <height>43</height>
  818. </size>
  819. </property>
  820. </spacer>
  821. </item>
  822. </layout>
  823. </widget>
  824. <resources/>
  825. <connections/>
  826. </ui>