2009-05-27 11:07:16 +12:00
|
|
|
<ui version="4.0" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<class>mainWindow</class>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QWidget" name="mainWindow" >
|
|
|
|
<property name="geometry" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-05-27 11:07:16 +12:00
|
|
|
<width>749</width>
|
2009-07-17 01:52:36 +12:00
|
|
|
<height>747</height>
|
2008-07-19 02:49:14 +12:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>800</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Zint Barcode Studio</string>
|
|
|
|
</property>
|
2009-07-17 01:52:36 +12:00
|
|
|
<property name="windowIcon" >
|
|
|
|
<iconset resource="resources.qrc" >
|
|
|
|
<normaloff>:/zico.png</normaloff>:/zico.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet" >
|
|
|
|
<string notr="true" >background-image: url(:/blueback.png);</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QGroupBox" name="groupPreview" >
|
2009-07-17 01:52:36 +12:00
|
|
|
<property name="autoFillBackground" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="title" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Preview</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
|
|
|
<item rowspan="3" row="0" column="0" colspan="3" >
|
|
|
|
<widget class="QGraphicsView" name="view" >
|
|
|
|
<property name="minimumSize" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>300</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-17 01:52:36 +12:00
|
|
|
<property name="autoFillBackground" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-22 09:00:23 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="0" column="3" >
|
|
|
|
<widget class="QToolButton" name="toolButton_5" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Zoom out</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>...</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="resources.qrc" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<normaloff>:/zoomout.png</normaloff>:/zoomout.png</iconset>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="iconSize" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="1" column="3" >
|
|
|
|
<widget class="QSlider" name="scaleSlider" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust zoom</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="minimum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>50</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="maximum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>400</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="value" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="orientation" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="invertedAppearance" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="invertedControls" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="2" column="3" >
|
|
|
|
<widget class="QToolButton" name="toolButton_4" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Zoom in</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="resources.qrc" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<normaloff>:/zoomin.png</normaloff>:/zoomin.png</iconset>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="iconSize" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-17 00:59:22 +12:00
|
|
|
<item row="4" column="0" >
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QToolButton" name="toolButton" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Rotate anti-clockwise</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="resources.qrc" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<normaloff>:/rotateleft.png</normaloff>:/rotateleft.png</iconset>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="iconSize" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-17 00:59:22 +12:00
|
|
|
<item row="4" column="1" >
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QSlider" name="rotateSlider" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust Rotation</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="maximum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>360</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="orientation" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-17 00:59:22 +12:00
|
|
|
<item row="4" column="2" >
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QToolButton" name="toolButton_2" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Rotate clockwise</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="resources.qrc" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<normaloff>:/rotateright.png</normaloff>:/rotateright.png</iconset>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="iconSize" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
2009-04-27 10:04:51 +12:00
|
|
|
</property>
|
2009-05-22 09:00:23 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QLabel" name="lblSymbology" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>S&ymbology:</string>
|
2009-04-27 10:04:51 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2009-04-27 10:04:51 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="buddy" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<cstring>bstyle</cstring>
|
2009-04-27 10:04:51 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
2009-05-22 09:00:23 +12:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QComboBox" name="bstyle" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Select type of barcode to generate.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
</widget>
|
2009-05-22 09:00:23 +12:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QTabWidget" name="tabMain" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>350</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-17 01:52:36 +12:00
|
|
|
<property name="autoFillBackground" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet" >
|
|
|
|
<string notr="true" />
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="currentIndex" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QWidget" name="tabGeneral" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>727</width>
|
2009-07-07 20:41:14 +12:00
|
|
|
<height>243</height>
|
2009-05-27 11:07:16 +12:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<attribute name="title" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QGroupBox" name="grpData" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Data to Encode</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QLineEdit" name="txtData" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Enter data to be encoded.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Your Data Here!</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-04-27 10:04:51 +12:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QGroupBox" name="grpComposite" >
|
|
|
|
<property name="enabled" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
|
|
|
<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" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Composite Code</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QCheckBox" name="chkComposite" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Create a composite symbol.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>Add &2D Component</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<spacer name="horizontalSpacer" >
|
|
|
|
<property name="orientation" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QLabel" name="lblCompType" >
|
|
|
|
<property name="enabled" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>Component &Type:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="buddy" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<cstring>cmbCompType</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QComboBox" name="cmbCompType" >
|
|
|
|
<property name="enabled" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Automatic</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>CC-A</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>CC-B</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>CC-C</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QLabel" name="lblComposite" >
|
|
|
|
<property name="enabled" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>2D Component Data:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="buddy" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<cstring>txtComposite</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QTextEdit" name="txtComposite" >
|
|
|
|
<property name="enabled" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>60</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<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">
|
2009-05-22 09:00:23 +12:00
|
|
|
p, li { white-space: pre-wrap; }
|
2009-07-07 20:41:14 +12:00
|
|
|
</style></head><body style=" font-family:'Sans Serif'; 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; font-family:'DejaVu Sans'; font-size:9pt;"><span style=" font-family:'Sans Serif';">Your Data Here!</span></p></body></html></string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="acceptRichText" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-04-27 10:04:51 +12:00
|
|
|
</item>
|
2009-05-22 09:00:23 +12:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QWidget" name="tabAppear" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-07-17 00:59:22 +12:00
|
|
|
<width>727</width>
|
|
|
|
<height>243</height>
|
2009-05-27 11:07:16 +12:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<attribute name="title" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Appearance</string>
|
|
|
|
</attribute>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4" >
|
2009-04-27 10:04:51 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Height:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>heightb</cstring>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="label_8" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>B&order Width:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>bwidth</cstring>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QSpinBox" name="bwidth" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust width of boundary bars or border.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="suffix" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string> X</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="minimum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="maximum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>16</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="value" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QLabel" name="lblWhitespace" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Whitespace:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>spnWhitespace</cstring>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="2" column="1" >
|
|
|
|
<widget class="QSpinBox" name="spnWhitespace" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust whitespace to left and right of barcode.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="suffix" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string> X</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QLabel" name="lblScale" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Printing Scale:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>spnScale</cstring>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="3" column="1" >
|
|
|
|
<widget class="QDoubleSpinBox" name="spnScale" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust image size when output to file.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="suffix" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="decimals" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="minimum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<double>0.500000000000000</double>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="maximum" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<double>99.500000000000000</double>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="singleStep" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<double>0.500000000000000</double>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="value" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-17 00:59:22 +12:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSpinBox" name="heightb" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Adjust overall symbol height.</string>
|
|
|
|
</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>
|
2009-05-22 09:00:23 +12:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_9" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>Border Ty&pe:</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="alignment" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>btype</cstring>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QComboBox" name="btype" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>No border</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Bind</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>Box</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="1" column="0" colspan="2" >
|
|
|
|
<widget class="QPushButton" name="bgcolor" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Backgound Colour</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<item row="2" column="0" colspan="2" >
|
|
|
|
<widget class="QPushButton" name="fgcolor" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Foreground Colour</string>
|
2009-05-22 09:00:23 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-04-27 10:04:51 +12:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<spacer name="verticalSpacer" >
|
|
|
|
<property name="orientation" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>228</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2009-04-27 10:04:51 +12:00
|
|
|
</item>
|
2009-05-22 09:00:23 +12:00
|
|
|
</layout>
|
2009-04-27 10:04:51 +12:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2009-05-22 09:00:23 +12:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QPushButton" name="btnAbout" >
|
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&About Zint</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnReset" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Reset zoom, rotation and colour.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Reset Preview</string>
|
2009-05-17 02:19:43 +12:00
|
|
|
</property>
|
2009-05-22 09:00:23 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<spacer name="horizontalSpacer_2" >
|
|
|
|
<property name="orientation" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<size>
|
|
|
|
<width>288</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QPushButton" name="btnSave" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Save barcode image to file.</string>
|
|
|
|
</property>
|
2009-05-27 11:07:16 +12:00
|
|
|
<property name="text" >
|
2009-07-17 00:59:22 +12:00
|
|
|
<string>&Save</string>
|
2009-05-17 02:19:43 +12:00
|
|
|
</property>
|
2009-05-22 09:00:23 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-27 11:07:16 +12:00
|
|
|
<widget class="QPushButton" name="btnExit" >
|
|
|
|
<property name="text" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<string>E&xit</string>
|
2009-04-27 10:04:51 +12:00
|
|
|
</property>
|
2009-05-22 09:00:23 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-07-19 02:49:14 +12:00
|
|
|
</widget>
|
2009-04-27 10:04:51 +12:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>bstyle</tabstop>
|
|
|
|
<tabstop>tabMain</tabstop>
|
|
|
|
<tabstop>txtData</tabstop>
|
|
|
|
<tabstop>chkComposite</tabstop>
|
|
|
|
<tabstop>cmbCompType</tabstop>
|
|
|
|
<tabstop>txtComposite</tabstop>
|
2009-07-17 00:59:22 +12:00
|
|
|
<tabstop>btnAbout</tabstop>
|
|
|
|
<tabstop>btnReset</tabstop>
|
|
|
|
<tabstop>btnSave</tabstop>
|
|
|
|
<tabstop>btnExit</tabstop>
|
|
|
|
<tabstop>heightb</tabstop>
|
|
|
|
<tabstop>bwidth</tabstop>
|
|
|
|
<tabstop>spnWhitespace</tabstop>
|
|
|
|
<tabstop>spnScale</tabstop>
|
|
|
|
<tabstop>btype</tabstop>
|
|
|
|
<tabstop>bgcolor</tabstop>
|
|
|
|
<tabstop>fgcolor</tabstop>
|
2009-04-27 10:04:51 +12:00
|
|
|
<tabstop>view</tabstop>
|
2009-07-17 00:59:22 +12:00
|
|
|
<tabstop>toolButton_5</tabstop>
|
|
|
|
<tabstop>scaleSlider</tabstop>
|
|
|
|
<tabstop>toolButton_4</tabstop>
|
|
|
|
<tabstop>toolButton</tabstop>
|
|
|
|
<tabstop>rotateSlider</tabstop>
|
|
|
|
<tabstop>toolButton_2</tabstop>
|
2009-04-27 10:04:51 +12:00
|
|
|
</tabstops>
|
2009-05-22 09:00:23 +12:00
|
|
|
<resources>
|
2009-05-27 11:07:16 +12:00
|
|
|
<include location="resources.qrc" />
|
2009-05-22 09:00:23 +12:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>toolButton</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>rotateSlider</receiver>
|
|
|
|
<slot>subtractStep()</slot>
|
|
|
|
<hints>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="sourcelabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>29</x>
|
|
|
|
<y>265</y>
|
|
|
|
</hint>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="destinationlabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>76</x>
|
|
|
|
<y>265</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>toolButton_2</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>rotateSlider</receiver>
|
|
|
|
<slot>addStep()</slot>
|
|
|
|
<hints>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="sourcelabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>491</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="destinationlabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>431</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>toolButton_4</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>scaleSlider</receiver>
|
|
|
|
<slot>addStep()</slot>
|
|
|
|
<hints>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="sourcelabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>532</x>
|
|
|
|
<y>231</y>
|
|
|
|
</hint>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="destinationlabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>528</x>
|
|
|
|
<y>191</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>toolButton_5</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>scaleSlider</receiver>
|
|
|
|
<slot>subtractStep()</slot>
|
|
|
|
<hints>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="sourcelabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>530</x>
|
|
|
|
<y>56</y>
|
|
|
|
</hint>
|
2009-05-27 11:07:16 +12:00
|
|
|
<hint type="destinationlabel" >
|
2009-05-22 09:00:23 +12:00
|
|
|
<x>530</x>
|
|
|
|
<y>94</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2008-07-19 02:49:14 +12:00
|
|
|
</ui>
|