Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/thirdparty/zint/frontend_qt/grpDAFT.ui @ 17:dd9cdb856310
Remove PKG-INFO from the because it is regenerated automatically for the sdist
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 18 Sep 2025 17:40:40 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
<?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="vLayoutDAFT"> <property name="contentMargins"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="hLayoutDAFT"> <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> <item> <widget class="QPushButton" name="btnDAFTTrackerDefault"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>120</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>Reset tracker ratio to default 25%</string> </property> <property name="text"> <string>De&fault (25%)</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="noteDAFTTrackerRatios"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Examples of tracker ratios: Australia Post 26% Dutch Post and Royal Mail 25.6%, Japan Post 33% PLANET and POSTNET 25% (Tracker & Ascender only) USPS Intelligent Mail 33.1% </string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> </property> <property name="alignment"> <set>Qt::AlignLeft</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>
