GUI: add CLI equivalent dialog (#163); use spinboxes in Sequence dialog

and restrict sequence to max 10,000, add button icons;
   make Export dialog sizable and show every 100 results, add button icon;
   fix saving CHANNEL option, fix Export painting main window (Windows), fix
   guard descent not-resetting
 qzint: add getAsCLI(), warnLevel(), extra isStackable()/isComposite() etc
 Add ZBarcode_BarcodeName()
 manual: doc above, some fixes, tweaks
This commit is contained in:
gitlost 2021-11-23 19:12:48 +00:00
parent 9d85c425f4
commit 739a64a6ff
34 changed files with 2264 additions and 1199 deletions

View file

@ -27,8 +27,8 @@
<string>&amp;Data</string>
</property>
<property name="toolTip">
<string>Input data. Newlines (Line Feeds (0xA0))
will be converted to spaces</string>
<string>Input data. Line Feeds (0xA0) will
be converted to spaces</string>
</property>
<property name="buddy">
<cstring>txtDataInput</cstring>
@ -70,14 +70,14 @@ will be converted to spaces</string>
&lt;tr&gt;&lt;td&gt;Record Separator (0x1E)&lt;/td&gt;&lt;td&gt;&amp;nbsp;\R&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Backslash (0x5C)&lt;/td&gt;&lt;td&gt;&amp;nbsp;\\&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
Note that newlines (Line Feeds (0x0A)) are &lt;br/&gt;not included</string>
Note that Line Feed (0x0A) is not included</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnReset">
<widget class="QPushButton" name="btnDataClear">
<property name="text">
<string>&amp;Reset</string>
<string> C&amp;lear</string>
</property>
<property name="toolTip">
<string>Clear data window</string>
@ -100,7 +100,7 @@ Note that newlines (Line Feeds (0x0A)) are &lt;br/&gt;not included</string>
<item>
<widget class="QPushButton" name="btnOK">
<property name="text">
<string>&amp;OK</string>
<string> &amp;OK</string>
</property>
<property name="toolTip">
<string>Close window and update input data</string>