1
0
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:
hooper114
2009-07-16 12:59:22 +00:00
parent d0f4858762
commit f2e67de4ea
18 changed files with 552 additions and 427 deletions

View File

@@ -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&amp;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>&amp;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>&amp;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>