Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE

This commit is contained in:
gitlost 2021-07-13 17:39:03 +01:00
parent 7cc2095d3c
commit 2e84fd5157
21 changed files with 1157 additions and 707 deletions

View file

@ -22,7 +22,7 @@
<property name="minimumSize">
<size>
<width>400</width>
<height>460</height>
<height>480</height>
</size>
</property>
<property name="windowTitle">
@ -109,13 +109,13 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>300</height>
<height>320</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>300</height>
<height>320</height>
</size>
</property>
<property name="autoFillBackground">
@ -548,6 +548,37 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="chkRInit">
<property name="toolTip">
<string>Create reader initialisation/programming symbol
(ignored if disabled)</string>
</property>
<property name="text">
<string>&amp;Reader Init</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="chksLayout">
<item>
<spacer name="horizontalSpacer_chksLayout">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="chkEscape">
<property name="toolTip">
@ -607,13 +638,13 @@ as delimiters for GS1 Application Identifiers
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkRInit">
<widget class="QCheckBox" name="chkGS1NoCheck">
<property name="toolTip">
<string>Create reader initialisation/programming symbol
<string>Do not check GS1 data for validity
(ignored if disabled)</string>
</property>
<property name="text">
<string>&amp;Reader Init</string>
<string>GS1 &amp;No Check</string>
</property>
<property name="checked">
<bool>false</bool>