mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-27 22:05:57 +00:00
QROCDE/UPNQR: add FAST_MODE (try 4 not 8 masks automatically)
This commit is contained in:
@@ -430,6 +430,20 @@ and Latin data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chkQRFast">
|
||||
<property name="text">
|
||||
<string>&Fast mode</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Only try four masks (0, 2, 4, 7) not eight
|
||||
when automatically selecting a mask</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBoxQRStructApp">
|
||||
<property name="title">
|
||||
|
||||
Reference in New Issue
Block a user