mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 04:21:59 +00:00
Polish the GUI a bit
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<ui version="4.0" >
|
||||
<class>grpCodablock</class>
|
||||
<widget class="QWidget" name="grpCodablock">
|
||||
<property name="geometry">
|
||||
<widget class="QWidget" name="grpCodablock" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
@@ -10,40 +9,40 @@
|
||||
<height>118</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<property name="windowTitle" >
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<layout class="QVBoxLayout" name="verticalLayout" >
|
||||
<item>
|
||||
<widget class="QRadioButton" name="radCodaStand">
|
||||
<property name="text">
|
||||
<string>Standard Mode</string>
|
||||
<widget class="QRadioButton" name="radCodaStand" >
|
||||
<property name="text" >
|
||||
<string>S&tandard Mode</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<property name="checked" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="radCodaGS1">
|
||||
<property name="text">
|
||||
<string>GS-1 Data Mode</string>
|
||||
<widget class="QRadioButton" name="radCodaGS1" >
|
||||
<property name="text" >
|
||||
<string>&GS-1 Data Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="radCodaHIBC">
|
||||
<property name="text">
|
||||
<string>HIBC Codablock-F</string>
|
||||
<widget class="QRadioButton" name="radCodaHIBC" >
|
||||
<property name="text" >
|
||||
<string>&HIBC Codablock-F</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<spacer name="verticalSpacer" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>29</height>
|
||||
|
||||
Reference in New Issue
Block a user