2009-09-17 20:01:49 +12:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SequenceDialog</class>
|
|
|
|
<widget class="QDialog" name="SequenceDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-07-27 02:44:14 +12:00
|
|
|
<width>637</width>
|
|
|
|
<height>423</height>
|
2009-09-17 20:01:49 +12:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Sequence Export</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="windowIcon">
|
2021-11-24 08:12:48 +13:00
|
|
|
<iconset>
|
2021-05-21 05:22:57 +12:00
|
|
|
<normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="vertLayoutSeq">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QHBoxLayout" name="horzLayoutSeq">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QGroupBox" name="groupBoxSeqCreate">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Create Sequence</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="vertLayoutSeqCreate">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QHBoxLayout" name="horzLayoutSeqCreate">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="vertLayoutSeqCreateLbls">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqStartVal">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start sequence at this value</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>&Start Value:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2021-11-24 08:12:48 +13:00
|
|
|
<cstring>spnSeqStartVal</cstring>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqEndVal">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>End sequence at this value</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>End &Value:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2021-11-24 08:12:48 +13:00
|
|
|
<cstring>spnSeqEndVal</cstring>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqIncVal">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go from start to end in steps of this amount</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>Increment &By:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2021-11-24 08:12:48 +13:00
|
|
|
<cstring>spnSeqIncVal</cstring>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqFormat">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
2020-10-05 02:27:28 +13:00
|
|
|
<string>Format sequence using special characters<table cellspacing="3">
|
2020-10-04 10:51:08 +13:00
|
|
|
<tr><td>#</td><td>Number or space</td></tr>
|
2021-11-24 08:12:48 +13:00
|
|
|
<tr><td>$</td><td>Number or '0'</td></tr>
|
|
|
|
<tr><td>*</td><td>Number or '*'</td></tr>
|
2020-10-04 10:51:08 +13:00
|
|
|
<tr><td>Other</td><td>Insert literally</td></tr>
|
|
|
|
</table></string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>&Format:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>linSeqFormat</cstring>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqCreate">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create a data sequence</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>Sequence:</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqImport">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Get a data sequence from a file</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>Sequence File:</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblSeqExport">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save the symbols to files</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>Generate Bar Codes:</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="vertLayoutSeqCreateVals">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QSpinBox" name="spnSeqStartVal">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start sequence at this value</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="frame">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="maximum">
|
|
|
|
<number>999999999</number>
|
2020-10-04 10:51:08 +13:00
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QSpinBox" name="spnSeqEndVal">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>End sequence at this value</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="maximum">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QSpinBox" name="spnSeqIncVal">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go from start to end in steps of this amount</string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLineEdit" name="linSeqFormat">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
2020-10-05 02:27:28 +13:00
|
|
|
<string>Format sequence using special characters<table cellspacing="3">
|
2020-10-04 10:51:08 +13:00
|
|
|
<tr><td>#</td><td>Number or space</td></tr>
|
2021-11-24 08:12:48 +13:00
|
|
|
<tr><td>$</td><td>Number or '0'</td></tr>
|
|
|
|
<tr><td>*</td><td>Number or '*'</td></tr>
|
2020-10-04 10:51:08 +13:00
|
|
|
<tr><td>Other</td><td>Insert literally</td></tr>
|
|
|
|
</table></string>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>$$$$$$</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPushButton" name="btnSeqCreate">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create a data sequence</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>Crea&te</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPushButton" name="btnSeqImport">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>Get a data sequence from a file</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>&Import...</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPushButton" name="btnSeqExport">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>Save the symbols to files</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-10-04 10:51:08 +13:00
|
|
|
<string>&Export...</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QGroupBox" name="groupBoxSeqPreview">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The data to be encoded, one line per symbol</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="title">
|
|
|
|
<string>Sequence &Data</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="vertLayoutSeqPreview">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPlainTextEdit" name="txtSeqPreview">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The data to be encoded, one line per symbol</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-07-27 02:44:14 +12:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QHBoxLayout" name="horzLayoutSeqBtns">
|
2017-07-27 02:44:14 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<spacer name="horzSpacerSeqBtns">
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPushButton" name="btnSeqClear">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear the sequence data</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string> C&lear</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPushButton" name="btnSeqClose">
|
2020-10-04 10:51:08 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Close window</string>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="text">
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|