mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-06 03:27:30 +00:00
DATAMATRIX: add DM_ISO_144 (--dmiso144) option for ISO placement
of ECC codewords instead of default "de facto"
This commit is contained in:
@@ -407,6 +407,20 @@ instead of the preferred FNC1
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chkDMISO144">
|
||||
<property name="text">
|
||||
<string>Use ISO format for size 1&44 x 144</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Do not rotate ECC placement for 144 x 144
|
||||
(Zint 24) sized symbols</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chkDMFast">
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user