mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
294 lines
6.7 KiB
XML
294 lines
6.7 KiB
XML
<?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>505</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>450</width>
|
|
<height>505</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>450</width>
|
|
<height>505</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Export Barcodes</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset>
|
|
</property>
|
|
<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>
|
|
<widget class="QLineEdit" name="linPrefix">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>40</y>
|
|
<width>301</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>The first part of the filenames</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>bcs_</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="cmbFileName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>70</y>
|
|
<width>301</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<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>
|
|
<widget class="QComboBox" name="cmbFileFormat">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>100</y>
|
|
<width>301</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<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>
|
|
<widget class="QToolButton" name="btnDestPath">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>10</y>
|
|
<width>30</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Find a destination for your files</string>
|
|
</property>
|
|
<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>
|
|
<property name="toolTip">
|
|
<string>Destination folder</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>linDestPath</cstring>
|
|
</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>
|
|
<property name="toolTip">
|
|
<string>The first part of the filenames</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>linPrefix</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>111</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<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>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>111</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<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">
|
|
<cstring>cmbFileFormat</cstring>
|
|
</property>
|
|
</widget>
|
|
<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>&Close</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Close window</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>&Export</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Create files</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="txtFeedback">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>180</y>
|
|
<width>430</width>
|
|
<height>315</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lblFeedback">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>160</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Export Results:</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|