2008-07-19 02:49:14 +12:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>mainWindow</class>
|
|
|
|
<widget class="QWidget" name="mainWindow" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-10-08 03:28:32 +13:00
|
|
|
<width>873</width>
|
2008-07-19 02:49:14 +12:00
|
|
|
<height>748</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Zint Qt fontend</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QPushButton" name="zoomIn" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Ctrl++</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Zoom in</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl++</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QPushButton" name="zoomOut" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Ctrl+-</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Zoom out</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+-</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<spacer name="horizontalSpacer_4" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>85</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3" colspan="2" >
|
|
|
|
<widget class="QPushButton" name="reset" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Ctrl+0</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5" >
|
|
|
|
<spacer name="horizontalSpacer_3" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>76</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6" >
|
|
|
|
<widget class="QPushButton" name="rotateAc" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Ctrl+Left</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Rotate anticlockwise</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="7" >
|
|
|
|
<widget class="QPushButton" name="rotateC" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Ctrl+Right</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Rotate clockwise</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+Right</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="8" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<widget class="QGraphicsView" name="view" />
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="2" column="0" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-09-24 21:38:32 +12:00
|
|
|
<widget class="QComboBox" name="bstyle" />
|
2008-07-19 02:49:14 +12:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="2" column="4" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12" >
|
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QLabel" name="label_7" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<string>Aspect ratio:</string>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QComboBox" name="aspectRatio" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Ignore aspect ratio</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Keep aspect ratio</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Center (no scalling)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2008-07-19 02:49:14 +12:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="3" column="0" colspan="4" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Height:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="heightb" >
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="3" column="4" colspan="4" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QLabel" name="label_11" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<string>Item Width:</string>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QSpinBox" name="iwidth" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="minimum" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>400</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="4" column="0" colspan="4" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<item>
|
2008-09-24 21:38:32 +12:00
|
|
|
<widget class="QLabel" name="label_5" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<string>Width (pdf471):</string>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-09-24 21:38:32 +12:00
|
|
|
<widget class="QSpinBox" name="widthb" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="maximum" >
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<number>0</number>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="4" column="4" colspan="4" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QLabel" name="label_12" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<string>Item Height:</string>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QSpinBox" name="iheight" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>400</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-07-19 02:49:14 +12:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="5" column="0" colspan="4" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<item>
|
2008-09-24 21:38:32 +12:00
|
|
|
<widget class="QLabel" name="label_6" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-11-04 02:32:12 +13:00
|
|
|
<string>Security level/mode:</string>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-09-24 21:38:32 +12:00
|
|
|
<widget class="QSpinBox" name="security" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="maximum" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<number>9</number>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
<property name="value" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<number>-1</number>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<item row="5" column="4" colspan="4" >
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QLabel" name="label_4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<property name="text" >
|
2008-10-11 23:30:35 +13:00
|
|
|
<string>Primary</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2008-07-19 02:49:14 +12:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<widget class="QLineEdit" name="primary" />
|
2008-07-19 02:49:14 +12:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-08 03:28:32 +13:00
|
|
|
<item row="6" column="0" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_8" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Border width:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="bwidth" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-11 23:30:35 +13:00
|
|
|
<item rowspan="6" row="6" column="4" colspan="4" >
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Data</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="text" >
|
|
|
|
<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; }
|
2008-11-04 02:32:12 +13: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;">123456</p></body></html></string>
|
2008-10-11 23:30:35 +13:00
|
|
|
</property>
|
|
|
|
<property name="acceptRichText" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="7" column="0" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Border type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="btype" >
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="8" column="0" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_10" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>PDF417 CODEWORDS:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="codewords" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>928</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>1800</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>928</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="9" column="0" colspan="4" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_13" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI PLESSEY:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="msiPlessey" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI_PLESSEY</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI_10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI_10_10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI_11</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>MSI_11_10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="10" column="0" colspan="4" >
|
2008-09-24 21:38:32 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_14" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>(Ex)CODE39:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="code39" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>(EX)CODE39</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>(EX)CODE39_43</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="11" column="0" colspan="4" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9" >
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="fgcolor" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Foreground color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bgcolor" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Backgound color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-10-09 22:58:18 +13:00
|
|
|
<item row="12" column="0" colspan="8" >
|
2008-07-19 02:49:14 +12:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
|
|
<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="QPushButton" name="generate" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Generate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>pushButton_2</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>mainWindow</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>585</x>
|
|
|
|
<y>544</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>554</x>
|
|
|
|
<y>310</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|