1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +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>grpMicroPDF</class>
<widget class="QWidget" name="grpMicroPDF">
<property name="geometry">
<widget class="QWidget" name="grpMicroPDF" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
@@ -10,76 +9,79 @@
<height>100</height>
</rect>
</property>
<property name="windowTitle">
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="lblMPDFCols">
<property name="text">
<string>Number of Data Columns:</string>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" colspan="2" >
<widget class="QLabel" name="lblMPDFCols" >
<property name="text" >
<string>&amp;Number of Data Columns:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>cmbMPDFCols</cstring>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="cmbMPDFCols">
<item row="0" column="2" >
<widget class="QComboBox" name="cmbMPDFCols" >
<item>
<property name="text">
<property name="text" >
<string>Automatic</string>
</property>
</item>
<item>
<property name="text">
<property name="text" >
<string>1</string>
</property>
</item>
<item>
<property name="text">
<property name="text" >
<string>2</string>
</property>
</item>
<item>
<property name="text">
<property name="text" >
<string>3</string>
</property>
</item>
<item>
<property name="text">
<property name="text" >
<string>4</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radMPDFStand">
<property name="text">
<string>Standard</string>
<item row="1" column="0" >
<widget class="QRadioButton" name="radMPDFStand" >
<property name="text" >
<string>S&amp;tandard</string>
</property>
<property name="checked">
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QRadioButton" name="radMPDFHIBC">
<property name="text">
<string>HIBC MicroPDF417</string>
<item row="1" column="1" colspan="2" >
<widget class="QRadioButton" name="radMPDFHIBC" >
<property name="text" >
<string>&amp;HIBC MicroPDF417</string>
</property>
</widget>
</item>
</layout>
</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>26</height>