grpMicroPDF.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpMicroPDF</class>
  4. <widget class="QWidget" name="grpMicroPDF">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>763</width>
  10. <height>376</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="verticalLayoutMPDF">
  23. <item>
  24. <layout class="QGridLayout" name="gridLayoutMPDF">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="lblMPDFCols">
  27. <property name="text">
  28. <string>&amp;Number of Data Columns:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set number of data characters in a row</string>
  32. </property>
  33. <property name="alignment">
  34. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  35. </property>
  36. <property name="buddy">
  37. <cstring>cmbMPDFCols</cstring>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="1">
  42. <widget class="QComboBox" name="cmbMPDFCols">
  43. <property name="toolTip">
  44. <string>Set number of data characters in a row</string>
  45. </property>
  46. <item>
  47. <property name="text">
  48. <string>Automatic</string>
  49. </property>
  50. </item>
  51. <item>
  52. <property name="text">
  53. <string>1</string>
  54. </property>
  55. </item>
  56. <item>
  57. <property name="text">
  58. <string>2</string>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>3</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>4</string>
  69. </property>
  70. </item>
  71. </widget>
  72. </item>
  73. <item row="1" column="0">
  74. <widget class="QLabel" name="lblMPDFHeightPerRow">
  75. <property name="enabled">
  76. <bool>false</bool>
  77. </property>
  78. <property name="toolTip">
  79. <string>Height per row in X-dimensions
  80. Only available if &quot;Automatic Height&quot; in
  81. the Appearance tab is not checked
  82. (ignored if disabled)</string>
  83. </property>
  84. <property name="text">
  85. <string>Row &amp;Height:</string>
  86. </property>
  87. <property name="alignment">
  88. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  89. </property>
  90. <property name="buddy">
  91. <cstring>spnMPDFHeightPerRow</cstring>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="1" column="1">
  96. <layout class="QHBoxLayout" name="horzLayoutMPDFHeightPerRow">
  97. <item>
  98. <widget class="QDoubleSpinBox" name="spnMPDFHeightPerRow">
  99. <property name="enabled">
  100. <bool>false</bool>
  101. </property>
  102. <property name="toolTip">
  103. <string>Height per row in X-dimensions
  104. Only available if &quot;Automatic Height&quot; in
  105. the Appearance tab is not checked
  106. (ignored if disabled)</string>
  107. </property>
  108. <property name="accelerated">
  109. <bool>true</bool>
  110. </property>
  111. <property name="prefix">
  112. <string/>
  113. </property>
  114. <property name="suffix">
  115. <string> X</string>
  116. </property>
  117. <property name="decimals">
  118. <number>3</number>
  119. </property>
  120. <property name="minimum">
  121. <double>0</double>
  122. </property>
  123. <property name="maximum">
  124. <double>2000.000000000000000</double>
  125. </property>
  126. <property name="singleStep">
  127. <double>0.100000000000000</double>
  128. </property>
  129. <property name="value">
  130. <double>0</double>
  131. </property>
  132. <property name="specialValueText">
  133. <string>0 (Disabled)</string>
  134. </property>
  135. <property name="sizePolicy">
  136. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  137. <horstretch>2</horstretch>
  138. <verstretch>0</verstretch>
  139. </sizepolicy>
  140. </property>
  141. </widget>
  142. </item>
  143. <item>
  144. <widget class="QPushButton" name="btnMPDFHeightPerRowDisable">
  145. <property name="toolTip">
  146. <string>Set height per row to 0
  147. (&quot;Height&quot; in the Appearance
  148. tab will be re-enabled)</string>
  149. </property>
  150. <property name="text">
  151. <string>Disabl&amp;e</string>
  152. </property>
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  155. <horstretch>1</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>30</width>
  162. <height>20</height>
  163. </size>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QPushButton" name="btnMPDFHeightPerRowDefault">
  169. <property name="toolTip">
  170. <string>Set height per row to default value</string>
  171. </property>
  172. <property name="text">
  173. <string>De&amp;fault</string>
  174. </property>
  175. <property name="sizePolicy">
  176. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  177. <horstretch>1</horstretch>
  178. <verstretch>0</verstretch>
  179. </sizepolicy>
  180. </property>
  181. <property name="sizeHint" stdset="0">
  182. <size>
  183. <width>30</width>
  184. <height>20</height>
  185. </size>
  186. </property>
  187. </widget>
  188. </item>
  189. </layout>
  190. </item>
  191. </layout>
  192. </item>
  193. <item>
  194. <widget class="QGroupBox" name="groupBoxMPDFEncodingMode">
  195. <property name="title">
  196. <string>Encoding Mode</string>
  197. </property>
  198. <property name="toolTip">
  199. <string>How to process data</string>
  200. </property>
  201. <layout class="QGridLayout" name="gridLayoutMPDFEncodingMode">
  202. <property name="sizeConstraint">
  203. <enum>QLayout::SetMinimumSize</enum>
  204. </property>
  205. <item row="0" column="0">
  206. <widget class="QRadioButton" name="radMPDFStand">
  207. <property name="text">
  208. <string>S&amp;tandard Mode</string>
  209. </property>
  210. <property name="toolTip">
  211. <string>Process data as normal</string>
  212. </property>
  213. <property name="checked">
  214. <bool>true</bool>
  215. </property>
  216. </widget>
  217. </item>
  218. <item row="0" column="1">
  219. <widget class="QRadioButton" name="radMPDFHIBC">
  220. <property name="text">
  221. <string>H&amp;IBC</string>
  222. </property>
  223. <property name="toolTip">
  224. <string>Process data as a Health Industry Barcode (HIBC)
  225. Labeler Identification Code (LIC)
  226. For Provider Applications Standard (PAS), preface
  227. the data with a slash &quot;/&quot;</string>
  228. </property>
  229. </widget>
  230. </item>
  231. </layout>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QCheckBox" name="chkMPDFFast">
  236. <property name="text">
  237. <string>&amp;Fast encoding</string>
  238. </property>
  239. <property name="toolTip">
  240. <string>Use a faster but less optimal algorithm
  241. for encoding the data</string>
  242. </property>
  243. <property name="checked">
  244. <bool>false</bool>
  245. </property>
  246. </widget>
  247. </item>
  248. <item>
  249. <widget class="QGroupBox" name="groupBoxMPDFStructApp">
  250. <property name="title">
  251. <string>Structured Append</string>
  252. </property>
  253. <property name="toolTip">
  254. <string>MicroPDF417 supports Structured Append of up to
  255. 99,999 symbols</string>
  256. </property>
  257. <layout class="QGridLayout" name="gridLayoutMPDFStructApp">
  258. <item row="0" column="0">
  259. <widget class="QLabel" name="lblMPDFStructAppCount">
  260. <property name="text">
  261. <string>C&amp;ount:</string>
  262. </property>
  263. <property name="alignment">
  264. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  265. </property>
  266. <property name="buddy">
  267. <cstring>spnMPDFStructAppCount</cstring>
  268. </property>
  269. <property name="toolTip">
  270. <string>Mark symbol as part of a Structured Append sequence
  271. containing a total of this number of symbols
  272. Value ranges from 1 (Disabled) to 99999</string>
  273. </property>
  274. </widget>
  275. </item>
  276. <item row="0" column="1">
  277. <widget class="QSpinBox" name="spnMPDFStructAppCount">
  278. <property name="toolTip">
  279. <string>Mark symbol as part of a Structured Append sequence
  280. containing a total of this number of symbols
  281. Value ranges from 1 (Disabled) to 99999</string>
  282. </property>
  283. <property name="specialValueText">
  284. <string> 1 (Disabled)</string>
  285. </property>
  286. <property name="minimum">
  287. <number>1</number>
  288. </property>
  289. <property name="maximum">
  290. <number>99999</number>
  291. </property>
  292. <property name="value">
  293. <number>1</number>
  294. </property>
  295. </widget>
  296. </item>
  297. <item row="0" column="2">
  298. <spacer name="horizontalSpacerMPDFStructApp">
  299. <property name="orientation">
  300. <enum>Qt::Horizontal</enum>
  301. </property>
  302. </spacer>
  303. </item>
  304. <item row="0" column="3">
  305. <widget class="QLabel" name="lblMPDFStructAppIndex">
  306. <property name="enabled">
  307. <bool>false</bool>
  308. </property>
  309. <property name="text">
  310. <string>Inde&amp;x:</string>
  311. </property>
  312. <property name="alignment">
  313. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  314. </property>
  315. <property name="buddy">
  316. <cstring>spnMPDFStructAppIndex</cstring>
  317. </property>
  318. <property name="toolTip">
  319. <string>Position of symbol in Structured Append sequence
  320. Value ranges from 1 to count
  321. (ignored if disabled)</string>
  322. </property>
  323. </widget>
  324. </item>
  325. <item row="0" column="4">
  326. <widget class="QSpinBox" name="spnMPDFStructAppIndex">
  327. <property name="enabled">
  328. <bool>false</bool>
  329. </property>
  330. <property name="toolTip">
  331. <string>Position of symbol in Structured Append sequence
  332. Value ranges from 1 to count
  333. (ignored if disabled)</string>
  334. </property>
  335. <property name="minimum">
  336. <number>1</number>
  337. </property>
  338. <property name="maximum">
  339. <number>99999</number>
  340. </property>
  341. <property name="value">
  342. <number>1</number>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="1" column="0">
  347. <widget class="QLabel" name="lblMPDFStructAppID">
  348. <property name="enabled">
  349. <bool>false</bool>
  350. </property>
  351. <property name="toolTip">
  352. <string>Optional ID to indicate that symbols belong to the same
  353. Structured Append sequence
  354. Numbers only, in triplets, maximum length 30 (10 triplets)
  355. (ignored if disabled)</string>
  356. </property>
  357. <property name="text">
  358. <string>I&amp;D:</string>
  359. </property>
  360. <property name="alignment">
  361. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  362. </property>
  363. <property name="buddy">
  364. <cstring>txtMPDFStructAppID</cstring>
  365. </property>
  366. </widget>
  367. </item>
  368. <item row="1" column="1" colspan="4">
  369. <widget class="QLineEdit" name="txtMPDFStructAppID">
  370. <property name="enabled">
  371. <bool>false</bool>
  372. </property>
  373. <property name="maxLength">
  374. <number>30</number>
  375. </property>
  376. <property name="toolTip">
  377. <string>Optional ID to indicate that symbols belong to the same
  378. Structured Append sequence
  379. Numbers only, in triplets, maximum length 30 (10 triplets)
  380. (ignored if disabled)</string>
  381. </property>
  382. </widget>
  383. </item>
  384. </layout>
  385. </widget>
  386. </item>
  387. <item>
  388. <spacer name="verticalSpacerMPDF">
  389. <property name="orientation">
  390. <enum>Qt::Vertical</enum>
  391. </property>
  392. <property name="sizeHint" stdset="0">
  393. <size>
  394. <width>20</width>
  395. <height>40</height>
  396. </size>
  397. </property>
  398. </spacer>
  399. </item>
  400. </layout>
  401. </widget>
  402. <resources/>
  403. <connections/>
  404. </ui>