mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
118 lines
3.5 KiB
Plaintext
118 lines
3.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>grpDAFT</class>
|
||
|
<widget class="QWidget" name="grpDAFT">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>310</width>
|
||
|
<height>78</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>600</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lblDAFTTrackerRatio">
|
||
|
<property name="text">
|
||
|
<string>&Tracker Ratio:</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
<property name="buddy">
|
||
|
<cstring>spnDAFTTrackerRatio</cstring>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Size of tracker as percentage of full height</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDoubleSpinBox" name="spnDAFTTrackerRatio">
|
||
|
<property name="toolTip">
|
||
|
<string>Size of tracker as percentage of full height</string>
|
||
|
</property>
|
||
|
<property name="prefix">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="suffix">
|
||
|
<string> %</string>
|
||
|
</property>
|
||
|
<property name="decimals">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<double>5.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>90.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>25.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="noteTrackerRatios">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Examples of tracker ratios:<table cellspacing="3">
|
||
|
<tr><td>Australia Post&nbsp;</td><td>26%</td></tr>
|
||
|
<tr><td>Japan Post&nbsp;</td><td>33%</td></tr>
|
||
|
<tr><td>PLANET, POSTNET&nbsp;</td><td>40%</td></tr>
|
||
|
<tr><td>Royal Mail, Dutch Post&nbsp;</td><td>25.6%</td></tr>
|
||
|
<tr><td>USPS Intelligent Mail&nbsp;</td><td>33.1%</td></tr>
|
||
|
<tr><td>Default&nbsp;</td><td>25%</td></tr>
|
||
|
</table></string>
|
||
|
</property>
|
||
|
<property name="textFormat">
|
||
|
<enum>Qt::RichText</enum>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignLeft</set>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>30</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|