grpQR.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpQR</class>
  4. <widget class="QWidget" name="grpQR">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>227</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="verticalLayoutQR">
  23. <item>
  24. <layout class="QGridLayout" name="gridLayoutQR">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="labelQRSize">
  27. <property name="text">
  28. <string>Si&amp;ze:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set size (version) of symbol</string>
  32. </property>
  33. <property name="buddy">
  34. <cstring>cmbQRSize</cstring>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="1">
  39. <widget class="QComboBox" name="cmbQRSize">
  40. <property name="maxVisibleItems">
  41. <number>21</number>
  42. </property>
  43. <property name="toolTip">
  44. <string>Set size (version) of symbol</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>21 x 21 (Version 1)</string>
  54. </property>
  55. </item>
  56. <item>
  57. <property name="text">
  58. <string>25 x 25 (Version 2)</string>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>29 x 29 (Version 3)</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>33 x 33 (Version 4)</string>
  69. </property>
  70. </item>
  71. <item>
  72. <property name="text">
  73. <string>37 x 37 (Version 5)</string>
  74. </property>
  75. </item>
  76. <item>
  77. <property name="text">
  78. <string>41 x 41 (Version 6)</string>
  79. </property>
  80. </item>
  81. <item>
  82. <property name="text">
  83. <string>45 x 45 (Version 7)</string>
  84. </property>
  85. </item>
  86. <item>
  87. <property name="text">
  88. <string>49 x 49 (Version 8)</string>
  89. </property>
  90. </item>
  91. <item>
  92. <property name="text">
  93. <string>53 x 53 (Version 9)</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>57 x 57 (Version 10)</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>61 x 61 (Version 11)</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>65 x 65 (Version 12)</string>
  109. </property>
  110. </item>
  111. <item>
  112. <property name="text">
  113. <string>69 x 69 (Version 13)</string>
  114. </property>
  115. </item>
  116. <item>
  117. <property name="text">
  118. <string>73 x 73 (Version 14)</string>
  119. </property>
  120. </item>
  121. <item>
  122. <property name="text">
  123. <string>77 x 77 (Version 15)</string>
  124. </property>
  125. </item>
  126. <item>
  127. <property name="text">
  128. <string>81 x 81 (Version 16)</string>
  129. </property>
  130. </item>
  131. <item>
  132. <property name="text">
  133. <string>85 x 85 (Version 17)</string>
  134. </property>
  135. </item>
  136. <item>
  137. <property name="text">
  138. <string>89 x 89 (Version 18)</string>
  139. </property>
  140. </item>
  141. <item>
  142. <property name="text">
  143. <string>93 x 93 (Version 19)</string>
  144. </property>
  145. </item>
  146. <item>
  147. <property name="text">
  148. <string>97 x 97 (Version 20)</string>
  149. </property>
  150. </item>
  151. <item>
  152. <property name="text">
  153. <string>101 x 101 (Version 21)</string>
  154. </property>
  155. </item>
  156. <item>
  157. <property name="text">
  158. <string>105 x 105 (Version 22)</string>
  159. </property>
  160. </item>
  161. <item>
  162. <property name="text">
  163. <string>109 x 109 (Version 23)</string>
  164. </property>
  165. </item>
  166. <item>
  167. <property name="text">
  168. <string>113 x 113 (Version 24)</string>
  169. </property>
  170. </item>
  171. <item>
  172. <property name="text">
  173. <string>117 x 117 (Version 25)</string>
  174. </property>
  175. </item>
  176. <item>
  177. <property name="text">
  178. <string>121 x 121 (Version 26)</string>
  179. </property>
  180. </item>
  181. <item>
  182. <property name="text">
  183. <string>125 x 125 (Version 27)</string>
  184. </property>
  185. </item>
  186. <item>
  187. <property name="text">
  188. <string>129 x 129 (Version 28)</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>133 x 133 (Version 29)</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>137 x 137 (Version 30)</string>
  199. </property>
  200. </item>
  201. <item>
  202. <property name="text">
  203. <string>141 x 141 (Version 31)</string>
  204. </property>
  205. </item>
  206. <item>
  207. <property name="text">
  208. <string>145 x 145 (Version 32)</string>
  209. </property>
  210. </item>
  211. <item>
  212. <property name="text">
  213. <string>149 x 149 (Version 33)</string>
  214. </property>
  215. </item>
  216. <item>
  217. <property name="text">
  218. <string>153 x 153 (Version 34)</string>
  219. </property>
  220. </item>
  221. <item>
  222. <property name="text">
  223. <string>157 x 157 (Version 35)</string>
  224. </property>
  225. </item>
  226. <item>
  227. <property name="text">
  228. <string>161 x 161 (Version 36)</string>
  229. </property>
  230. </item>
  231. <item>
  232. <property name="text">
  233. <string>165 x 165 (Version 37)</string>
  234. </property>
  235. </item>
  236. <item>
  237. <property name="text">
  238. <string>169 x 169 (Version 38)</string>
  239. </property>
  240. </item>
  241. <item>
  242. <property name="text">
  243. <string>173 x 173 (Version 39)</string>
  244. </property>
  245. </item>
  246. <item>
  247. <property name="text">
  248. <string>177 x 177 (Version 40)</string>
  249. </property>
  250. </item>
  251. </widget>
  252. </item>
  253. <item row="1" column="0">
  254. <widget class="QLabel" name="labelQRECC">
  255. <property name="text">
  256. <string>E&amp;rror Correction:</string>
  257. </property>
  258. <property name="toolTip">
  259. <string>Set percentage of capacity to use for
  260. error correction codewords</string>
  261. </property>
  262. <property name="buddy">
  263. <cstring>cmbQRECC</cstring>
  264. </property>
  265. </widget>
  266. </item>
  267. <item row="1" column="1">
  268. <widget class="QComboBox" name="cmbQRECC">
  269. <property name="toolTip">
  270. <string>Set percentage of capacity to use for
  271. error correction codewords</string>
  272. </property>
  273. <item>
  274. <property name="text">
  275. <string>Automatic</string>
  276. </property>
  277. </item>
  278. <item>
  279. <property name="text">
  280. <string>~20% (Level L)</string>
  281. </property>
  282. </item>
  283. <item>
  284. <property name="text">
  285. <string>~37% (Level M)</string>
  286. </property>
  287. </item>
  288. <item>
  289. <property name="text">
  290. <string>~55% (Level Q)</string>
  291. </property>
  292. </item>
  293. <item>
  294. <property name="text">
  295. <string>~65% (Level H)</string>
  296. </property>
  297. </item>
  298. </widget>
  299. </item>
  300. <item row="2" column="0">
  301. <widget class="QLabel" name="labelQRMask">
  302. <property name="text">
  303. <string>&amp;Mask:</string>
  304. </property>
  305. <property name="toolTip">
  306. <string>Manually specify which mask to use</string>
  307. </property>
  308. <property name="buddy">
  309. <cstring>cmbQRMask</cstring>
  310. </property>
  311. </widget>
  312. </item>
  313. <item row="2" column="1">
  314. <widget class="QComboBox" name="cmbQRMask">
  315. <property name="toolTip">
  316. <string>Manually specify which mask to use</string>
  317. </property>
  318. <item>
  319. <property name="text">
  320. <string>Automatic</string>
  321. </property>
  322. </item>
  323. <item>
  324. <property name="text">
  325. <string>0</string>
  326. </property>
  327. </item>
  328. <item>
  329. <property name="text">
  330. <string>1</string>
  331. </property>
  332. </item>
  333. <item>
  334. <property name="text">
  335. <string>2</string>
  336. </property>
  337. </item>
  338. <item>
  339. <property name="text">
  340. <string>3</string>
  341. </property>
  342. </item>
  343. <item>
  344. <property name="text">
  345. <string>4</string>
  346. </property>
  347. </item>
  348. <item>
  349. <property name="text">
  350. <string>5</string>
  351. </property>
  352. </item>
  353. <item>
  354. <property name="text">
  355. <string>6</string>
  356. </property>
  357. </item>
  358. <item>
  359. <property name="text">
  360. <string>7</string>
  361. </property>
  362. </item>
  363. </widget>
  364. </item>
  365. </layout>
  366. </item>
  367. <item>
  368. <widget class="QGroupBox" name="groupBoxQREncodingMode">
  369. <property name="title">
  370. <string>Encoding Mode</string>
  371. </property>
  372. <property name="toolTip">
  373. <string>How to process data</string>
  374. </property>
  375. <layout class="QGridLayout" name="gridLayoutQREncodingMode">
  376. <property name="sizeConstraint">
  377. <enum>QLayout::SetMinimumSize</enum>
  378. </property>
  379. <item row="0" column="0">
  380. <widget class="QRadioButton" name="radQRStand">
  381. <property name="text">
  382. <string>S&amp;tandard</string>
  383. </property>
  384. <property name="toolTip">
  385. <string>Process data as normal</string>
  386. </property>
  387. <property name="checked">
  388. <bool>true</bool>
  389. </property>
  390. </widget>
  391. </item>
  392. <item row="0" column="1">
  393. <widget class="QRadioButton" name="radQRGS1">
  394. <property name="text">
  395. <string>GS&amp;1 Data</string>
  396. </property>
  397. <property name="toolTip">
  398. <string>Process data as GS1 General Specifications data,
  399. formatted with Application Identifiers (AIs)</string>
  400. </property>
  401. </widget>
  402. </item>
  403. <item row="0" column="2">
  404. <widget class="QRadioButton" name="radQRHIBC">
  405. <property name="text">
  406. <string>H&amp;IBC</string>
  407. </property>
  408. <property name="toolTip">
  409. <string>Process data as a Health Industry Barcode (HIBC)
  410. Labeler Identification Code (LIC)
  411. For Provider Applications Standard (PAS), preface
  412. the data with a slash &quot;/&quot;</string>
  413. </property>
  414. </widget>
  415. </item>
  416. </layout>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QCheckBox" name="chkQRFullMultibyte">
  421. <property name="text">
  422. <string>&amp;Full Multibyte</string>
  423. </property>
  424. <property name="checked">
  425. <bool>false</bool>
  426. </property>
  427. <property name="toolTip">
  428. <string>Use Kanji multibyte encoding for binary
  429. and Latin data</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <widget class="QCheckBox" name="chkQRFast">
  435. <property name="text">
  436. <string>&amp;Fast mode</string>
  437. </property>
  438. <property name="toolTip">
  439. <string>Only try four masks (0, 2, 4, 7) not eight
  440. when automatically selecting a mask</string>
  441. </property>
  442. <property name="checked">
  443. <bool>false</bool>
  444. </property>
  445. </widget>
  446. </item>
  447. <item>
  448. <widget class="QGroupBox" name="groupBoxQRStructApp">
  449. <property name="title">
  450. <string>Structured Append</string>
  451. </property>
  452. <property name="toolTip">
  453. <string>QR Code supports Structured Append of up to
  454. 16 symbols</string>
  455. </property>
  456. <layout class="QGridLayout" name="gridLayoutQRStructApp">
  457. <item row="0" column="0">
  458. <widget class="QLabel" name="lblQRStructAppCount">
  459. <property name="text">
  460. <string>C&amp;ount:</string>
  461. </property>
  462. <property name="alignment">
  463. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  464. </property>
  465. <property name="buddy">
  466. <cstring>cmbQRStructAppCount</cstring>
  467. </property>
  468. <property name="toolTip">
  469. <string>Mark symbol as part of a Structured Append sequence
  470. containing a total of this number of symbols
  471. Value ranges from 2 to 16</string>
  472. </property>
  473. </widget>
  474. </item>
  475. <item row="0" column="1">
  476. <widget class="QComboBox" name="cmbQRStructAppCount">
  477. <property name="sizePolicy">
  478. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  479. <horstretch>0</horstretch>
  480. <verstretch>0</verstretch>
  481. </sizepolicy>
  482. </property>
  483. <property name="toolTip">
  484. <string>Mark symbol as part of a Structured Append sequence
  485. containing a total of this number of symbols
  486. Value ranges from 2 to 16</string>
  487. </property>
  488. <item>
  489. <property name="text">
  490. <string>Disabled</string>
  491. </property>
  492. </item>
  493. <item>
  494. <property name="text">
  495. <string>2</string>
  496. </property>
  497. </item>
  498. <item>
  499. <property name="text">
  500. <string>3</string>
  501. </property>
  502. </item>
  503. <item>
  504. <property name="text">
  505. <string>4</string>
  506. </property>
  507. </item>
  508. <item>
  509. <property name="text">
  510. <string>5</string>
  511. </property>
  512. </item>
  513. <item>
  514. <property name="text">
  515. <string>6</string>
  516. </property>
  517. </item>
  518. <item>
  519. <property name="text">
  520. <string>7</string>
  521. </property>
  522. </item>
  523. <item>
  524. <property name="text">
  525. <string>8</string>
  526. </property>
  527. </item>
  528. <item>
  529. <property name="text">
  530. <string>9</string>
  531. </property>
  532. </item>
  533. <item>
  534. <property name="text">
  535. <string>10</string>
  536. </property>
  537. </item>
  538. <item>
  539. <property name="text">
  540. <string>11</string>
  541. </property>
  542. </item>
  543. <item>
  544. <property name="text">
  545. <string>12</string>
  546. </property>
  547. </item>
  548. <item>
  549. <property name="text">
  550. <string>13</string>
  551. </property>
  552. </item>
  553. <item>
  554. <property name="text">
  555. <string>14</string>
  556. </property>
  557. </item>
  558. <item>
  559. <property name="text">
  560. <string>15</string>
  561. </property>
  562. </item>
  563. <item>
  564. <property name="text">
  565. <string>16</string>
  566. </property>
  567. </item>
  568. </widget>
  569. </item>
  570. <item row="0" column="2">
  571. <spacer name="spacerQRStructApp2">
  572. <property name="orientation">
  573. <enum>Qt::Horizontal</enum>
  574. </property>
  575. <property name="sizeHint">
  576. <size>
  577. <width>10</width>
  578. <height>20</height>
  579. </size>
  580. </property>
  581. </spacer>
  582. </item>
  583. <item row="0" column="3">
  584. <widget class="QLabel" name="lblQRStructAppIndex">
  585. <property name="enabled">
  586. <bool>false</bool>
  587. </property>
  588. <property name="text">
  589. <string>Inde&amp;x:</string>
  590. </property>
  591. <property name="alignment">
  592. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  593. </property>
  594. <property name="buddy">
  595. <cstring>cmbQRStructAppIndex</cstring>
  596. </property>
  597. <property name="toolTip">
  598. <string>Position of symbol in Structured Append sequence
  599. Value ranges from 1 to count
  600. (ignored if disabled)</string>
  601. </property>
  602. </widget>
  603. </item>
  604. <item row="0" column="4">
  605. <widget class="QComboBox" name="cmbQRStructAppIndex">
  606. <property name="enabled">
  607. <bool>false</bool>
  608. </property>
  609. <property name="sizePolicy">
  610. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  611. <horstretch>0</horstretch>
  612. <verstretch>0</verstretch>
  613. </sizepolicy>
  614. </property>
  615. <property name="toolTip">
  616. <string>Position of symbol in Structured Append sequence
  617. Value ranges from 1 to count
  618. (ignored if disabled)</string>
  619. </property>
  620. <item>
  621. <property name="text">
  622. <string>1</string>
  623. </property>
  624. </item>
  625. <item>
  626. <property name="text">
  627. <string>2</string>
  628. </property>
  629. </item>
  630. <item>
  631. <property name="text">
  632. <string>3</string>
  633. </property>
  634. </item>
  635. <item>
  636. <property name="text">
  637. <string>4</string>
  638. </property>
  639. </item>
  640. <item>
  641. <property name="text">
  642. <string>5</string>
  643. </property>
  644. </item>
  645. <item>
  646. <property name="text">
  647. <string>6</string>
  648. </property>
  649. </item>
  650. <item>
  651. <property name="text">
  652. <string>7</string>
  653. </property>
  654. </item>
  655. <item>
  656. <property name="text">
  657. <string>8</string>
  658. </property>
  659. </item>
  660. <item>
  661. <property name="text">
  662. <string>9</string>
  663. </property>
  664. </item>
  665. <item>
  666. <property name="text">
  667. <string>10</string>
  668. </property>
  669. </item>
  670. <item>
  671. <property name="text">
  672. <string>11</string>
  673. </property>
  674. </item>
  675. <item>
  676. <property name="text">
  677. <string>12</string>
  678. </property>
  679. </item>
  680. <item>
  681. <property name="text">
  682. <string>13</string>
  683. </property>
  684. </item>
  685. <item>
  686. <property name="text">
  687. <string>14</string>
  688. </property>
  689. </item>
  690. <item>
  691. <property name="text">
  692. <string>15</string>
  693. </property>
  694. </item>
  695. <item>
  696. <property name="text">
  697. <string>16</string>
  698. </property>
  699. </item>
  700. </widget>
  701. </item>
  702. <item row="0" column="5">
  703. <spacer name="spacerQRStructApp5">
  704. <property name="orientation">
  705. <enum>Qt::Horizontal</enum>
  706. </property>
  707. <property name="sizeHint">
  708. <size>
  709. <width>10</width>
  710. <height>20</height>
  711. </size>
  712. </property>
  713. </spacer>
  714. </item>
  715. <item row="0" column="6">
  716. <widget class="QLabel" name="lblQRStructAppID">
  717. <property name="enabled">
  718. <bool>false</bool>
  719. </property>
  720. <property name="toolTip">
  721. <string>ID (parity) to indicate that symbols belong
  722. to the same Structured Append sequence
  723. Value ranges from 0 to 255
  724. (ignored if disabled)</string>
  725. </property>
  726. <property name="text">
  727. <string>I&amp;D:</string>
  728. </property>
  729. <property name="alignment">
  730. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  731. </property>
  732. <property name="buddy">
  733. <cstring>spnQRStructAppID</cstring>
  734. </property>
  735. </widget>
  736. </item>
  737. <item row="0" column="7">
  738. <widget class="QSpinBox" name="spnQRStructAppID">
  739. <property name="enabled">
  740. <bool>false</bool>
  741. </property>
  742. <property name="toolTip">
  743. <string>ID (parity) to indicate that symbols belong
  744. to the same Structured Append sequence
  745. Value ranges from 0 to 255
  746. (ignored if disabled)</string>
  747. </property>
  748. <property name="minimum">
  749. <number>0</number>
  750. </property>
  751. <property name="maximum">
  752. <number>255</number>
  753. </property>
  754. <property name="value">
  755. <number>0</number>
  756. </property>
  757. </widget>
  758. </item>
  759. </layout>
  760. </widget>
  761. </item>
  762. <item>
  763. <spacer name="verticalSpacerQR">
  764. <property name="orientation">
  765. <enum>Qt::Vertical</enum>
  766. </property>
  767. <property name="sizeType">
  768. <enum>QSizePolicy::MinimumExpanding</enum>
  769. </property>
  770. <property name="sizeHint" stdset="0">
  771. <size>
  772. <width>20</width>
  773. <height>0</height>
  774. </size>
  775. </property>
  776. </spacer>
  777. </item>
  778. </layout>
  779. </widget>
  780. <resources/>
  781. <connections/>
  782. </ui>