Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/thirdparty/zint/frontend_qt/grpDAFT.ui @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/thirdparty/zint/frontend_qt/grpDAFT.ui Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,139 @@ +<?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>
