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>
|
|
|
|
<height>170</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>450</width>
|
|
|
|
<height>170</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>450</width>
|
|
|
|
<height>170</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Export Barcodes</string>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>images/zint.png</normaloff>images/zint.png</iconset>
|
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
<widget class="QLineEdit" name="linDestPath">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>261</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Destination folder</string>
|
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="linPrefix">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>301</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The first part of the filenames</string>
|
|
|
|
</property>
|
2009-09-21 03:40:46 +12:00
|
|
|
<property name="text">
|
|
|
|
<string>bcs_</string>
|
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="cmbFileName">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>301</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sat the naming convention used by the files</string>
|
|
|
|
</property>
|
2009-09-21 03:40:46 +12:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Same as Data</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Number</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="cmbFileFormat">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>301</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The type of file which you want to create</string>
|
|
|
|
</property>
|
2009-09-21 03:40:46 +12:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Portable Network Graphic (*.png)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2009-09-21 03:44:54 +12:00
|
|
|
<string>Encapsulated Post Script (*.eps)</string>
|
2009-09-21 03:40:46 +12:00
|
|
|
</property>
|
|
|
|
</item>
|
2016-08-14 21:52:15 +12:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Graphics Interchange Format (*.gif)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2009-09-21 03:40:46 +12:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Scalable Vector Graphic (*.svg)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-08-14 21:52:15 +12:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Windows Bitmap (*.bmp)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>ZSoft PC Painter Image (*.pcx)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2017-03-30 04:32:19 +13:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Extended Metafile (*.emf)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tagged Image File Format (*.tif)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2009-09-17 20:01:49 +12:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="btnDestPath">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>410</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>30</width>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-07-27 02:44:14 +12:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Find a destination for your files</string>
|
|
|
|
</property>
|
2009-09-17 20:01:49 +12:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>121</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Destination Path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>File Name Prefix:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2009-09-21 03:40:46 +12:00
|
|
|
<y>70</y>
|
2009-09-17 20:01:49 +12:00
|
|
|
<width>111</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>File Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2009-09-21 03:40:46 +12:00
|
|
|
<y>100</y>
|
2009-09-17 20:01:49 +12:00
|
|
|
<width>111</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>File Format:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-09-21 03:40:46 +12:00
|
|
|
<widget class="QPushButton" name="btnCancel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>360</x>
|
|
|
|
<y>130</y>
|
|
|
|
<width>80</width>
|
|
|
|
<height>26</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="btnOK">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>270</x>
|
|
|
|
<y>130</y>
|
|
|
|
<width>80</width>
|
|
|
|
<height>26</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>OK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
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>
|