mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
QROCDE/UPNQR: add FAST_MODE (try 4 not 8 masks automatically)
This commit is contained in:
@@ -89,6 +89,20 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chkUPNQRFast">
|
||||
<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>
|
||||
<spacer name="verticalSpacerQR">
|
||||
<property name="orientation">
|
||||
|
||||
Reference in New Issue
Block a user