Add output_options BARCODE_QUIET_ZONES and BARCODE_NO_QUIET_ZONES

This commit is contained in:
gitlost 2021-09-24 13:21:24 +01:00
parent da80d44196
commit 4284f3c578
32 changed files with 1334 additions and 99 deletions

View file

@ -27,6 +27,9 @@
<property name="text">
<string>Symbol &amp;Width (Columns):</string>
</property>
<property name="toolTip">
<string>The number of data characters in a row</string>
</property>
<property name="buddy">
<cstring>cmbCbfWidth</cstring>
</property>
@ -37,6 +40,9 @@
<property name="maxVisibleItems">
<number>21</number>
</property>
<property name="toolTip">
<string>The number of data characters in a row</string>
</property>
<item>
<property name="text">
<string>Automatic</string>
@ -344,6 +350,9 @@
<property name="text">
<string>Symbol &amp;Height (Rows):</string>
</property>
<property name="toolTip">
<string>The number of rows</string>
</property>
<property name="buddy">
<cstring>cmbCbfHeight</cstring>
</property>
@ -354,6 +363,9 @@
<property name="maxVisibleItems">
<number>21</number>
</property>
<property name="toolTip">
<string>The number of rows</string>
</property>
<item>
<property name="text">
<string>Automatic</string>
@ -586,6 +598,9 @@
<property name="text">
<string>&amp;Row Separator Height:</string>
</property>
<property name="toolTip">
<string>Height in X-dimensions of horizontal lines separating rows</string>
</property>
<property name="buddy">
<cstring>cmbCbfRowSepHeight</cstring>
</property>
@ -593,6 +608,9 @@
</item>
<item row="2" column="1">
<widget class="QComboBox" name="cmbCbfRowSepHeight">
<property name="toolTip">
<string>Height in X-dimensions of horizontal lines separating rows</string>
</property>
<item>
<property name="text">
<string>1 X (default)</string>
@ -631,6 +649,9 @@
<property name="text">
<string>S&amp;tandard Mode</string>
</property>
<property name="toolTip">
<string>Process data as normal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
@ -641,11 +662,30 @@
<property name="text">
<string>H&amp;IBC Codablock-F</string>
</property>
<property name="toolTip">
<string>Process data as a Health Industry Barcode (HIBC)
Labeler Identification Code (LIC)
For Provider Applications Standard (PAS),
preface the data with a slash &quot;/&quot;</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkCbfNoQuietZones">
<property name="text">
<string>No Quiet &amp;Zones</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Do not add quiet zones to whitespace</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">