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

GUI: export dialog: add postfix field for filename (#252)

man page: expand --scale spiel, mention MaxiCode exceptionalism
manual: make MaxiCode scale exceptionalism a bit clearer
This commit is contained in:
gitlost
2022-05-25 13:44:45 +01:00
parent 8a31508163
commit d9f2e85246
8 changed files with 57 additions and 17 deletions

View File

@@ -82,6 +82,29 @@
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="lblPostfix">
<property name="text">
<string>File Name Postfi&amp;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">
<widget class="QLabel" name="lblFileName">
<property name="text">
<string>File &amp;Name:</string>
@@ -94,7 +117,7 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<item row="3" column="1" colspan="2">
<widget class="QComboBox" name="cmbFileName">
<property name="toolTip">
<string>Set the naming convention used by the files</string>
@@ -111,7 +134,7 @@
</item>
</widget>
</item>
<item row="3" column="0">
<item row="4" column="0">
<widget class="QLabel" name="lblFileFormat">
<property name="text">
<string>File &amp;Format:</string>
@@ -124,7 +147,7 @@
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<item row="4" column="1" colspan="2">
<widget class="QComboBox" name="cmbFileFormat">
<property name="toolTip">
<string>The type of file which you want to create</string>