comparison mupdf-source/thirdparty/zint/frontend_qt/grpDAFT.ui @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>grpDAFT</class>
4 <widget class="QWidget" name="grpDAFT">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>310</width>
10 <height>78</height>
11 </rect>
12 </property>
13 <property name="maximumSize">
14 <size>
15 <width>600</width>
16 <height>16777215</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <layout class="QVBoxLayout" name="vLayoutDAFT">
23 <property name="contentMargins">
24 <number>0</number>
25 </property>
26 <property name="leftMargin">
27 <number>0</number>
28 </property>
29 <property name="topMargin">
30 <number>0</number>
31 </property>
32 <property name="rightMargin">
33 <number>0</number>
34 </property>
35 <property name="bottomMargin">
36 <number>0</number>
37 </property>
38 <item>
39 <layout class="QHBoxLayout" name="hLayoutDAFT">
40 <item>
41 <widget class="QLabel" name="lblDAFTTrackerRatio">
42 <property name="text">
43 <string>&amp;Tracker Ratio:</string>
44 </property>
45 <property name="alignment">
46 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
47 </property>
48 <property name="buddy">
49 <cstring>spnDAFTTrackerRatio</cstring>
50 </property>
51 <property name="toolTip">
52 <string>Size of tracker as percentage of full height</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QDoubleSpinBox" name="spnDAFTTrackerRatio">
58 <property name="toolTip">
59 <string>Size of tracker as percentage of full height</string>
60 </property>
61 <property name="prefix">
62 <string/>
63 </property>
64 <property name="suffix">
65 <string> %</string>
66 </property>
67 <property name="decimals">
68 <number>1</number>
69 </property>
70 <property name="minimum">
71 <double>5.000000000000000</double>
72 </property>
73 <property name="maximum">
74 <double>90.000000000000000</double>
75 </property>
76 <property name="singleStep">
77 <double>1.000000000000000</double>
78 </property>
79 <property name="value">
80 <double>25.000000000000000</double>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <widget class="QPushButton" name="btnDAFTTrackerDefault">
86 <property name="sizePolicy">
87 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
88 <horstretch>1</horstretch>
89 <verstretch>0</verstretch>
90 </sizepolicy>
91 </property>
92 <property name="maximumSize">
93 <size>
94 <width>120</width>
95 <height>16777215</height>
96 </size>
97 </property>
98 <property name="toolTip">
99 <string>Reset tracker ratio to default 25%</string>
100 </property>
101 <property name="text">
102 <string>De&amp;fault (25%)</string>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </item>
108 <item>
109 <widget class="QLabel" name="noteDAFTTrackerRatios">
110 <property name="sizePolicy">
111 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
112 <horstretch>0</horstretch>
113 <verstretch>0</verstretch>
114 </sizepolicy>
115 </property>
116 <property name="text">
117 <string>Examples of tracker ratios:
118 Australia Post 26%
119 Dutch Post and Royal Mail 25.6%, Japan Post 33%
120 PLANET and POSTNET 25% (Tracker &amp; Ascender only)
121 USPS Intelligent Mail 33.1%
122 </string>
123 </property>
124 <property name="textFormat">
125 <enum>Qt::PlainText</enum>
126 </property>
127 <property name="alignment">
128 <set>Qt::AlignLeft</set>
129 </property>
130 <property name="wordWrap">
131 <bool>true</bool>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </widget>
137 <resources/>
138 <connections/>
139 </ui>