grpCodeOne.ui 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpCodeOne</class>
  4. <widget class="QWidget" name="grpCodeOne">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>310</width>
  10. <height>124</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="vLayoutC1">
  23. <item>
  24. <layout class="QGridLayout" name="gLayoutC1">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="lblC1Size">
  27. <property name="text">
  28. <string>Symbol Si&amp;ze:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set size (H x W) of symbol
  32. Versions A to H have fixed heights and
  33. fixed widths
  34. Versions S and T have fixed heights but
  35. variable widths</string>
  36. </property>
  37. <property name="alignment">
  38. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  39. </property>
  40. <property name="buddy">
  41. <cstring>cmbC1Size</cstring>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="0" column="1">
  46. <widget class="QComboBox" name="cmbC1Size">
  47. <property name="maxVisibleItems">
  48. <number>11</number>
  49. </property>
  50. <property name="toolTip">
  51. <string>Set size (H x W) of symbol
  52. Versions A to H have fixed heights and
  53. fixed widths
  54. Versions S and T have fixed heights but
  55. variable widths</string>
  56. </property>
  57. <item>
  58. <property name="text">
  59. <string>Automatic</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>16 x 18 (Version A)</string>
  65. </property>
  66. </item>
  67. <item>
  68. <property name="text">
  69. <string>22 x 22 (Version B)</string>
  70. </property>
  71. </item>
  72. <item>
  73. <property name="text">
  74. <string>28 x 32 (Version C)</string>
  75. </property>
  76. </item>
  77. <item>
  78. <property name="text">
  79. <string>40 x 42 (Version D)</string>
  80. </property>
  81. </item>
  82. <item>
  83. <property name="text">
  84. <string>52 x 54 (Version E)</string>
  85. </property>
  86. </item>
  87. <item>
  88. <property name="text">
  89. <string>70 x 76 (Version F)</string>
  90. </property>
  91. </item>
  92. <item>
  93. <property name="text">
  94. <string>104 x 98 (Version G)</string>
  95. </property>
  96. </item>
  97. <item>
  98. <property name="text">
  99. <string>148 x 134 (Version H)</string>
  100. </property>
  101. </item>
  102. <item>
  103. <property name="text">
  104. <string>8X height (Version S)</string>
  105. </property>
  106. </item>
  107. <item>
  108. <property name="text">
  109. <string>16X height (Version T)</string>
  110. </property>
  111. </item>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. <item>
  117. <widget class="QGroupBox" name="groupBoxC1EncodingMode">
  118. <property name="title">
  119. <string>Encoding Mode</string>
  120. </property>
  121. <property name="toolTip">
  122. <string>How to process data</string>
  123. </property>
  124. <layout class="QGridLayout" name="gLayoutC1EncodingMode">
  125. <property name="sizeConstraint">
  126. <enum>QLayout::SetMinimumSize</enum>
  127. </property>
  128. <item row="0" column="0">
  129. <widget class="QRadioButton" name="radC1Stand">
  130. <property name="text">
  131. <string>S&amp;tandard Mode</string>
  132. </property>
  133. <property name="toolTip">
  134. <string>Process data as normal</string>
  135. </property>
  136. <property name="checked">
  137. <bool>true</bool>
  138. </property>
  139. </widget>
  140. </item>
  141. <item row="0" column="1">
  142. <widget class="QRadioButton" name="radC1GS1">
  143. <property name="text">
  144. <string>GS&amp;1 Data Mode</string>
  145. </property>
  146. <property name="toolTip">
  147. <string>Process data as GS1 General Specifications data,
  148. formatted with Application Identifiers (AIs)
  149. (ignored if disabled)</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QGroupBox" name="groupBoxC1StructApp">
  158. <property name="title">
  159. <string>Structured Append</string>
  160. </property>
  161. <property name="toolTip">
  162. <string>Code One supports Structured Append of up to
  163. 128 symbols (not available for Version S)
  164. (ignored if disabled)</string>
  165. </property>
  166. <layout class="QGridLayout" name="gLayoutC1StructApp">
  167. <item row="0" column="0">
  168. <widget class="QLabel" name="lblC1StructAppCount">
  169. <property name="text">
  170. <string>C&amp;ount:</string>
  171. </property>
  172. <property name="alignment">
  173. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  174. </property>
  175. <property name="buddy">
  176. <cstring>spnC1StructAppCount</cstring>
  177. </property>
  178. <property name="toolTip">
  179. <string>Mark symbol as part of a Structured Append sequence
  180. containing a total of this number of symbols
  181. Value ranges from 1 (Disabled) to 128</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item row="0" column="1">
  186. <widget class="QSpinBox" name="spnC1StructAppCount">
  187. <property name="toolTip">
  188. <string>Mark symbol as part of a Structured Append sequence
  189. containing a total of this number of symbols
  190. Value ranges from 1 (Disabled) to 128</string>
  191. </property>
  192. <property name="specialValueText">
  193. <string> 1 (Disabled)</string>
  194. </property>
  195. <property name="minimum">
  196. <number>1</number>
  197. </property>
  198. <property name="maximum">
  199. <number>128</number>
  200. </property>
  201. <property name="value">
  202. <number>1</number>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="0" column="2">
  207. <spacer name="spacerC1StructApp2">
  208. <property name="orientation">
  209. <enum>Qt::Horizontal</enum>
  210. </property>
  211. <property name="sizeHint">
  212. <size>
  213. <width>10</width>
  214. <height>20</height>
  215. </size>
  216. </property>
  217. </spacer>
  218. </item>
  219. <item row="0" column="3">
  220. <widget class="QLabel" name="lblC1StructAppIndex">
  221. <property name="enabled">
  222. <bool>false</bool>
  223. </property>
  224. <property name="text">
  225. <string>Inde&amp;x:</string>
  226. </property>
  227. <property name="alignment">
  228. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  229. </property>
  230. <property name="buddy">
  231. <cstring>spnC1StructAppIndex</cstring>
  232. </property>
  233. <property name="toolTip">
  234. <string>Position of symbol in Structured Append sequence
  235. Value ranges from 1 to count
  236. (ignored if disabled)</string>
  237. </property>
  238. </widget>
  239. </item>
  240. <item row="0" column="4">
  241. <widget class="QSpinBox" name="spnC1StructAppIndex">
  242. <property name="enabled">
  243. <bool>false</bool>
  244. </property>
  245. <property name="toolTip">
  246. <string>Position of symbol in Structured Append sequence
  247. Value ranges from 1 to count
  248. (ignored if disabled)</string>
  249. </property>
  250. <property name="minimum">
  251. <number>1</number>
  252. </property>
  253. <property name="maximum">
  254. <number>128</number>
  255. </property>
  256. <property name="value">
  257. <number>1</number>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="0" column="5">
  262. <spacer name="spacerC1StructApp5">
  263. <property name="orientation">
  264. <enum>Qt::Horizontal</enum>
  265. </property>
  266. <property name="sizeHint">
  267. <size>
  268. <width>10</width>
  269. <height>20</height>
  270. </size>
  271. </property>
  272. </spacer>
  273. </item>
  274. <item row="0" column="6">
  275. <widget class="QLabel" name="lblC1StructAppIDDisabled">
  276. <property name="enabled">
  277. <bool>false</bool>
  278. </property>
  279. <property name="toolTip">
  280. <string>Structured Append ID not available for Code One</string>
  281. </property>
  282. <property name="text">
  283. <string>ID:</string>
  284. </property>
  285. <property name="alignment">
  286. <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
  287. </property>
  288. <property name="buddy">
  289. <cstring>txtC1StructAppIDDisabled</cstring>
  290. </property>
  291. </widget>
  292. </item>
  293. <item row="0" column="7">
  294. <widget class="QLineEdit" name="txtC1StructAppIDDisabled">
  295. <property name="enabled">
  296. <bool>false</bool>
  297. </property>
  298. <property name="sizePolicy">
  299. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  300. <horstretch>0</horstretch>
  301. <verstretch>0</verstretch>
  302. </sizepolicy>
  303. </property>
  304. <property name="toolTip">
  305. <string>Structured Append ID not available for Code One</string>
  306. </property>
  307. <property name="text">
  308. <string>N/A</string>
  309. </property>
  310. </widget>
  311. </item>
  312. </layout>
  313. </widget>
  314. </item>
  315. <item>
  316. <spacer name="vSpacerC1">
  317. <property name="orientation">
  318. <enum>Qt::Vertical</enum>
  319. </property>
  320. <property name="sizeHint" stdset="0">
  321. <size>
  322. <width>20</width>
  323. <height>40</height>
  324. </size>
  325. </property>
  326. </spacer>
  327. </item>
  328. </layout>
  329. </widget>
  330. <resources/>
  331. <connections/>
  332. </ui>