mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
CODABLOCKF: prevent cols > 62; fix pTestList buffer overflow
RMQR: update to new draft ISO/IEC JTC1/SC31N000 (Draft 2019-6-24); allow for righthand vertical timing pattern in populate_grid() ULTRA: update max size and min cols based on BWIPP 2021-07-14 update backend_tcl/zint_tcl.dsp: use /MD instead of /MT for tcl lib compat; change include/lib path to more standard one manual.txt: highlight that rMQR is still in development GUI: use cross-platform smaller font func instead of explicit values for notes
This commit is contained in:
parent
4d0fff7cf5
commit
14d1140d09
49 changed files with 1828 additions and 739 deletions
|
@ -22,7 +22,7 @@
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>400</width>
|
||||
<height>485</height>
|
||||
<height>435</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -56,6 +56,9 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<item>
|
||||
<widget class="QLabel" name="lblSymbology">
|
||||
<property name="toolTip">
|
||||
<string>Type of barcode</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>S&ymbology:</string>
|
||||
</property>
|
||||
|
@ -65,9 +68,6 @@
|
|||
<property name="buddy">
|
||||
<cstring>bstyle</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Type of barcode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -247,28 +247,28 @@ or import from file</string>
|
|||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Type of 2D component</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Type:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>cmbCompType</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Type of 2D component</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cmbCompType">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>60</width>
|
||||
<height>16777215</height>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Type of 2D component</string>
|
||||
</property>
|
||||
|
@ -306,16 +306,16 @@ or import from file</string>
|
|||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Data to be encoded in 2D component
|
||||
Remember to place [square brackets] around AI identifiers</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>2D C&omponent Data:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>txtComposite</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Data to be encoded in 2D component
|
||||
Remember to place [square brackets] around AI identifiers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -339,16 +339,6 @@ Remember to place [square brackets] around AI identifiers</string>
|
|||
<string>Data to be encoded in 2D component
|
||||
Remember to place [square brackets] around AI identifiers</string>
|
||||
</property>
|
||||
<property name="html">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">Your Data Here!</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="acceptRichText">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -366,6 +356,10 @@ p, li { white-space: pre-wrap; }
|
|||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set the ECI (Extended Channel Interpretation) code
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EC&I:</string>
|
||||
</property>
|
||||
|
@ -375,10 +369,6 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="buddy">
|
||||
<cstring>cmbECI</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set the ECI (Extended Channel Interpretation) code
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -386,7 +376,7 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
<height>16777215</height>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
|
@ -562,7 +552,7 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="chksLayout">
|
||||
|
@ -625,7 +615,7 @@ p, li { white-space: pre-wrap; }
|
|||
<item>
|
||||
<widget class="QCheckBox" name="chkGS1Parens">
|
||||
<property name="toolTip">
|
||||
<string>Process parentheses "()" instead of square brackets "[]"
|
||||
<string>Process parentheses "()" instead of square brackets "[]"
|
||||
as delimiters for GS1 Application Identifiers
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
|
@ -687,6 +677,10 @@ as delimiters for GS1 Application Identifiers
|
|||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Overall symbol height in X-dimensions
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Height:</string>
|
||||
</property>
|
||||
|
@ -696,10 +690,6 @@ as delimiters for GS1 Application Identifiers
|
|||
<property name="buddy">
|
||||
<cstring>heightb</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Overall symbol height in X-dimensions
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
@ -736,6 +726,9 @@ as delimiters for GS1 Application Identifiers
|
|||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_8">
|
||||
<property name="toolTip">
|
||||
<string>Width of boundary bars or border in X-dimensions</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Border &Width:</string>
|
||||
</property>
|
||||
|
@ -745,9 +738,6 @@ as delimiters for GS1 Application Identifiers
|
|||
<property name="buddy">
|
||||
<cstring>bwidth</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Width of boundary bars or border in X-dimensions</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
|
@ -771,6 +761,9 @@ as delimiters for GS1 Application Identifiers
|
|||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="toolTip">
|
||||
<string>Add border or box</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Border &Type:</string>
|
||||
</property>
|
||||
|
@ -780,9 +773,6 @@ as delimiters for GS1 Application Identifiers
|
|||
<property name="buddy">
|
||||
<cstring>btype</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add border or box</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
|
@ -812,6 +802,9 @@ as delimiters for GS1 Application Identifiers
|
|||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lblWhitespace">
|
||||
<property name="toolTip">
|
||||
<string>Horizontal whitespace, Vertical whitespace, in X-dimensions</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Whitespace:</string>
|
||||
</property>
|
||||
|
@ -821,9 +814,6 @@ as delimiters for GS1 Application Identifiers
|
|||
<property name="buddy">
|
||||
<cstring>spnWhitespace</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal whitespace, Vertical whitespace, in X-dimensions</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
|
@ -854,6 +844,9 @@ in X-dimensions</string>
|
|||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lblScale">
|
||||
<property name="toolTip">
|
||||
<string>Image scale when output to file</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Printing Sca&le:</string>
|
||||
</property>
|
||||
|
@ -863,9 +856,6 @@ in X-dimensions</string>
|
|||
<property name="buddy">
|
||||
<cstring>spnScale</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Image scale when output to file</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
|
@ -895,6 +885,10 @@ in X-dimensions</string>
|
|||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="lblFontSetting">
|
||||
<property name="toolTip">
|
||||
<string>Set font characteristics
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Fo&nt Setting:</string>
|
||||
</property>
|
||||
|
@ -904,10 +898,6 @@ in X-dimensions</string>
|
|||
<property name="buddy">
|
||||
<cstring>cmbFontSetting</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set font characteristics
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
|
@ -957,6 +947,9 @@ in X-dimensions</string>
|
|||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Change colour of ink or paper</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Colour:</string>
|
||||
</property>
|
||||
|
@ -966,9 +959,6 @@ in X-dimensions</string>
|
|||
<property name="buddy">
|
||||
<cstring>fgcolor</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Change colour of ink or paper</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
|
@ -1026,6 +1016,9 @@ in X-dimensions</string>
|
|||
</item>
|
||||
<item row="4" column="2">
|
||||
<widget class="QLabel" name="lblRotate">
|
||||
<property name="toolTip">
|
||||
<string>Rotate symbol by degrees</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>R&otate:</string>
|
||||
</property>
|
||||
|
@ -1035,9 +1028,6 @@ in X-dimensions</string>
|
|||
<property name="buddy">
|
||||
<cstring>cmbRotate</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Rotate symbol by degrees</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="3">
|
||||
|
@ -1086,6 +1076,10 @@ in X-dimensions</string>
|
|||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size of dots
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Dot S&ize:</string>
|
||||
</property>
|
||||
|
@ -1095,21 +1089,17 @@ in X-dimensions</string>
|
|||
<property name="buddy">
|
||||
<cstring>spnDotSize</cstring>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size of dots
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="3">
|
||||
<widget class="QDoubleSpinBox" name="spnDotSize">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Size of dots
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string/>
|
||||
</property>
|
||||
|
@ -1191,7 +1181,7 @@ in X-dimensions</string>
|
|||
<string>Output image to file (BMP/EMF/EPS/GIF/PCX/PNG/SVG/TIF)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Save As…</string>
|
||||
<string>&Save As…</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue