grpC49.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpC49</class>
  4. <widget class="QWidget" name="grpC49">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>186</width>
  10. <height>123</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="verticalLayoutC49">
  23. <item>
  24. <layout class="QGridLayout" name="gridLayoutC49">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="lblC49Rows">
  27. <property name="text">
  28. <string>Minimum Ro&amp;ws:</string>
  29. </property>
  30. <property name="toolTip">
  31. <string>Set minimum number of rows</string>
  32. </property>
  33. <property name="buddy">
  34. <cstring>cmbC49Rows</cstring>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="1">
  39. <widget class="QComboBox" name="cmbC49Rows">
  40. <property name="toolTip">
  41. <string>Set minimum number of rows</string>
  42. </property>
  43. <item>
  44. <property name="text">
  45. <string>Automatic</string>
  46. </property>
  47. </item>
  48. <item>
  49. <property name="text">
  50. <string>3</string>
  51. </property>
  52. </item>
  53. <item>
  54. <property name="text">
  55. <string>4</string>
  56. </property>
  57. </item>
  58. <item>
  59. <property name="text">
  60. <string>5</string>
  61. </property>
  62. </item>
  63. <item>
  64. <property name="text">
  65. <string>6</string>
  66. </property>
  67. </item>
  68. <item>
  69. <property name="text">
  70. <string>7</string>
  71. </property>
  72. </item>
  73. <item>
  74. <property name="text">
  75. <string>8</string>
  76. </property>
  77. </item>
  78. </widget>
  79. </item>
  80. <item row="1" column="0">
  81. <widget class="QLabel" name="lblC49HeightPerRow">
  82. <property name="enabled">
  83. <bool>false</bool>
  84. </property>
  85. <property name="toolTip">
  86. <string>Height per row in X-dimensions
  87. Only available if &quot;Automatic Height&quot; in
  88. the Appearance tab is not checked
  89. (ignored if disabled)</string>
  90. </property>
  91. <property name="text">
  92. <string>Row &amp;Height:</string>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  96. </property>
  97. <property name="buddy">
  98. <cstring>spnC49HeightPerRow</cstring>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="1" column="1">
  103. <layout class="QHBoxLayout" name="horzLayoutC49HeightPerRow">
  104. <item>
  105. <widget class="QDoubleSpinBox" name="spnC49HeightPerRow">
  106. <property name="enabled">
  107. <bool>false</bool>
  108. </property>
  109. <property name="toolTip">
  110. <string>Height per row in X-dimensions
  111. Only available if &quot;Automatic Height&quot; in
  112. the Appearance tab is not checked
  113. (ignored if disabled)</string>
  114. </property>
  115. <property name="accelerated">
  116. <bool>true</bool>
  117. </property>
  118. <property name="prefix">
  119. <string/>
  120. </property>
  121. <property name="suffix">
  122. <string> X</string>
  123. </property>
  124. <property name="decimals">
  125. <number>3</number>
  126. </property>
  127. <property name="minimum">
  128. <double>0</double>
  129. </property>
  130. <property name="maximum">
  131. <double>2000.000000000000000</double>
  132. </property>
  133. <property name="singleStep">
  134. <double>0.100000000000000</double>
  135. </property>
  136. <property name="value">
  137. <double>0</double>
  138. </property>
  139. <property name="specialValueText">
  140. <string>0 (Disabled)</string>
  141. </property>
  142. <property name="sizePolicy">
  143. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  144. <horstretch>2</horstretch>
  145. <verstretch>0</verstretch>
  146. </sizepolicy>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QPushButton" name="btnC49HeightPerRowDisable">
  152. <property name="toolTip">
  153. <string>Set height per row to 0
  154. (&quot;Height&quot; in the Appearance
  155. tab will be re-enabled)</string>
  156. </property>
  157. <property name="text">
  158. <string>Disabl&amp;e</string>
  159. </property>
  160. <property name="sizePolicy">
  161. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  162. <horstretch>1</horstretch>
  163. <verstretch>0</verstretch>
  164. </sizepolicy>
  165. </property>
  166. <property name="sizeHint" stdset="0">
  167. <size>
  168. <width>30</width>
  169. <height>20</height>
  170. </size>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="btnC49HeightPerRowDefault">
  176. <property name="toolTip">
  177. <string>Set height per row to default value</string>
  178. </property>
  179. <property name="text">
  180. <string>De&amp;fault</string>
  181. </property>
  182. <property name="sizePolicy">
  183. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  184. <horstretch>1</horstretch>
  185. <verstretch>0</verstretch>
  186. </sizepolicy>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>30</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. </widget>
  195. </item>
  196. </layout>
  197. </item>
  198. <item row="2" column="0">
  199. <widget class="QLabel" name="lblC49RowSepHeight">
  200. <property name="text">
  201. <string>&amp;Row Separator Height:</string>
  202. </property>
  203. <property name="toolTip">
  204. <string>Height in X-dimensions of horizontal lines
  205. separating rows</string>
  206. </property>
  207. <property name="buddy">
  208. <cstring>cmbC49RowSepHeight</cstring>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="2" column="1">
  213. <widget class="QComboBox" name="cmbC49RowSepHeight">
  214. <property name="toolTip">
  215. <string>Height in X-dimensions of horizontal lines
  216. separating rows</string>
  217. </property>
  218. <item>
  219. <property name="text">
  220. <string>1 X (default)</string>
  221. </property>
  222. </item>
  223. <item>
  224. <property name="text">
  225. <string>2 X</string>
  226. </property>
  227. </item>
  228. <item>
  229. <property name="text">
  230. <string>3 X</string>
  231. </property>
  232. </item>
  233. <item>
  234. <property name="text">
  235. <string>4 X</string>
  236. </property>
  237. </item>
  238. </widget>
  239. </item>
  240. </layout>
  241. </item>
  242. <item>
  243. <widget class="QGroupBox" name="groupBoxC49EncodingMode">
  244. <property name="title">
  245. <string>Encoding Mode</string>
  246. </property>
  247. <property name="toolTip">
  248. <string>How to process data</string>
  249. </property>
  250. <layout class="QGridLayout" name="gridLayoutC49EncodingMode">
  251. <property name="sizeConstraint">
  252. <enum>QLayout::SetMinimumSize</enum>
  253. </property>
  254. <item row="0" column="0">
  255. <widget class="QRadioButton" name="radC49Stand">
  256. <property name="text">
  257. <string>S&amp;tandard Mode</string>
  258. </property>
  259. <property name="toolTip">
  260. <string>Process data as normal</string>
  261. </property>
  262. <property name="checked">
  263. <bool>true</bool>
  264. </property>
  265. </widget>
  266. </item>
  267. <item row="0" column="1">
  268. <widget class="QRadioButton" name="radC49GS1">
  269. <property name="text">
  270. <string>GS&amp;1 Data Mode</string>
  271. </property>
  272. <property name="toolTip">
  273. <string>Process data as GS1 General Specifications data,
  274. formatted with Application Identifiers (AIs)</string>
  275. </property>
  276. </widget>
  277. </item>
  278. </layout>
  279. </widget>
  280. </item>
  281. <item>
  282. <widget class="QCheckBox" name="chkC49NoQuietZones">
  283. <property name="text">
  284. <string>No Quiet &amp;Zones</string>
  285. </property>
  286. <property name="checked">
  287. <bool>false</bool>
  288. </property>
  289. <property name="toolTip">
  290. <string>Do not add quiet zones to whitespace</string>
  291. </property>
  292. </widget>
  293. </item>
  294. <item>
  295. <spacer name="verticalSpacerC49">
  296. <property name="orientation">
  297. <enum>Qt::Vertical</enum>
  298. </property>
  299. <property name="sizeHint" stdset="0">
  300. <size>
  301. <width>20</width>
  302. <height>40</height>
  303. </size>
  304. </property>
  305. </spacer>
  306. </item>
  307. </layout>
  308. </widget>
  309. <resources/>
  310. <connections/>
  311. </ui>