mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 20:17:06 +00:00
general: change BARCODE_RAW_TEXT to write to new zint_symbol
fields `raw_segs` and `raw_seg_count` instead of `text`, and to do so for all symbologies, using new common funcs `rt_cpy()` etc. MICROPDF417: return ECC percentage in top byte of `option_1` DBAR_EXP_STK: return `option_2`/`option_3` feedback CLI: change warning text "ignoring" -> "**IGNORED**" GUI: show feedback for DBAR_EXP_STK, MICROPDF417, UPNQR ctest: fix recent inability to run tests via "ctest" on Windows (MSVC) by using cmake 3.22 feature `ENVIRONMENT_MODIFICATION` manual: document feedback and RAW_TEXT in new "Feedback" section; rephrase some symbology descriptions test suite: new general-use arg "-a"; add `func_name` to context; new "test_bwipp" test for testing BWIPP against ZXing-C++
This commit is contained in:
@@ -38,6 +38,28 @@
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gridLayoutUPNQR">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="lblUPNQRSizeECC">
|
||||
<property name="text">
|
||||
<string>Size:</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size (version) and error correction level
|
||||
(pre-set)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLabel" name="lblUPNQRSizeECCMsg">
|
||||
<property name="text">
|
||||
<string>77 x 77 (Version 15), ECC Level M</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size (version) and error correction level
|
||||
(pre-set)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="labelUPNQRMask">
|
||||
<property name="text">
|
||||
<string>&Mask:</string>
|
||||
@@ -50,7 +72,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="cmbUPNQRMask">
|
||||
<property name="toolTip">
|
||||
<string>Manually specify which mask to use</string>
|
||||
|
||||
Reference in New Issue
Block a user