1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

Make GUI more consistent

This commit is contained in:
Robin Stuart
2017-07-26 15:44:14 +01:00
parent e81a90bb58
commit f4f7e1936a
4 changed files with 326 additions and 334 deletions

View File

@@ -10,9 +10,31 @@
<height>170</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>170</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>450</width>
<height>170</height>
</size>
</property>
<property name="windowTitle">
<string>Export Barcodes</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>images/zint.png</normaloff>images/zint.png</iconset>
</property>
<widget class="QLineEdit" name="linDestPath">
<property name="geometry">
<rect>
@@ -22,6 +44,9 @@
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Destination folder</string>
</property>
</widget>
<widget class="QLineEdit" name="linPrefix">
<property name="geometry">
@@ -32,6 +57,9 @@
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>The first part of the filenames</string>
</property>
<property name="text">
<string>bcs_</string>
</property>
@@ -45,6 +73,9 @@
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Sat the naming convention used by the files</string>
</property>
<item>
<property name="text">
<string>Same as Data</string>
@@ -65,6 +96,9 @@
<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>
@@ -115,6 +149,9 @@
<height>25</height>
</rect>
</property>
<property name="toolTip">
<string>Find a destination for your files</string>
</property>
<property name="text">
<string>...</string>
</property>