2009-09-17 12:01:49 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2008-07-18 18:49:14 +04:00
<class>mainWindow</class>
2009-09-17 12:01:49 +04:00
<widget class="QWidget" name="mainWindow">
2009-11-18 01:36:04 +03:00
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
2016-12-15 02:33:17 +03:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-07-26 17:44:14 +03:00
<width>704</width>
<height>743</height>
2016-12-15 02:33:17 +03:00
</rect>
</property>
2010-06-15 01:31:10 +04:00
<property name="sizePolicy">
2016-12-15 02:33:17 +03:00
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2010-06-15 01:31:10 +04:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2008-07-18 18:49:14 +04:00
</property>
2009-11-18 01:36:04 +03:00
<property name="minimumSize">
<size>
2016-12-15 02:33:17 +03:00
<width>420</width>
<height>500</height>
2009-05-27 03:07:16 +04:00
</size>
</property>
2009-09-17 12:01:49 +04:00
<property name="windowTitle">
2020-04-07 19:27:45 +03:00
<string>Zint Barcode Studio 2.8</string>
2009-05-22 01:00:23 +04:00
</property>
2009-09-17 12:01:49 +04:00
<property name="windowIcon">
<iconset resource="resources.qrc">
2010-05-29 10:48:06 +04:00
<normaloff>:/images/zint.png</normaloff>:/images/zint.png</iconset>
2009-07-16 17:52:36 +04:00
</property>
2010-06-15 01:31:10 +04:00
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
2009-11-18 01:36:04 +03:00
<property name="locale">
<locale language="English" country="UnitedStates"/>
2009-07-16 17:52:36 +04:00
</property>
2010-06-15 01:31:10 +04:00
<layout class="QVBoxLayout" name="verticalLayout_5">
2009-11-03 13:52:34 +03:00
<item>
2016-12-15 02:33:17 +03:00
<widget class="QGraphicsView" name="view"/>
2009-11-03 13:52:34 +03:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="sizeConstraint">
2010-06-15 01:31:10 +04:00
<enum>QLayout::SetMinimumSize</enum>
2009-11-03 13:52:34 +03:00
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="lblSymbology">
<property name="text">
<string>S&ymbology:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>bstyle</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="bstyle">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Type of barcode</string>
2009-11-03 13:52:34 +03:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTabWidget" name="tabMain">
<property name="sizePolicy">
2010-06-15 01:31:10 +04:00
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
2009-11-03 13:52:34 +03:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>350</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="currentIndex">
2017-04-22 14:44:32 +03:00
<number>1</number>
2009-11-03 13:52:34 +03:00
</property>
<widget class="QWidget" name="tabGeneral">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QGroupBox" name="grpData">
<property name="sizePolicy">
2010-06-15 01:31:10 +04:00
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
2009-11-03 13:52:34 +03:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>&Data to Encode</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLineEdit" name="txtData">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Data to encode</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="text">
<string>Your Data Here!</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnMoreData">
2010-06-15 01:31:10 +04:00
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>Encode more data
or import from file</string>
</property>
2009-11-03 13:52:34 +03:00
<property name="text">
<string>...</string>
</property>
</widget>
</item>
2010-06-15 01:31:10 +04:00
<item>
<widget class="QPushButton" name="btnSequence">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>Encode a sequence</string>
</property>
<property name="text">
<string>123..</string>
</property>
</widget>
</item>
2009-11-03 13:52:34 +03:00
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="grpComposite">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
2010-06-15 01:31:10 +04:00
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
2009-11-03 13:52:34 +03:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>400</height>
</size>
</property>
<property name="title">
<string>Composite Code</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="chkComposite">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Create a composite symbol</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="text">
<string>Add &2D Component</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<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="QLabel" name="lblCompType">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Component &Type:</string>
</property>
<property name="buddy">
<cstring>cmbCompType</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbCompType">
<property name="enabled">
<bool>false</bool>
</property>
2010-06-15 01:31:10 +04:00
<property name="toolTip">
<string>Type of 2D component</string>
</property>
2009-11-03 13:52:34 +03:00
<item>
<property name="text">
<string>Automatic</string>
</property>
</item>
<item>
<property name="text">
<string>CC-A</string>
</property>
</item>
<item>
<property name="text">
<string>CC-B</string>
</property>
</item>
<item>
<property name="text">
<string>CC-C</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
2010-06-15 01:31:10 +04:00
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
2009-11-03 13:52:34 +03:00
<item>
<widget class="QLabel" name="lblComposite">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
2010-06-15 01:31:10 +04:00
<string>2D &Component Data:</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="buddy">
<cstring>txtComposite</cstring>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="txtComposite">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>60</height>
</size>
</property>
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Data to be encoded in 2D component
Remember to place [square brackets] around AI data</string>
2009-11-03 13:52:34 +03:00
</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; }
2019-10-21 10:29:21 +03:00
</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>
2009-11-03 13:52:34 +03:00
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabAppear">
<attribute name="title">
<string>Appearance</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2019-10-21 10:29:21 +03:00
<widget class="QLabel" name="lblHeight">
<property name="enabled">
<bool>false</bool>
</property>
2009-11-03 13:52:34 +03:00
<property name="text">
<string>&Height:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>heightb</cstring>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>B&order Width:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>bwidth</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="lblWhitespace">
<property name="text">
<string>&Whitespace:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>spnWhitespace</cstring>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="lblScale">
<property name="text">
<string>&Printing Scale:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>spnScale</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="heightb">
2019-10-21 10:29:21 +03:00
<property name="enabled">
<bool>false</bool>
</property>
2009-11-03 13:52:34 +03:00
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Overall symbol height</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="suffix">
<string> X</string>
</property>
<property name="prefix">
<string/>
</property>
<property name="maximum">
<number>300</number>
</property>
<property name="value">
<number>50</number>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="bwidth">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Width of boundary bars or border</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="suffix">
<string> X</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>16</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spnWhitespace">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Width of whitespace</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="suffix">
<string> X</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="spnScale">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Image scale when output to file</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="suffix">
<string/>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="minimum">
<double>0.500000000000000</double>
</property>
<property name="maximum">
<double>99.500000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_9">
<property name="text">
2010-06-15 01:31:10 +04:00
<string>Border &Type:</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>btype</cstring>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QComboBox" name="btype">
2010-06-15 01:31:10 +04:00
<property name="toolTip">
<string>Add border or box</string>
</property>
2009-11-03 13:52:34 +03:00
<item>
<property name="text">
<string>No border</string>
</property>
</item>
<item>
<property name="text">
<string>Bind</string>
</property>
</item>
<item>
<property name="text">
<string>Box</string>
</property>
</item>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="fgcolor">
2010-06-15 01:31:10 +04:00
<property name="toolTip">
<string>Change ink colour</string>
</property>
2009-11-03 13:52:34 +03:00
<property name="text">
<string>&Foreground Colour</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="bgcolor">
<property name="toolTip">
2010-06-15 01:31:10 +04:00
<string>Change paper colour</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="text">
<string>&Backgound Colour</string>
</property>
</widget>
</item>
2010-06-15 01:31:10 +04:00
<item row="3" column="3">
<widget class="QPushButton" name="btnReset">
<property name="toolTip">
<string>Reset to black on white</string>
</property>
<property name="text">
<string>&Reset Colours</string>
</property>
</widget>
</item>
2009-11-03 13:52:34 +03:00
</layout>
</item>
2019-10-21 10:29:21 +03:00
<item>
<widget class="QCheckBox" name="chkAutoHeight">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Automatic Height</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2009-11-03 13:52:34 +03:00
<item>
<widget class="QCheckBox" name="chkHRTHide">
2010-06-15 01:31:10 +04:00
<property name="toolTip">
<string>Show text in image</string>
</property>
2009-11-03 13:52:34 +03:00
<property name="text">
2010-06-15 01:31:10 +04:00
<string>Show H&uman Readable Text</string>
2009-11-03 13:52:34 +03:00
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2010-06-15 01:31:10 +04:00
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
2009-11-03 13:52:34 +03:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
2010-06-15 01:31:10 +04:00
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
2017-05-15 23:12:19 +03:00
<item row="1" column="0">
2010-06-15 01:31:10 +04:00
<widget class="QPushButton" name="btnAbout">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>About Zint</string>
</property>
<property name="text">
<string>&About</string>
</property>
</widget>
</item>
2017-05-15 23:12:19 +03:00
<item row="1" column="5">
2010-06-15 01:31:10 +04:00
<widget class="QPushButton" name="btnSave">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Save image to file</string>
</property>
<property name="text">
<string>&Save</string>
</property>
</widget>
</item>
2017-05-15 23:12:19 +03:00
<item row="1" column="6">
2010-06-15 01:31:10 +04:00
<widget class="QPushButton" name="btnExit">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>E&xit</string>
</property>
</widget>
</item>
2017-05-15 23:12:19 +03:00
<item row="1" column="1">
2010-06-15 01:31:10 +04:00
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
2009-11-03 13:52:34 +03:00
</item>
2017-05-15 23:12:19 +03:00
<item row="1" column="3">
<widget class="QPushButton" name="btnCopySVG">
2017-04-22 14:21:27 +03:00
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
2017-04-22 14:44:32 +03:00
<property name="toolTip">
<string>Copy to clipboard</string>
</property>
2017-04-22 14:21:27 +03:00
<property name="text">
2017-05-15 23:12:19 +03:00
<string>Copy S&VG</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="btnCopyBMP">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>&Copy BMP</string>
2017-04-22 14:21:27 +03:00
</property>
</widget>
</item>
2009-11-03 13:52:34 +03:00
</layout>
</item>
</layout>
2008-07-18 18:49:14 +04:00
</widget>
2009-04-27 02:04:51 +04:00
<tabstops>
<tabstop>tabMain</tabstop>
<tabstop>txtData</tabstop>
<tabstop>chkComposite</tabstop>
<tabstop>cmbCompType</tabstop>
<tabstop>txtComposite</tabstop>
</tabstops>
2009-05-22 01:00:23 +04:00
<resources>
2009-09-17 12:01:49 +04:00
<include location="resources.qrc"/>
2009-05-22 01:00:23 +04:00
</resources>
2009-11-18 01:36:04 +03:00
<connections/>
2008-07-18 18:49:14 +04:00
</ui>