| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <?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>
- <width>637</width>
- <height>423</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Sequence Export</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset>
- </property>
- <property name="modal">
- <bool>true</bool>
- </property>
- <layout class="QVBoxLayout" name="vertLayoutSeq">
- <item>
- <layout class="QHBoxLayout" name="horzLayoutSeq">
- <item>
- <layout class="QVBoxLayout" name="vertLayoutSeqCreate">
- <item>
- <widget class="QGroupBox" name="groupBoxSeqCreate">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Create Sequence</string>
- </property>
- <property name="toolTip">
- <string>Generate a sequence</string>
- </property>
- <layout class="QGridLayout" name="gridLayoutSeqCreate">
- <item row="0" column="0">
- <widget class="QLabel" name="lblSeqStartVal">
- <property name="toolTip">
- <string>Start sequence at this value</string>
- </property>
- <property name="text">
- <string>&Start Value:</string>
- </property>
- <property name="buddy">
- <cstring>spnSeqStartVal</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QSpinBox" name="spnSeqStartVal">
- <property name="toolTip">
- <string>Start sequence at this value</string>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="maximum">
- <number>999999999</number>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="lblSeqEndVal">
- <property name="toolTip">
- <string>End sequence at this value</string>
- </property>
- <property name="text">
- <string>End &Value:</string>
- </property>
- <property name="buddy">
- <cstring>spnSeqEndVal</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QSpinBox" name="spnSeqEndVal">
- <property name="toolTip">
- <string>End sequence at this value</string>
- </property>
- <property name="maximum">
- <number>999999999</number>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="lblSeqIncVal">
- <property name="toolTip">
- <string>Go from start to end in steps of this amount</string>
- </property>
- <property name="text">
- <string>Increment &By:</string>
- </property>
- <property name="buddy">
- <cstring>spnSeqIncVal</cstring>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QSpinBox" name="spnSeqIncVal">
- <property name="toolTip">
- <string>Go from start to end in steps of this amount</string>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>999999999</number>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="lblSeqFormat">
- <property name="toolTip">
- <string>Format sequence using special characters<table cellspacing="3">
- <tr><td>$</td><td>Number or '0'</td></tr>
- <tr><td>#</td><td>Number or space</td></tr>
- <tr><td>*</td><td>Number or '*'</td></tr>
- <tr><td>Other</td><td>Insert literally</td></tr>
- </table></string>
- </property>
- <property name="text">
- <string>F&ormat:</string>
- </property>
- <property name="buddy">
- <cstring>linSeqFormat</cstring>
- </property>
- </widget>
- </item>
- <item row="4" column="0" colspan="2">
- <widget class="QLineEdit" name="linSeqFormat">
- <property name="toolTip">
- <string>Format sequence using special characters<table cellspacing="3">
- <tr><td>$</td><td>Number or '0'</td></tr>
- <tr><td>#</td><td>Number or space</td></tr>
- <tr><td>*</td><td>Number or '*'</td></tr>
- <tr><td>Other</td><td>Insert literally</td></tr>
- </table></string>
- </property>
- <property name="text">
- <string>$$$$$$</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0" colspan="2">
- <layout class="QHBoxLayout" name="horzLayoutSeqCreateBtn">
- <item>
- <spacer name="horzSpacerSeqCreateBtn">
- <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>
- <widget class="QPushButton" name="btnSeqCreate">
- <property name="toolTip">
- <string>Generate a data sequence</string>
- </property>
- <property name="text">
- <string>Crea&te</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="vertSpacerCreate">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBoxSeqPreview">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>The data to be encoded, one line per symbol</string>
- </property>
- <property name="title">
- <string>Sequence &Data</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
- </property>
- <layout class="QVBoxLayout" name="vertLayoutSeqPreview">
- <item>
- <widget class="QPlainTextEdit" name="txtSeqPreview">
- <property name="toolTip">
- <string>The data to be encoded, one line per symbol</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horzLayoutSeqBtns">
- <item>
- <widget class="QPushButton" name="btnSeqFromFile">
- <property name="toolTip">
- <string>Import a data sequence from a file</string>
- </property>
- <property name="text">
- <string>&From File...</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="btnSeqClear">
- <property name="toolTip">
- <string>Clear the sequence data</string>
- </property>
- <property name="text">
- <string> C&lear</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horzSpacerSeqBtns">
- <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>
- <widget class="QPushButton" name="btnSeqExport">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="toolTip">
- <string>Save the symbols to files</string>
- </property>
- <property name="text">
- <string>&Export...</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="btnSeqClose">
- <property name="toolTip">
- <string>Close window</string>
- </property>
- <property name="text">
- <string>&Close</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|