grpPDF417.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. <ui version="4.0">
  2. <class>grpPDF417</class>
  3. <widget class="QWidget" name="grpPDF417">
  4. <property name="geometry">
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>390</width>
  9. <height>223</height>
  10. </rect>
  11. </property>
  12. <property name="maximumSize">
  13. <size>
  14. <width>600</width>
  15. <height>16777215</height>
  16. </size>
  17. </property>
  18. <property name="windowTitle">
  19. <string>Form</string>
  20. </property>
  21. <layout class="QVBoxLayout" name="verticalLayoutPDF">
  22. <item>
  23. <layout class="QGridLayout" name="gridLayoutPDF">
  24. <item row="0" column="0">
  25. <widget class="QLabel" name="lblPDFCols">
  26. <property name="text">
  27. <string>&amp;Number of Data Columns:</string>
  28. </property>
  29. <property name="toolTip">
  30. <string>Set number of data characters in a row - may
  31. be set to more than this depending on data</string>
  32. </property>
  33. <property name="alignment">
  34. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  35. </property>
  36. <property name="buddy">
  37. <cstring>cmbPDFCols</cstring>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="1">
  42. <widget class="QComboBox" name="cmbPDFCols">
  43. <property name="maxVisibleItems">
  44. <number>21</number>
  45. </property>
  46. <property name="toolTip">
  47. <string>Set number of data characters in a row - may
  48. be set to more than this depending on data</string>
  49. </property>
  50. <item>
  51. <property name="text">
  52. <string>Automatic</string>
  53. </property>
  54. </item>
  55. <item>
  56. <property name="text">
  57. <string>1</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>2</string>
  63. </property>
  64. </item>
  65. <item>
  66. <property name="text">
  67. <string>3</string>
  68. </property>
  69. </item>
  70. <item>
  71. <property name="text">
  72. <string>4</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>5</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>6</string>
  83. </property>
  84. </item>
  85. <item>
  86. <property name="text">
  87. <string>7</string>
  88. </property>
  89. </item>
  90. <item>
  91. <property name="text">
  92. <string>8</string>
  93. </property>
  94. </item>
  95. <item>
  96. <property name="text">
  97. <string>9</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>10</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>11</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>12</string>
  113. </property>
  114. </item>
  115. <item>
  116. <property name="text">
  117. <string>13</string>
  118. </property>
  119. </item>
  120. <item>
  121. <property name="text">
  122. <string>14</string>
  123. </property>
  124. </item>
  125. <item>
  126. <property name="text">
  127. <string>15</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>16</string>
  133. </property>
  134. </item>
  135. <item>
  136. <property name="text">
  137. <string>17</string>
  138. </property>
  139. </item>
  140. <item>
  141. <property name="text">
  142. <string>18</string>
  143. </property>
  144. </item>
  145. <item>
  146. <property name="text">
  147. <string>19</string>
  148. </property>
  149. </item>
  150. <item>
  151. <property name="text">
  152. <string>20</string>
  153. </property>
  154. </item>
  155. <item>
  156. <property name="text">
  157. <string>21</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>22</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>23</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>24</string>
  173. </property>
  174. </item>
  175. <item>
  176. <property name="text">
  177. <string>25</string>
  178. </property>
  179. </item>
  180. <item>
  181. <property name="text">
  182. <string>26</string>
  183. </property>
  184. </item>
  185. <item>
  186. <property name="text">
  187. <string>27</string>
  188. </property>
  189. </item>
  190. <item>
  191. <property name="text">
  192. <string>28</string>
  193. </property>
  194. </item>
  195. <item>
  196. <property name="text">
  197. <string>29</string>
  198. </property>
  199. </item>
  200. <item>
  201. <property name="text">
  202. <string>30</string>
  203. </property>
  204. </item>
  205. </widget>
  206. </item>
  207. <item row="1" column="0">
  208. <widget class="QLabel" name="lblPDFRows">
  209. <property name="text">
  210. <string>Number of Ro&amp;ws:</string>
  211. </property>
  212. <property name="toolTip">
  213. <string>Set number of rows - may be set to more than
  214. this depending on data and columns setting</string>
  215. </property>
  216. <property name="alignment">
  217. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  218. </property>
  219. <property name="buddy">
  220. <cstring>cmbPDFRows</cstring>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="1" column="1">
  225. <widget class="QComboBox" name="cmbPDFRows">
  226. <property name="maxVisibleItems">
  227. <number>21</number>
  228. </property>
  229. <property name="toolTip">
  230. <string>Set number of rows - may be set to more than
  231. this depending on data and columns setting</string>
  232. </property>
  233. <item>
  234. <property name="text">
  235. <string>Automatic</string>
  236. </property>
  237. </item>
  238. <item>
  239. <property name="text">
  240. <string>3</string>
  241. </property>
  242. </item>
  243. <item>
  244. <property name="text">
  245. <string>4</string>
  246. </property>
  247. </item>
  248. <item>
  249. <property name="text">
  250. <string>5</string>
  251. </property>
  252. </item>
  253. <item>
  254. <property name="text">
  255. <string>6</string>
  256. </property>
  257. </item>
  258. <item>
  259. <property name="text">
  260. <string>7</string>
  261. </property>
  262. </item>
  263. <item>
  264. <property name="text">
  265. <string>8</string>
  266. </property>
  267. </item>
  268. <item>
  269. <property name="text">
  270. <string>9</string>
  271. </property>
  272. </item>
  273. <item>
  274. <property name="text">
  275. <string>10</string>
  276. </property>
  277. </item>
  278. <item>
  279. <property name="text">
  280. <string>11</string>
  281. </property>
  282. </item>
  283. <item>
  284. <property name="text">
  285. <string>12</string>
  286. </property>
  287. </item>
  288. <item>
  289. <property name="text">
  290. <string>13</string>
  291. </property>
  292. </item>
  293. <item>
  294. <property name="text">
  295. <string>14</string>
  296. </property>
  297. </item>
  298. <item>
  299. <property name="text">
  300. <string>15</string>
  301. </property>
  302. </item>
  303. <item>
  304. <property name="text">
  305. <string>16</string>
  306. </property>
  307. </item>
  308. <item>
  309. <property name="text">
  310. <string>17</string>
  311. </property>
  312. </item>
  313. <item>
  314. <property name="text">
  315. <string>18</string>
  316. </property>
  317. </item>
  318. <item>
  319. <property name="text">
  320. <string>19</string>
  321. </property>
  322. </item>
  323. <item>
  324. <property name="text">
  325. <string>20</string>
  326. </property>
  327. </item>
  328. <item>
  329. <property name="text">
  330. <string>21</string>
  331. </property>
  332. </item>
  333. <item>
  334. <property name="text">
  335. <string>22</string>
  336. </property>
  337. </item>
  338. <item>
  339. <property name="text">
  340. <string>23</string>
  341. </property>
  342. </item>
  343. <item>
  344. <property name="text">
  345. <string>24</string>
  346. </property>
  347. </item>
  348. <item>
  349. <property name="text">
  350. <string>25</string>
  351. </property>
  352. </item>
  353. <item>
  354. <property name="text">
  355. <string>26</string>
  356. </property>
  357. </item>
  358. <item>
  359. <property name="text">
  360. <string>27</string>
  361. </property>
  362. </item>
  363. <item>
  364. <property name="text">
  365. <string>28</string>
  366. </property>
  367. </item>
  368. <item>
  369. <property name="text">
  370. <string>29</string>
  371. </property>
  372. </item>
  373. <item>
  374. <property name="text">
  375. <string>30</string>
  376. </property>
  377. </item>
  378. <item>
  379. <property name="text">
  380. <string>31</string>
  381. </property>
  382. </item>
  383. <item>
  384. <property name="text">
  385. <string>32</string>
  386. </property>
  387. </item>
  388. <item>
  389. <property name="text">
  390. <string>33</string>
  391. </property>
  392. </item>
  393. <item>
  394. <property name="text">
  395. <string>34</string>
  396. </property>
  397. </item>
  398. <item>
  399. <property name="text">
  400. <string>35</string>
  401. </property>
  402. </item>
  403. <item>
  404. <property name="text">
  405. <string>36</string>
  406. </property>
  407. </item>
  408. <item>
  409. <property name="text">
  410. <string>37</string>
  411. </property>
  412. </item>
  413. <item>
  414. <property name="text">
  415. <string>38</string>
  416. </property>
  417. </item>
  418. <item>
  419. <property name="text">
  420. <string>39</string>
  421. </property>
  422. </item>
  423. <item>
  424. <property name="text">
  425. <string>40</string>
  426. </property>
  427. </item>
  428. <item>
  429. <property name="text">
  430. <string>41</string>
  431. </property>
  432. </item>
  433. <item>
  434. <property name="text">
  435. <string>42</string>
  436. </property>
  437. </item>
  438. <item>
  439. <property name="text">
  440. <string>43</string>
  441. </property>
  442. </item>
  443. <item>
  444. <property name="text">
  445. <string>44</string>
  446. </property>
  447. </item>
  448. <item>
  449. <property name="text">
  450. <string>45</string>
  451. </property>
  452. </item>
  453. <item>
  454. <property name="text">
  455. <string>46</string>
  456. </property>
  457. </item>
  458. <item>
  459. <property name="text">
  460. <string>47</string>
  461. </property>
  462. </item>
  463. <item>
  464. <property name="text">
  465. <string>48</string>
  466. </property>
  467. </item>
  468. <item>
  469. <property name="text">
  470. <string>49</string>
  471. </property>
  472. </item>
  473. <item>
  474. <property name="text">
  475. <string>50</string>
  476. </property>
  477. </item>
  478. <item>
  479. <property name="text">
  480. <string>51</string>
  481. </property>
  482. </item>
  483. <item>
  484. <property name="text">
  485. <string>52</string>
  486. </property>
  487. </item>
  488. <item>
  489. <property name="text">
  490. <string>53</string>
  491. </property>
  492. </item>
  493. <item>
  494. <property name="text">
  495. <string>54</string>
  496. </property>
  497. </item>
  498. <item>
  499. <property name="text">
  500. <string>55</string>
  501. </property>
  502. </item>
  503. <item>
  504. <property name="text">
  505. <string>56</string>
  506. </property>
  507. </item>
  508. <item>
  509. <property name="text">
  510. <string>57</string>
  511. </property>
  512. </item>
  513. <item>
  514. <property name="text">
  515. <string>58</string>
  516. </property>
  517. </item>
  518. <item>
  519. <property name="text">
  520. <string>59</string>
  521. </property>
  522. </item>
  523. <item>
  524. <property name="text">
  525. <string>60</string>
  526. </property>
  527. </item>
  528. <item>
  529. <property name="text">
  530. <string>61</string>
  531. </property>
  532. </item>
  533. <item>
  534. <property name="text">
  535. <string>62</string>
  536. </property>
  537. </item>
  538. <item>
  539. <property name="text">
  540. <string>63</string>
  541. </property>
  542. </item>
  543. <item>
  544. <property name="text">
  545. <string>64</string>
  546. </property>
  547. </item>
  548. <item>
  549. <property name="text">
  550. <string>65</string>
  551. </property>
  552. </item>
  553. <item>
  554. <property name="text">
  555. <string>66</string>
  556. </property>
  557. </item>
  558. <item>
  559. <property name="text">
  560. <string>67</string>
  561. </property>
  562. </item>
  563. <item>
  564. <property name="text">
  565. <string>68</string>
  566. </property>
  567. </item>
  568. <item>
  569. <property name="text">
  570. <string>69</string>
  571. </property>
  572. </item>
  573. <item>
  574. <property name="text">
  575. <string>70</string>
  576. </property>
  577. </item>
  578. <item>
  579. <property name="text">
  580. <string>71</string>
  581. </property>
  582. </item>
  583. <item>
  584. <property name="text">
  585. <string>72</string>
  586. </property>
  587. </item>
  588. <item>
  589. <property name="text">
  590. <string>73</string>
  591. </property>
  592. </item>
  593. <item>
  594. <property name="text">
  595. <string>74</string>
  596. </property>
  597. </item>
  598. <item>
  599. <property name="text">
  600. <string>75</string>
  601. </property>
  602. </item>
  603. <item>
  604. <property name="text">
  605. <string>76</string>
  606. </property>
  607. </item>
  608. <item>
  609. <property name="text">
  610. <string>77</string>
  611. </property>
  612. </item>
  613. <item>
  614. <property name="text">
  615. <string>78</string>
  616. </property>
  617. </item>
  618. <item>
  619. <property name="text">
  620. <string>79</string>
  621. </property>
  622. </item>
  623. <item>
  624. <property name="text">
  625. <string>80</string>
  626. </property>
  627. </item>
  628. <item>
  629. <property name="text">
  630. <string>81</string>
  631. </property>
  632. </item>
  633. <item>
  634. <property name="text">
  635. <string>82</string>
  636. </property>
  637. </item>
  638. <item>
  639. <property name="text">
  640. <string>83</string>
  641. </property>
  642. </item>
  643. <item>
  644. <property name="text">
  645. <string>84</string>
  646. </property>
  647. </item>
  648. <item>
  649. <property name="text">
  650. <string>85</string>
  651. </property>
  652. </item>
  653. <item>
  654. <property name="text">
  655. <string>86</string>
  656. </property>
  657. </item>
  658. <item>
  659. <property name="text">
  660. <string>87</string>
  661. </property>
  662. </item>
  663. <item>
  664. <property name="text">
  665. <string>88</string>
  666. </property>
  667. </item>
  668. <item>
  669. <property name="text">
  670. <string>89</string>
  671. </property>
  672. </item>
  673. <item>
  674. <property name="text">
  675. <string>90</string>
  676. </property>
  677. </item>
  678. </widget>
  679. </item>
  680. <item row="2" column="0">
  681. <widget class="QLabel" name="lblPDFHeightPerRow">
  682. <property name="enabled">
  683. <bool>false</bool>
  684. </property>
  685. <property name="toolTip">
  686. <string>Height per row in X-dimensions
  687. Only available if &quot;Automatic Height&quot; in
  688. the Appearance tab is not checked
  689. (ignored if disabled)</string>
  690. </property>
  691. <property name="text">
  692. <string>Row &amp;Height:</string>
  693. </property>
  694. <property name="alignment">
  695. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  696. </property>
  697. <property name="buddy">
  698. <cstring>spnPDFHeightPerRow</cstring>
  699. </property>
  700. </widget>
  701. </item>
  702. <item row="2" column="1">
  703. <layout class="QHBoxLayout" name="horzLayoutPDFHeightPerRow">
  704. <item>
  705. <widget class="QDoubleSpinBox" name="spnPDFHeightPerRow">
  706. <property name="enabled">
  707. <bool>false</bool>
  708. </property>
  709. <property name="toolTip">
  710. <string>Height per row in X-dimensions
  711. Only available if &quot;Automatic Height&quot; in
  712. the Appearance tab is not checked
  713. (ignored if disabled)</string>
  714. </property>
  715. <property name="accelerated">
  716. <bool>true</bool>
  717. </property>
  718. <property name="prefix">
  719. <string/>
  720. </property>
  721. <property name="suffix">
  722. <string> X</string>
  723. </property>
  724. <property name="decimals">
  725. <number>3</number>
  726. </property>
  727. <property name="minimum">
  728. <double>0</double>
  729. </property>
  730. <property name="maximum">
  731. <double>2000.000000000000000</double>
  732. </property>
  733. <property name="singleStep">
  734. <double>0.100000000000000</double>
  735. </property>
  736. <property name="value">
  737. <double>0</double>
  738. </property>
  739. <property name="specialValueText">
  740. <string>0 (Disabled)</string>
  741. </property>
  742. <property name="sizePolicy">
  743. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  744. <horstretch>2</horstretch>
  745. <verstretch>0</verstretch>
  746. </sizepolicy>
  747. </property>
  748. </widget>
  749. </item>
  750. <item>
  751. <widget class="QPushButton" name="btnPDFHeightPerRowDisable">
  752. <property name="toolTip">
  753. <string>Set height per row to 0
  754. (&quot;Height&quot; in the Appearance
  755. tab will be re-enabled)</string>
  756. </property>
  757. <property name="text">
  758. <string>Disabl&amp;e</string>
  759. </property>
  760. <property name="sizePolicy">
  761. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  762. <horstretch>1</horstretch>
  763. <verstretch>0</verstretch>
  764. </sizepolicy>
  765. </property>
  766. <property name="sizeHint" stdset="0">
  767. <size>
  768. <width>30</width>
  769. <height>20</height>
  770. </size>
  771. </property>
  772. </widget>
  773. </item>
  774. <item>
  775. <widget class="QPushButton" name="btnPDFHeightPerRowDefault">
  776. <property name="toolTip">
  777. <string>Set height per row to default value</string>
  778. </property>
  779. <property name="text">
  780. <string>De&amp;fault</string>
  781. </property>
  782. <property name="sizePolicy">
  783. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  784. <horstretch>1</horstretch>
  785. <verstretch>0</verstretch>
  786. </sizepolicy>
  787. </property>
  788. <property name="sizeHint" stdset="0">
  789. <size>
  790. <width>30</width>
  791. <height>20</height>
  792. </size>
  793. </property>
  794. </widget>
  795. </item>
  796. </layout>
  797. </item>
  798. <item row="3" column="0">
  799. <widget class="QLabel" name="lblPDFECC">
  800. <property name="text">
  801. <string>E&amp;rror Correction Capacity:</string>
  802. </property>
  803. <property name="toolTip">
  804. <string>Set number of error correction characters</string>
  805. </property>
  806. <property name="alignment">
  807. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  808. </property>
  809. <property name="buddy">
  810. <cstring>cmbPDFECC</cstring>
  811. </property>
  812. </widget>
  813. </item>
  814. <item row="3" column="1">
  815. <widget class="QComboBox" name="cmbPDFECC">
  816. <property name="toolTip">
  817. <string>Set number of error correction characters</string>
  818. </property>
  819. <item>
  820. <property name="text">
  821. <string>Automatic</string>
  822. </property>
  823. </item>
  824. <item>
  825. <property name="text">
  826. <string>0 (2 words)</string>
  827. </property>
  828. </item>
  829. <item>
  830. <property name="text">
  831. <string>1 (4 words)</string>
  832. </property>
  833. </item>
  834. <item>
  835. <property name="text">
  836. <string>2 (8 words)</string>
  837. </property>
  838. </item>
  839. <item>
  840. <property name="text">
  841. <string>3 (16 words)</string>
  842. </property>
  843. </item>
  844. <item>
  845. <property name="text">
  846. <string>4 (32 words)</string>
  847. </property>
  848. </item>
  849. <item>
  850. <property name="text">
  851. <string>5 (64 words)</string>
  852. </property>
  853. </item>
  854. <item>
  855. <property name="text">
  856. <string>6 (128 words)</string>
  857. </property>
  858. </item>
  859. <item>
  860. <property name="text">
  861. <string>7 (256 words)</string>
  862. </property>
  863. </item>
  864. <item>
  865. <property name="text">
  866. <string>8 (512 words)</string>
  867. </property>
  868. </item>
  869. </widget>
  870. </item>
  871. </layout>
  872. </item>
  873. <item>
  874. <widget class="QGroupBox" name="groupBoxPDFEncodingMode">
  875. <property name="title">
  876. <string>Encoding Mode</string>
  877. </property>
  878. <property name="toolTip">
  879. <string>How to process data</string>
  880. </property>
  881. <layout class="QGridLayout" name="gridLayoutPDFEncodingMode">
  882. <property name="sizeConstraint">
  883. <enum>QLayout::SetMinimumSize</enum>
  884. </property>
  885. <item row="0" column="0">
  886. <widget class="QRadioButton" name="radPDFStand">
  887. <property name="text">
  888. <string>S&amp;tandard</string>
  889. </property>
  890. <property name="toolTip">
  891. <string>Process data as normal</string>
  892. </property>
  893. <property name="checked">
  894. <bool>true</bool>
  895. </property>
  896. </widget>
  897. </item>
  898. <item row="0" column="1">
  899. <widget class="QRadioButton" name="radPDFHIBC">
  900. <property name="text">
  901. <string>H&amp;IBC</string>
  902. </property>
  903. <property name="toolTip">
  904. <string>Process data as a Health Industry Barcode (HIBC)
  905. Labeler Identification Code (LIC)
  906. For Provider Applications Standard (PAS), preface
  907. the data with a slash &quot;/&quot;</string>
  908. </property>
  909. </widget>
  910. </item>
  911. <item row="0" column="2">
  912. <widget class="QRadioButton" name="radPDFTruncated">
  913. <property name="text">
  914. <string>&amp;Compact PDF417</string>
  915. </property>
  916. <property name="toolTip">
  917. <string>Compact PDF417 (Truncated PDF417) mode omits the
  918. right row indicators and shortens the stop pattern</string>
  919. </property>
  920. </widget>
  921. </item>
  922. </layout>
  923. </widget>
  924. </item>
  925. <item>
  926. <widget class="QCheckBox" name="chkPDFFast">
  927. <property name="text">
  928. <string>&amp;Fast encoding</string>
  929. </property>
  930. <property name="toolTip">
  931. <string>Use a faster but less optimal algorithm
  932. for encoding the data</string>
  933. </property>
  934. <property name="checked">
  935. <bool>false</bool>
  936. </property>
  937. </widget>
  938. </item>
  939. <item>
  940. <widget class="QGroupBox" name="groupBoxPDFStructApp">
  941. <property name="title">
  942. <string>Structured Append</string>
  943. </property>
  944. <property name="toolTip">
  945. <string>PDF417 supports Structured Append of up to
  946. 99,999 symbols</string>
  947. </property>
  948. <layout class="QGridLayout" name="gridLayoutPDFStructApp">
  949. <item row="0" column="0">
  950. <widget class="QLabel" name="lblPDFStructAppCount">
  951. <property name="text">
  952. <string>C&amp;ount:</string>
  953. </property>
  954. <property name="alignment">
  955. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  956. </property>
  957. <property name="buddy">
  958. <cstring>spnPDFStructAppCount</cstring>
  959. </property>
  960. <property name="toolTip">
  961. <string>Mark symbol as part of a Structured Append sequence
  962. containing a total of this number of symbols
  963. Value ranges from 1 (Disabled) to 99999</string>
  964. </property>
  965. </widget>
  966. </item>
  967. <item row="0" column="1">
  968. <widget class="QSpinBox" name="spnPDFStructAppCount">
  969. <property name="toolTip">
  970. <string>Mark symbol as part of a Structured Append sequence
  971. containing a total of this number of symbols
  972. Value ranges from 1 (Disabled) to 99999</string>
  973. </property>
  974. <property name="specialValueText">
  975. <string> 1 (Disabled)</string>
  976. </property>
  977. <property name="minimum">
  978. <number>1</number>
  979. </property>
  980. <property name="maximum">
  981. <number>99999</number>
  982. </property>
  983. <property name="value">
  984. <number>1</number>
  985. </property>
  986. </widget>
  987. </item>
  988. <item row="0" column="2">
  989. <spacer name="horizontalSpacerPDFStructApp">
  990. <property name="orientation">
  991. <enum>Qt::Horizontal</enum>
  992. </property>
  993. </spacer>
  994. </item>
  995. <item row="0" column="3">
  996. <widget class="QLabel" name="lblPDFStructAppIndex">
  997. <property name="enabled">
  998. <bool>false</bool>
  999. </property>
  1000. <property name="text">
  1001. <string>Inde&amp;x:</string>
  1002. </property>
  1003. <property name="alignment">
  1004. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  1005. </property>
  1006. <property name="buddy">
  1007. <cstring>spnPDFStructAppIndex</cstring>
  1008. </property>
  1009. <property name="toolTip">
  1010. <string>Position of symbol in Structured Append sequence
  1011. Value ranges from 1 to count
  1012. (ignored if disabled)</string>
  1013. </property>
  1014. </widget>
  1015. </item>
  1016. <item row="0" column="4">
  1017. <widget class="QSpinBox" name="spnPDFStructAppIndex">
  1018. <property name="enabled">
  1019. <bool>false</bool>
  1020. </property>
  1021. <property name="toolTip">
  1022. <string>Position of symbol in Structured Append sequence
  1023. Value ranges from 1 to count
  1024. (ignored if disabled)</string>
  1025. </property>
  1026. <property name="minimum">
  1027. <number>1</number>
  1028. </property>
  1029. <property name="maximum">
  1030. <number>99999</number>
  1031. </property>
  1032. <property name="value">
  1033. <number>1</number>
  1034. </property>
  1035. </widget>
  1036. </item>
  1037. <item row="0" column="5">
  1038. <spacer name="spacerMaxiStructApp5">
  1039. <property name="orientation">
  1040. <enum>Qt::Horizontal</enum>
  1041. </property>
  1042. <property name="sizeHint">
  1043. <size>
  1044. <width>10</width>
  1045. <height>20</height>
  1046. </size>
  1047. </property>
  1048. </spacer>
  1049. </item>
  1050. <item row="0" column="6">
  1051. <widget class="QLabel" name="lblPDFStructAppID">
  1052. <property name="enabled">
  1053. <bool>false</bool>
  1054. </property>
  1055. <property name="toolTip">
  1056. <string>Optional ID to indicate that symbols belong to the same
  1057. Structured Append sequence
  1058. Numbers only, in triplets ranging from 000 to 899
  1059. Maximum length 30 (10 triplets)
  1060. (ignored if disabled)</string>
  1061. </property>
  1062. <property name="text">
  1063. <string>I&amp;D:</string>
  1064. </property>
  1065. <property name="alignment">
  1066. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  1067. </property>
  1068. <property name="buddy">
  1069. <cstring>txtPDFStructAppID</cstring>
  1070. </property>
  1071. </widget>
  1072. </item>
  1073. <item row="0" column="7">
  1074. <widget class="QLineEdit" name="txtPDFStructAppID">
  1075. <property name="enabled">
  1076. <bool>false</bool>
  1077. </property>
  1078. <property name="maxLength">
  1079. <number>30</number>
  1080. </property>
  1081. <property name="toolTip">
  1082. <string>Optional ID to indicate that symbols belong to the same
  1083. Structured Append sequence
  1084. Numbers only, in triplets ranging from 000 to 899
  1085. Maximum length 30 (10 triplets)
  1086. (ignored if disabled)</string>
  1087. </property>
  1088. <property name="sizePolicy">
  1089. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  1090. <horstretch>1</horstretch>
  1091. <verstretch>0</verstretch>
  1092. </sizepolicy>
  1093. </property>
  1094. <property name="sizeHint" stdset="0">
  1095. <size>
  1096. <width>50</width>
  1097. <height>20</height>
  1098. </size>
  1099. </property>
  1100. </widget>
  1101. </item>
  1102. </layout>
  1103. </widget>
  1104. </item>
  1105. <item>
  1106. <spacer name="verticalSpacerPDF">
  1107. <property name="orientation">
  1108. <enum>Qt::Vertical</enum>
  1109. </property>
  1110. <property name="sizeHint" stdset="0">
  1111. <size>
  1112. <width>20</width>
  1113. <height>52</height>
  1114. </size>
  1115. </property>
  1116. </spacer>
  1117. </item>
  1118. </layout>
  1119. </widget>
  1120. <resources/>
  1121. <connections/>
  1122. </ui>