grpDotCode.ui 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpDotCode</class>
  4. <widget class="QWidget" name="grpDotCode">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>390</width>
  10. <height>223</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="vLayoutDot">
  23. <item>
  24. <layout class="QGridLayout" name="gLayoutDot">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="lblDotCols">
  27. <property name="text">
  28. <string>&amp;Number of Data Columns:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set the width of the symbol</string>
  32. </property>
  33. <property name="alignment">
  34. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  35. </property>
  36. <property name="buddy">
  37. <cstring>cmbDotCols</cstring>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="1">
  42. <widget class="QComboBox" name="cmbDotCols">
  43. <property name="toolTip">
  44. <string>Set the width of the symbol</string>
  45. </property>
  46. <property name="maxVisibleItems">
  47. <number>21</number>
  48. </property>
  49. <item>
  50. <property name="text">
  51. <string>Automatic</string>
  52. </property>
  53. </item>
  54. <item>
  55. <property name="text">
  56. <string>5</string>
  57. </property>
  58. </item>
  59. <item>
  60. <property name="text">
  61. <string>6</string>
  62. </property>
  63. </item>
  64. <item>
  65. <property name="text">
  66. <string>7</string>
  67. </property>
  68. </item>
  69. <item>
  70. <property name="text">
  71. <string>8</string>
  72. </property>
  73. </item>
  74. <item>
  75. <property name="text">
  76. <string>9</string>
  77. </property>
  78. </item>
  79. <item>
  80. <property name="text">
  81. <string>10</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>11</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>12</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>13</string>
  97. </property>
  98. </item>
  99. <item>
  100. <property name="text">
  101. <string>14</string>
  102. </property>
  103. </item>
  104. <item>
  105. <property name="text">
  106. <string>15</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>16</string>
  112. </property>
  113. </item>
  114. <item>
  115. <property name="text">
  116. <string>17</string>
  117. </property>
  118. </item>
  119. <item>
  120. <property name="text">
  121. <string>18</string>
  122. </property>
  123. </item>
  124. <item>
  125. <property name="text">
  126. <string>19</string>
  127. </property>
  128. </item>
  129. <item>
  130. <property name="text">
  131. <string>20</string>
  132. </property>
  133. </item>
  134. <item>
  135. <property name="text">
  136. <string>21</string>
  137. </property>
  138. </item>
  139. <item>
  140. <property name="text">
  141. <string>22</string>
  142. </property>
  143. </item>
  144. <item>
  145. <property name="text">
  146. <string>23</string>
  147. </property>
  148. </item>
  149. <item>
  150. <property name="text">
  151. <string>24</string>
  152. </property>
  153. </item>
  154. <item>
  155. <property name="text">
  156. <string>25</string>
  157. </property>
  158. </item>
  159. <item>
  160. <property name="text">
  161. <string>26</string>
  162. </property>
  163. </item>
  164. <item>
  165. <property name="text">
  166. <string>27</string>
  167. </property>
  168. </item>
  169. <item>
  170. <property name="text">
  171. <string>28</string>
  172. </property>
  173. </item>
  174. <item>
  175. <property name="text">
  176. <string>29</string>
  177. </property>
  178. </item>
  179. <item>
  180. <property name="text">
  181. <string>30</string>
  182. </property>
  183. </item>
  184. <item>
  185. <property name="text">
  186. <string>31</string>
  187. </property>
  188. </item>
  189. <item>
  190. <property name="text">
  191. <string>32</string>
  192. </property>
  193. </item>
  194. <item>
  195. <property name="text">
  196. <string>33</string>
  197. </property>
  198. </item>
  199. <item>
  200. <property name="text">
  201. <string>34</string>
  202. </property>
  203. </item>
  204. <item>
  205. <property name="text">
  206. <string>35</string>
  207. </property>
  208. </item>
  209. <item>
  210. <property name="text">
  211. <string>36</string>
  212. </property>
  213. </item>
  214. <item>
  215. <property name="text">
  216. <string>37</string>
  217. </property>
  218. </item>
  219. <item>
  220. <property name="text">
  221. <string>38</string>
  222. </property>
  223. </item>
  224. <item>
  225. <property name="text">
  226. <string>39</string>
  227. </property>
  228. </item>
  229. <item>
  230. <property name="text">
  231. <string>40</string>
  232. </property>
  233. </item>
  234. <item>
  235. <property name="text">
  236. <string>41</string>
  237. </property>
  238. </item>
  239. <item>
  240. <property name="text">
  241. <string>42</string>
  242. </property>
  243. </item>
  244. <item>
  245. <property name="text">
  246. <string>43</string>
  247. </property>
  248. </item>
  249. <item>
  250. <property name="text">
  251. <string>44</string>
  252. </property>
  253. </item>
  254. <item>
  255. <property name="text">
  256. <string>45</string>
  257. </property>
  258. </item>
  259. <item>
  260. <property name="text">
  261. <string>46</string>
  262. </property>
  263. </item>
  264. <item>
  265. <property name="text">
  266. <string>47</string>
  267. </property>
  268. </item>
  269. <item>
  270. <property name="text">
  271. <string>48</string>
  272. </property>
  273. </item>
  274. <item>
  275. <property name="text">
  276. <string>49</string>
  277. </property>
  278. </item>
  279. <item>
  280. <property name="text">
  281. <string>50</string>
  282. </property>
  283. </item>
  284. <item>
  285. <property name="text">
  286. <string>51</string>
  287. </property>
  288. </item>
  289. <item>
  290. <property name="text">
  291. <string>52</string>
  292. </property>
  293. </item>
  294. <item>
  295. <property name="text">
  296. <string>53</string>
  297. </property>
  298. </item>
  299. <item>
  300. <property name="text">
  301. <string>54</string>
  302. </property>
  303. </item>
  304. <item>
  305. <property name="text">
  306. <string>55</string>
  307. </property>
  308. </item>
  309. <item>
  310. <property name="text">
  311. <string>56</string>
  312. </property>
  313. </item>
  314. <item>
  315. <property name="text">
  316. <string>57</string>
  317. </property>
  318. </item>
  319. <item>
  320. <property name="text">
  321. <string>58</string>
  322. </property>
  323. </item>
  324. <item>
  325. <property name="text">
  326. <string>59</string>
  327. </property>
  328. </item>
  329. <item>
  330. <property name="text">
  331. <string>60</string>
  332. </property>
  333. </item>
  334. <item>
  335. <property name="text">
  336. <string>61</string>
  337. </property>
  338. </item>
  339. <item>
  340. <property name="text">
  341. <string>62</string>
  342. </property>
  343. </item>
  344. <item>
  345. <property name="text">
  346. <string>63</string>
  347. </property>
  348. </item>
  349. <item>
  350. <property name="text">
  351. <string>64</string>
  352. </property>
  353. </item>
  354. <item>
  355. <property name="text">
  356. <string>65</string>
  357. </property>
  358. </item>
  359. <item>
  360. <property name="text">
  361. <string>66</string>
  362. </property>
  363. </item>
  364. <item>
  365. <property name="text">
  366. <string>67</string>
  367. </property>
  368. </item>
  369. <item>
  370. <property name="text">
  371. <string>68</string>
  372. </property>
  373. </item>
  374. <item>
  375. <property name="text">
  376. <string>69</string>
  377. </property>
  378. </item>
  379. <item>
  380. <property name="text">
  381. <string>70</string>
  382. </property>
  383. </item>
  384. <item>
  385. <property name="text">
  386. <string>71</string>
  387. </property>
  388. </item>
  389. <item>
  390. <property name="text">
  391. <string>72</string>
  392. </property>
  393. </item>
  394. <item>
  395. <property name="text">
  396. <string>73</string>
  397. </property>
  398. </item>
  399. <item>
  400. <property name="text">
  401. <string>74</string>
  402. </property>
  403. </item>
  404. <item>
  405. <property name="text">
  406. <string>75</string>
  407. </property>
  408. </item>
  409. <item>
  410. <property name="text">
  411. <string>76</string>
  412. </property>
  413. </item>
  414. <item>
  415. <property name="text">
  416. <string>77</string>
  417. </property>
  418. </item>
  419. <item>
  420. <property name="text">
  421. <string>78</string>
  422. </property>
  423. </item>
  424. <item>
  425. <property name="text">
  426. <string>79</string>
  427. </property>
  428. </item>
  429. <item>
  430. <property name="text">
  431. <string>80</string>
  432. </property>
  433. </item>
  434. <item>
  435. <property name="text">
  436. <string>81</string>
  437. </property>
  438. </item>
  439. <item>
  440. <property name="text">
  441. <string>82</string>
  442. </property>
  443. </item>
  444. <item>
  445. <property name="text">
  446. <string>83</string>
  447. </property>
  448. </item>
  449. <item>
  450. <property name="text">
  451. <string>84</string>
  452. </property>
  453. </item>
  454. <item>
  455. <property name="text">
  456. <string>85</string>
  457. </property>
  458. </item>
  459. <item>
  460. <property name="text">
  461. <string>86</string>
  462. </property>
  463. </item>
  464. <item>
  465. <property name="text">
  466. <string>87</string>
  467. </property>
  468. </item>
  469. <item>
  470. <property name="text">
  471. <string>88</string>
  472. </property>
  473. </item>
  474. <item>
  475. <property name="text">
  476. <string>89</string>
  477. </property>
  478. </item>
  479. <item>
  480. <property name="text">
  481. <string>90</string>
  482. </property>
  483. </item>
  484. <item>
  485. <property name="text">
  486. <string>91</string>
  487. </property>
  488. </item>
  489. <item>
  490. <property name="text">
  491. <string>92</string>
  492. </property>
  493. </item>
  494. <item>
  495. <property name="text">
  496. <string>93</string>
  497. </property>
  498. </item>
  499. <item>
  500. <property name="text">
  501. <string>94</string>
  502. </property>
  503. </item>
  504. <item>
  505. <property name="text">
  506. <string>95</string>
  507. </property>
  508. </item>
  509. <item>
  510. <property name="text">
  511. <string>96</string>
  512. </property>
  513. </item>
  514. <item>
  515. <property name="text">
  516. <string>97</string>
  517. </property>
  518. </item>
  519. <item>
  520. <property name="text">
  521. <string>98</string>
  522. </property>
  523. </item>
  524. <item>
  525. <property name="text">
  526. <string>99</string>
  527. </property>
  528. </item>
  529. <item>
  530. <property name="text">
  531. <string>100</string>
  532. </property>
  533. </item>
  534. <item>
  535. <property name="text">
  536. <string>101</string>
  537. </property>
  538. </item>
  539. <item>
  540. <property name="text">
  541. <string>102</string>
  542. </property>
  543. </item>
  544. <item>
  545. <property name="text">
  546. <string>103</string>
  547. </property>
  548. </item>
  549. <item>
  550. <property name="text">
  551. <string>104</string>
  552. </property>
  553. </item>
  554. <item>
  555. <property name="text">
  556. <string>105</string>
  557. </property>
  558. </item>
  559. <item>
  560. <property name="text">
  561. <string>106</string>
  562. </property>
  563. </item>
  564. <item>
  565. <property name="text">
  566. <string>107</string>
  567. </property>
  568. </item>
  569. <item>
  570. <property name="text">
  571. <string>108</string>
  572. </property>
  573. </item>
  574. <item>
  575. <property name="text">
  576. <string>109</string>
  577. </property>
  578. </item>
  579. <item>
  580. <property name="text">
  581. <string>110</string>
  582. </property>
  583. </item>
  584. <item>
  585. <property name="text">
  586. <string>111</string>
  587. </property>
  588. </item>
  589. <item>
  590. <property name="text">
  591. <string>112</string>
  592. </property>
  593. </item>
  594. <item>
  595. <property name="text">
  596. <string>113</string>
  597. </property>
  598. </item>
  599. <item>
  600. <property name="text">
  601. <string>114</string>
  602. </property>
  603. </item>
  604. <item>
  605. <property name="text">
  606. <string>115</string>
  607. </property>
  608. </item>
  609. <item>
  610. <property name="text">
  611. <string>116</string>
  612. </property>
  613. </item>
  614. <item>
  615. <property name="text">
  616. <string>117</string>
  617. </property>
  618. </item>
  619. <item>
  620. <property name="text">
  621. <string>118</string>
  622. </property>
  623. </item>
  624. <item>
  625. <property name="text">
  626. <string>119</string>
  627. </property>
  628. </item>
  629. <item>
  630. <property name="text">
  631. <string>120</string>
  632. </property>
  633. </item>
  634. <item>
  635. <property name="text">
  636. <string>121</string>
  637. </property>
  638. </item>
  639. <item>
  640. <property name="text">
  641. <string>122</string>
  642. </property>
  643. </item>
  644. <item>
  645. <property name="text">
  646. <string>123</string>
  647. </property>
  648. </item>
  649. <item>
  650. <property name="text">
  651. <string>124</string>
  652. </property>
  653. </item>
  654. <item>
  655. <property name="text">
  656. <string>125</string>
  657. </property>
  658. </item>
  659. <item>
  660. <property name="text">
  661. <string>126</string>
  662. </property>
  663. </item>
  664. <item>
  665. <property name="text">
  666. <string>127</string>
  667. </property>
  668. </item>
  669. <item>
  670. <property name="text">
  671. <string>128</string>
  672. </property>
  673. </item>
  674. <item>
  675. <property name="text">
  676. <string>129</string>
  677. </property>
  678. </item>
  679. <item>
  680. <property name="text">
  681. <string>130</string>
  682. </property>
  683. </item>
  684. <item>
  685. <property name="text">
  686. <string>131</string>
  687. </property>
  688. </item>
  689. <item>
  690. <property name="text">
  691. <string>132</string>
  692. </property>
  693. </item>
  694. <item>
  695. <property name="text">
  696. <string>133</string>
  697. </property>
  698. </item>
  699. <item>
  700. <property name="text">
  701. <string>134</string>
  702. </property>
  703. </item>
  704. <item>
  705. <property name="text">
  706. <string>135</string>
  707. </property>
  708. </item>
  709. <item>
  710. <property name="text">
  711. <string>136</string>
  712. </property>
  713. </item>
  714. <item>
  715. <property name="text">
  716. <string>137</string>
  717. </property>
  718. </item>
  719. <item>
  720. <property name="text">
  721. <string>138</string>
  722. </property>
  723. </item>
  724. <item>
  725. <property name="text">
  726. <string>139</string>
  727. </property>
  728. </item>
  729. <item>
  730. <property name="text">
  731. <string>140</string>
  732. </property>
  733. </item>
  734. <item>
  735. <property name="text">
  736. <string>141</string>
  737. </property>
  738. </item>
  739. <item>
  740. <property name="text">
  741. <string>142</string>
  742. </property>
  743. </item>
  744. <item>
  745. <property name="text">
  746. <string>143</string>
  747. </property>
  748. </item>
  749. <item>
  750. <property name="text">
  751. <string>144</string>
  752. </property>
  753. </item>
  754. <item>
  755. <property name="text">
  756. <string>145</string>
  757. </property>
  758. </item>
  759. <item>
  760. <property name="text">
  761. <string>146</string>
  762. </property>
  763. </item>
  764. <item>
  765. <property name="text">
  766. <string>147</string>
  767. </property>
  768. </item>
  769. <item>
  770. <property name="text">
  771. <string>148</string>
  772. </property>
  773. </item>
  774. <item>
  775. <property name="text">
  776. <string>149</string>
  777. </property>
  778. </item>
  779. <item>
  780. <property name="text">
  781. <string>150</string>
  782. </property>
  783. </item>
  784. <item>
  785. <property name="text">
  786. <string>151</string>
  787. </property>
  788. </item>
  789. <item>
  790. <property name="text">
  791. <string>152</string>
  792. </property>
  793. </item>
  794. <item>
  795. <property name="text">
  796. <string>153</string>
  797. </property>
  798. </item>
  799. <item>
  800. <property name="text">
  801. <string>154</string>
  802. </property>
  803. </item>
  804. <item>
  805. <property name="text">
  806. <string>155</string>
  807. </property>
  808. </item>
  809. <item>
  810. <property name="text">
  811. <string>156</string>
  812. </property>
  813. </item>
  814. <item>
  815. <property name="text">
  816. <string>157</string>
  817. </property>
  818. </item>
  819. <item>
  820. <property name="text">
  821. <string>158</string>
  822. </property>
  823. </item>
  824. <item>
  825. <property name="text">
  826. <string>159</string>
  827. </property>
  828. </item>
  829. <item>
  830. <property name="text">
  831. <string>160</string>
  832. </property>
  833. </item>
  834. <item>
  835. <property name="text">
  836. <string>161</string>
  837. </property>
  838. </item>
  839. <item>
  840. <property name="text">
  841. <string>162</string>
  842. </property>
  843. </item>
  844. <item>
  845. <property name="text">
  846. <string>163</string>
  847. </property>
  848. </item>
  849. <item>
  850. <property name="text">
  851. <string>164</string>
  852. </property>
  853. </item>
  854. <item>
  855. <property name="text">
  856. <string>165</string>
  857. </property>
  858. </item>
  859. <item>
  860. <property name="text">
  861. <string>166</string>
  862. </property>
  863. </item>
  864. <item>
  865. <property name="text">
  866. <string>167</string>
  867. </property>
  868. </item>
  869. <item>
  870. <property name="text">
  871. <string>168</string>
  872. </property>
  873. </item>
  874. <item>
  875. <property name="text">
  876. <string>169</string>
  877. </property>
  878. </item>
  879. <item>
  880. <property name="text">
  881. <string>170</string>
  882. </property>
  883. </item>
  884. <item>
  885. <property name="text">
  886. <string>171</string>
  887. </property>
  888. </item>
  889. <item>
  890. <property name="text">
  891. <string>172</string>
  892. </property>
  893. </item>
  894. <item>
  895. <property name="text">
  896. <string>173</string>
  897. </property>
  898. </item>
  899. <item>
  900. <property name="text">
  901. <string>174</string>
  902. </property>
  903. </item>
  904. <item>
  905. <property name="text">
  906. <string>175</string>
  907. </property>
  908. </item>
  909. <item>
  910. <property name="text">
  911. <string>176</string>
  912. </property>
  913. </item>
  914. <item>
  915. <property name="text">
  916. <string>177</string>
  917. </property>
  918. </item>
  919. <item>
  920. <property name="text">
  921. <string>178</string>
  922. </property>
  923. </item>
  924. <item>
  925. <property name="text">
  926. <string>179</string>
  927. </property>
  928. </item>
  929. <item>
  930. <property name="text">
  931. <string>180</string>
  932. </property>
  933. </item>
  934. <item>
  935. <property name="text">
  936. <string>181</string>
  937. </property>
  938. </item>
  939. <item>
  940. <property name="text">
  941. <string>182</string>
  942. </property>
  943. </item>
  944. <item>
  945. <property name="text">
  946. <string>183</string>
  947. </property>
  948. </item>
  949. <item>
  950. <property name="text">
  951. <string>184</string>
  952. </property>
  953. </item>
  954. <item>
  955. <property name="text">
  956. <string>185</string>
  957. </property>
  958. </item>
  959. <item>
  960. <property name="text">
  961. <string>186</string>
  962. </property>
  963. </item>
  964. <item>
  965. <property name="text">
  966. <string>187</string>
  967. </property>
  968. </item>
  969. <item>
  970. <property name="text">
  971. <string>188</string>
  972. </property>
  973. </item>
  974. <item>
  975. <property name="text">
  976. <string>189</string>
  977. </property>
  978. </item>
  979. <item>
  980. <property name="text">
  981. <string>190</string>
  982. </property>
  983. </item>
  984. <item>
  985. <property name="text">
  986. <string>191</string>
  987. </property>
  988. </item>
  989. <item>
  990. <property name="text">
  991. <string>192</string>
  992. </property>
  993. </item>
  994. <item>
  995. <property name="text">
  996. <string>193</string>
  997. </property>
  998. </item>
  999. <item>
  1000. <property name="text">
  1001. <string>194</string>
  1002. </property>
  1003. </item>
  1004. <item>
  1005. <property name="text">
  1006. <string>195</string>
  1007. </property>
  1008. </item>
  1009. <item>
  1010. <property name="text">
  1011. <string>196</string>
  1012. </property>
  1013. </item>
  1014. <item>
  1015. <property name="text">
  1016. <string>197</string>
  1017. </property>
  1018. </item>
  1019. <item>
  1020. <property name="text">
  1021. <string>198</string>
  1022. </property>
  1023. </item>
  1024. <item>
  1025. <property name="text">
  1026. <string>199</string>
  1027. </property>
  1028. </item>
  1029. <item>
  1030. <property name="text">
  1031. <string>200</string>
  1032. </property>
  1033. </item>
  1034. </widget>
  1035. </item>
  1036. <item row="1" column="0">
  1037. <widget class="QLabel" name="labelDotMask">
  1038. <property name="text">
  1039. <string>&amp;Mask:</string>
  1040. </property>
  1041. <property name="toolTip">
  1042. <string>Manually specify which mask to use
  1043. The prime masks 0&apos; to 3&apos; are the same
  1044. as 0 to 3 with the corners lit</string>
  1045. </property>
  1046. <property name="buddy">
  1047. <cstring>cmbDotMask</cstring>
  1048. </property>
  1049. </widget>
  1050. </item>
  1051. <item row="1" column="1">
  1052. <widget class="QComboBox" name="cmbDotMask">
  1053. <property name="toolTip">
  1054. <string>Manually specify which mask to use
  1055. The prime masks 0&apos; to 3&apos; are the same
  1056. as 0 to 3 with the corners lit</string>
  1057. </property>
  1058. <item>
  1059. <property name="text">
  1060. <string>Automatic</string>
  1061. </property>
  1062. </item>
  1063. <item>
  1064. <property name="text">
  1065. <string>0</string>
  1066. </property>
  1067. </item>
  1068. <item>
  1069. <property name="text">
  1070. <string>1</string>
  1071. </property>
  1072. </item>
  1073. <item>
  1074. <property name="text">
  1075. <string>2</string>
  1076. </property>
  1077. </item>
  1078. <item>
  1079. <property name="text">
  1080. <string>3</string>
  1081. </property>
  1082. </item>
  1083. <item>
  1084. <property name="text">
  1085. <string>0'</string>
  1086. </property>
  1087. </item>
  1088. <item>
  1089. <property name="text">
  1090. <string>1'</string>
  1091. </property>
  1092. </item>
  1093. <item>
  1094. <property name="text">
  1095. <string>2'</string>
  1096. </property>
  1097. </item>
  1098. <item>
  1099. <property name="text">
  1100. <string>3'</string>
  1101. </property>
  1102. </item>
  1103. </widget>
  1104. </item>
  1105. </layout>
  1106. </item>
  1107. <item>
  1108. <widget class="QGroupBox" name="groupBoxDotEncodingMode">
  1109. <property name="title">
  1110. <string>Encoding Mode</string>
  1111. </property>
  1112. <property name="toolTip">
  1113. <string>How to process data</string>
  1114. </property>
  1115. <layout class="QGridLayout" name="gLayoutDotEncodingMode">
  1116. <property name="sizeConstraint">
  1117. <enum>QLayout::SetMinimumSize</enum>
  1118. </property>
  1119. <item row="0" column="0">
  1120. <widget class="QRadioButton" name="radDotStand">
  1121. <property name="text">
  1122. <string>S&amp;tandard Mode</string>
  1123. </property>
  1124. <property name="toolTip">
  1125. <string>Process data as normal</string>
  1126. </property>
  1127. <property name="checked">
  1128. <bool>true</bool>
  1129. </property>
  1130. </widget>
  1131. </item>
  1132. <item row="0" column="1">
  1133. <widget class="QRadioButton" name="radDotGS1">
  1134. <property name="text">
  1135. <string>GS&amp;1 Data Mode</string>
  1136. </property>
  1137. <property name="toolTip">
  1138. <string>Process data as GS1 General Specifications data,
  1139. formatted with Application Identifiers (AIs)</string>
  1140. </property>
  1141. </widget>
  1142. </item>
  1143. </layout>
  1144. </widget>
  1145. </item>
  1146. <item>
  1147. <widget class="QGroupBox" name="groupBoxDotStructApp">
  1148. <property name="title">
  1149. <string>Structured Append</string>
  1150. </property>
  1151. <property name="toolTip">
  1152. <string>DotCode supports Structured Append of up to
  1153. 35 symbols</string>
  1154. </property>
  1155. <layout class="QGridLayout" name="gLayoutDotStructApp">
  1156. <item row="0" column="0">
  1157. <widget class="QLabel" name="lblDotStructAppCount">
  1158. <property name="text">
  1159. <string>C&amp;ount:</string>
  1160. </property>
  1161. <property name="alignment">
  1162. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  1163. </property>
  1164. <property name="buddy">
  1165. <cstring>cmbDotStructAppCount</cstring>
  1166. </property>
  1167. <property name="toolTip">
  1168. <string>Mark symbol as part of a Structured Append sequence
  1169. containing a total of this number of symbols
  1170. Value ranges from 2 to 35</string>
  1171. </property>
  1172. </widget>
  1173. </item>
  1174. <item row="0" column="1">
  1175. <widget class="QComboBox" name="cmbDotStructAppCount">
  1176. <property name="sizePolicy">
  1177. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1178. <horstretch>0</horstretch>
  1179. <verstretch>0</verstretch>
  1180. </sizepolicy>
  1181. </property>
  1182. <property name="toolTip">
  1183. <string>Mark symbol as part of a Structured Append sequence
  1184. containing a total of this number of symbols
  1185. Value ranges from 2 to 35</string>
  1186. </property>
  1187. <item>
  1188. <property name="text">
  1189. <string>Disabled</string>
  1190. </property>
  1191. </item>
  1192. <item>
  1193. <property name="text">
  1194. <string>2</string>
  1195. </property>
  1196. </item>
  1197. <item>
  1198. <property name="text">
  1199. <string>3</string>
  1200. </property>
  1201. </item>
  1202. <item>
  1203. <property name="text">
  1204. <string>4</string>
  1205. </property>
  1206. </item>
  1207. <item>
  1208. <property name="text">
  1209. <string>5</string>
  1210. </property>
  1211. </item>
  1212. <item>
  1213. <property name="text">
  1214. <string>6</string>
  1215. </property>
  1216. </item>
  1217. <item>
  1218. <property name="text">
  1219. <string>7</string>
  1220. </property>
  1221. </item>
  1222. <item>
  1223. <property name="text">
  1224. <string>8</string>
  1225. </property>
  1226. </item>
  1227. <item>
  1228. <property name="text">
  1229. <string>9</string>
  1230. </property>
  1231. </item>
  1232. <item>
  1233. <property name="text">
  1234. <string>10</string>
  1235. </property>
  1236. </item>
  1237. <item>
  1238. <property name="text">
  1239. <string>11</string>
  1240. </property>
  1241. </item>
  1242. <item>
  1243. <property name="text">
  1244. <string>12</string>
  1245. </property>
  1246. </item>
  1247. <item>
  1248. <property name="text">
  1249. <string>13</string>
  1250. </property>
  1251. </item>
  1252. <item>
  1253. <property name="text">
  1254. <string>14</string>
  1255. </property>
  1256. </item>
  1257. <item>
  1258. <property name="text">
  1259. <string>15</string>
  1260. </property>
  1261. </item>
  1262. <item>
  1263. <property name="text">
  1264. <string>16</string>
  1265. </property>
  1266. </item>
  1267. <item>
  1268. <property name="text">
  1269. <string>17</string>
  1270. </property>
  1271. </item>
  1272. <item>
  1273. <property name="text">
  1274. <string>18</string>
  1275. </property>
  1276. </item>
  1277. <item>
  1278. <property name="text">
  1279. <string>19</string>
  1280. </property>
  1281. </item>
  1282. <item>
  1283. <property name="text">
  1284. <string>20</string>
  1285. </property>
  1286. </item>
  1287. <item>
  1288. <property name="text">
  1289. <string>21</string>
  1290. </property>
  1291. </item>
  1292. <item>
  1293. <property name="text">
  1294. <string>22</string>
  1295. </property>
  1296. </item>
  1297. <item>
  1298. <property name="text">
  1299. <string>23</string>
  1300. </property>
  1301. </item>
  1302. <item>
  1303. <property name="text">
  1304. <string>24</string>
  1305. </property>
  1306. </item>
  1307. <item>
  1308. <property name="text">
  1309. <string>25</string>
  1310. </property>
  1311. </item>
  1312. <item>
  1313. <property name="text">
  1314. <string>26</string>
  1315. </property>
  1316. </item>
  1317. <item>
  1318. <property name="text">
  1319. <string>27</string>
  1320. </property>
  1321. </item>
  1322. <item>
  1323. <property name="text">
  1324. <string>28</string>
  1325. </property>
  1326. </item>
  1327. <item>
  1328. <property name="text">
  1329. <string>29</string>
  1330. </property>
  1331. </item>
  1332. <item>
  1333. <property name="text">
  1334. <string>30</string>
  1335. </property>
  1336. </item>
  1337. <item>
  1338. <property name="text">
  1339. <string>31</string>
  1340. </property>
  1341. </item>
  1342. <item>
  1343. <property name="text">
  1344. <string>32</string>
  1345. </property>
  1346. </item>
  1347. <item>
  1348. <property name="text">
  1349. <string>33</string>
  1350. </property>
  1351. </item>
  1352. <item>
  1353. <property name="text">
  1354. <string>34</string>
  1355. </property>
  1356. </item>
  1357. <item>
  1358. <property name="text">
  1359. <string>35</string>
  1360. </property>
  1361. </item>
  1362. </widget>
  1363. </item>
  1364. <item row="0" column="2">
  1365. <spacer name="spacerDotStructApp2">
  1366. <property name="orientation">
  1367. <enum>Qt::Horizontal</enum>
  1368. </property>
  1369. <property name="sizeHint">
  1370. <size>
  1371. <width>10</width>
  1372. <height>20</height>
  1373. </size>
  1374. </property>
  1375. </spacer>
  1376. </item>
  1377. <item row="0" column="3">
  1378. <widget class="QLabel" name="lblDotStructAppIndex">
  1379. <property name="enabled">
  1380. <bool>false</bool>
  1381. </property>
  1382. <property name="text">
  1383. <string>Inde&amp;x:</string>
  1384. </property>
  1385. <property name="alignment">
  1386. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  1387. </property>
  1388. <property name="buddy">
  1389. <cstring>cmbDotStructAppIndex</cstring>
  1390. </property>
  1391. <property name="toolTip">
  1392. <string>Position of symbol in Structured Append sequence
  1393. Value ranges from 1 to count
  1394. (ignored if disabled)</string>
  1395. </property>
  1396. </widget>
  1397. </item>
  1398. <item row="0" column="4">
  1399. <widget class="QComboBox" name="cmbDotStructAppIndex">
  1400. <property name="enabled">
  1401. <bool>false</bool>
  1402. </property>
  1403. <property name="sizePolicy">
  1404. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1405. <horstretch>0</horstretch>
  1406. <verstretch>0</verstretch>
  1407. </sizepolicy>
  1408. </property>
  1409. <property name="toolTip">
  1410. <string>Position of symbol in Structured Append sequence
  1411. Value ranges from 1 to count
  1412. (ignored if disabled)</string>
  1413. </property>
  1414. <item>
  1415. <property name="text">
  1416. <string>1</string>
  1417. </property>
  1418. </item>
  1419. <item>
  1420. <property name="text">
  1421. <string>2</string>
  1422. </property>
  1423. </item>
  1424. <item>
  1425. <property name="text">
  1426. <string>3</string>
  1427. </property>
  1428. </item>
  1429. <item>
  1430. <property name="text">
  1431. <string>4</string>
  1432. </property>
  1433. </item>
  1434. <item>
  1435. <property name="text">
  1436. <string>5</string>
  1437. </property>
  1438. </item>
  1439. <item>
  1440. <property name="text">
  1441. <string>6</string>
  1442. </property>
  1443. </item>
  1444. <item>
  1445. <property name="text">
  1446. <string>7</string>
  1447. </property>
  1448. </item>
  1449. <item>
  1450. <property name="text">
  1451. <string>8</string>
  1452. </property>
  1453. </item>
  1454. <item>
  1455. <property name="text">
  1456. <string>9</string>
  1457. </property>
  1458. </item>
  1459. <item>
  1460. <property name="text">
  1461. <string>10</string>
  1462. </property>
  1463. </item>
  1464. <item>
  1465. <property name="text">
  1466. <string>11</string>
  1467. </property>
  1468. </item>
  1469. <item>
  1470. <property name="text">
  1471. <string>12</string>
  1472. </property>
  1473. </item>
  1474. <item>
  1475. <property name="text">
  1476. <string>13</string>
  1477. </property>
  1478. </item>
  1479. <item>
  1480. <property name="text">
  1481. <string>14</string>
  1482. </property>
  1483. </item>
  1484. <item>
  1485. <property name="text">
  1486. <string>15</string>
  1487. </property>
  1488. </item>
  1489. <item>
  1490. <property name="text">
  1491. <string>16</string>
  1492. </property>
  1493. </item>
  1494. <item>
  1495. <property name="text">
  1496. <string>17</string>
  1497. </property>
  1498. </item>
  1499. <item>
  1500. <property name="text">
  1501. <string>18</string>
  1502. </property>
  1503. </item>
  1504. <item>
  1505. <property name="text">
  1506. <string>19</string>
  1507. </property>
  1508. </item>
  1509. <item>
  1510. <property name="text">
  1511. <string>20</string>
  1512. </property>
  1513. </item>
  1514. <item>
  1515. <property name="text">
  1516. <string>21</string>
  1517. </property>
  1518. </item>
  1519. <item>
  1520. <property name="text">
  1521. <string>22</string>
  1522. </property>
  1523. </item>
  1524. <item>
  1525. <property name="text">
  1526. <string>23</string>
  1527. </property>
  1528. </item>
  1529. <item>
  1530. <property name="text">
  1531. <string>24</string>
  1532. </property>
  1533. </item>
  1534. <item>
  1535. <property name="text">
  1536. <string>25</string>
  1537. </property>
  1538. </item>
  1539. <item>
  1540. <property name="text">
  1541. <string>26</string>
  1542. </property>
  1543. </item>
  1544. <item>
  1545. <property name="text">
  1546. <string>27</string>
  1547. </property>
  1548. </item>
  1549. <item>
  1550. <property name="text">
  1551. <string>28</string>
  1552. </property>
  1553. </item>
  1554. <item>
  1555. <property name="text">
  1556. <string>29</string>
  1557. </property>
  1558. </item>
  1559. <item>
  1560. <property name="text">
  1561. <string>30</string>
  1562. </property>
  1563. </item>
  1564. <item>
  1565. <property name="text">
  1566. <string>31</string>
  1567. </property>
  1568. </item>
  1569. <item>
  1570. <property name="text">
  1571. <string>32</string>
  1572. </property>
  1573. </item>
  1574. <item>
  1575. <property name="text">
  1576. <string>33</string>
  1577. </property>
  1578. </item>
  1579. <item>
  1580. <property name="text">
  1581. <string>34</string>
  1582. </property>
  1583. </item>
  1584. <item>
  1585. <property name="text">
  1586. <string>35</string>
  1587. </property>
  1588. </item>
  1589. </widget>
  1590. </item>
  1591. <item row="0" column="5">
  1592. <spacer name="spacerDotStructApp5">
  1593. <property name="orientation">
  1594. <enum>Qt::Horizontal</enum>
  1595. </property>
  1596. <property name="sizeHint">
  1597. <size>
  1598. <width>10</width>
  1599. <height>20</height>
  1600. </size>
  1601. </property>
  1602. </spacer>
  1603. </item>
  1604. <item row="0" column="6">
  1605. <widget class="QLabel" name="lblDotStructAppIDDisabled">
  1606. <property name="enabled">
  1607. <bool>false</bool>
  1608. </property>
  1609. <property name="toolTip">
  1610. <string>Structured Append ID not available for DotCode</string>
  1611. </property>
  1612. <property name="text">
  1613. <string>ID:</string>
  1614. </property>
  1615. <property name="alignment">
  1616. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  1617. </property>
  1618. <property name="buddy">
  1619. <cstring>txtDotStructAppIDDisabled</cstring>
  1620. </property>
  1621. </widget>
  1622. </item>
  1623. <item row="0" column="7">
  1624. <widget class="QLineEdit" name="txtDotStructAppIDDisabled">
  1625. <property name="enabled">
  1626. <bool>false</bool>
  1627. </property>
  1628. <property name="sizePolicy">
  1629. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1630. <horstretch>0</horstretch>
  1631. <verstretch>0</verstretch>
  1632. </sizepolicy>
  1633. </property>
  1634. <property name="toolTip">
  1635. <string>Structured Append ID not available for DotCode</string>
  1636. </property>
  1637. <property name="text">
  1638. <string>N/A</string>
  1639. </property>
  1640. </widget>
  1641. </item>
  1642. </layout>
  1643. </widget>
  1644. </item>
  1645. <item>
  1646. <spacer name="vSpacerDot">
  1647. <property name="orientation">
  1648. <enum>Qt::Vertical</enum>
  1649. </property>
  1650. <property name="sizeType">
  1651. <enum>QSizePolicy::MinimumExpanding</enum>
  1652. </property>
  1653. <property name="sizeHint" stdset="0">
  1654. <size>
  1655. <width>20</width>
  1656. <height>52</height>
  1657. </size>
  1658. </property>
  1659. </spacer>
  1660. </item>
  1661. </layout>
  1662. </widget>
  1663. <resources/>
  1664. <connections/>
  1665. </ui>