mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-11 14:06:01 +00:00
Polish the GUI a bit
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="text" >
|
||||
<string>Encoding Mode:</string>
|
||||
<string>Encoding &Mode:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>cmbDMMode</cstring>
|
||||
@@ -72,10 +72,13 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="lblDMNon200Size" >
|
||||
<property name="text" >
|
||||
<string>Size:</string>
|
||||
<string>Si&ze:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>cmbDMNon200Size</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -205,7 +208,7 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QRadioButton" name="radDM200Stand" >
|
||||
<property name="text" >
|
||||
<string>Standard</string>
|
||||
<string>S&tandard</string>
|
||||
</property>
|
||||
<property name="checked" >
|
||||
<bool>true</bool>
|
||||
@@ -215,21 +218,24 @@
|
||||
<item row="0" column="2" >
|
||||
<widget class="QRadioButton" name="radDM200HIBC" >
|
||||
<property name="text" >
|
||||
<string>HIBC Data Matrix</string>
|
||||
<string>&HIBC Data Matrix</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="2" >
|
||||
<widget class="QRadioButton" name="radDM200GS1" >
|
||||
<property name="text" >
|
||||
<string>GS-1 Data Mode</string>
|
||||
<string>&GS-1 Data Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="lblDM200Size" >
|
||||
<property name="text" >
|
||||
<string>Size:</string>
|
||||
<string>Si&ze:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>cmbDM200Size</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user