2009-09-17 20:01:49 +12:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ExportDialog</class>
|
|
|
|
<widget class="QDialog" name="ExportDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>450</width>
|
2017-08-12 09:36:40 +12:00
|
|
|
<height>505</height>
|
2009-09-17 20:01:49 +12:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Export Barcodes</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="windowIcon">
|
2021-05-21 05:22:57 +12:00
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset>
|
2017-07-27 02:44:14 +12:00
|
|
|
</property>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutExp">
|
2016-08-14 21:52:15 +12:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QGridLayout" name="gridLayoutExpFile">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="lblDestPath">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Destination Path:</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Destination folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>linDestPath</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="linDestPath">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>261</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Destination folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QToolButton" name="btnDestPath">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Find a destination for your files</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="lblPrefix">
|
|
|
|
<property name="text">
|
|
|
|
<string>File Name &Prefix:</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The first part of the filenames</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>linPrefix</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="linPrefix">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The first part of the filenames</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>bcs_</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2022-05-26 00:44:45 +12:00
|
|
|
<widget class="QLabel" name="lblPostfix">
|
|
|
|
<property name="text">
|
|
|
|
<string>File Name Postfi&x:</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The last part of the filenames</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>linPostfix</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="linPostfix">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The last part of the filenames</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblFileName">
|
|
|
|
<property name="text">
|
|
|
|
<string>File &Name:</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the naming convention used by the files</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>cmbFileName</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-05-26 00:44:45 +12:00
|
|
|
<item row="3" column="1" colspan="2">
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QComboBox" name="cmbFileName">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the naming convention used by the files</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Same as Data</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Number</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-05-26 00:44:45 +12:00
|
|
|
<item row="4" column="0">
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblFileFormat">
|
|
|
|
<property name="text">
|
|
|
|
<string>File &Format:</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The type of file which you want to create</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2022-11-25 03:18:31 +13:00
|
|
|
<cstring>cmbFileType</cstring>
|
2021-11-24 08:12:48 +13:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-05-26 00:44:45 +12:00
|
|
|
<item row="4" column="1" colspan="2">
|
2022-11-25 03:18:31 +13:00
|
|
|
<widget class="QComboBox" name="cmbFileType">
|
2021-11-24 08:12:48 +13:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The type of file which you want to create</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Portable Network Graphic (*.png)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Encapsulated Post Script (*.eps)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Graphics Interchange Format (*.gif)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Scalable Vector Graphic (*.svg)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Windows Bitmap (*.bmp)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>ZSoft PC Painter Image (*.pcx)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Extended Metafile (*.emf)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tagged Image File Format (*.tif)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-14 21:52:15 +12:00
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<layout class="QHBoxLayout" name="horzLayoutExpBtns">
|
|
|
|
<item>
|
|
|
|
<spacer name="horzSpacerExpBtns">
|
|
|
|
<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="btnOK">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Export</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btnCancel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Close window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-14 21:52:15 +12:00
|
|
|
</item>
|
2017-03-30 04:32:19 +13:00
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QLabel" name="lblFeedback">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Results:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-03-30 04:32:19 +13:00
|
|
|
</item>
|
|
|
|
<item>
|
2021-11-24 08:12:48 +13:00
|
|
|
<widget class="QPlainTextEdit" name="txtFeedback">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-03-30 04:32:19 +13:00
|
|
|
</item>
|
2021-11-24 08:12:48 +13:00
|
|
|
</layout>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
2009-09-21 03:40:46 +12:00
|
|
|
<connections/>
|
2009-09-17 20:01:49 +12:00
|
|
|
</ui>
|