comparison mupdf-source/thirdparty/zint/frontend_qt/grpUPCA.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
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>grpUPCA</class>
4 <widget class="QWidget" name="grpUPCA">
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="verticalLayoutUPCA">
23 <item>
24 <layout class="QGridLayout" name="gridLayoutUPCA">
25 <item row="0" column="0">
26 <widget class="QLabel" name="lblUPCAAddonGap">
27 <property name="text">
28 <string>Add-o&amp;n Gap:</string>
29 </property>
30 <property name="toolTip">
31 <string>Horizontal space in X-dimensions between
32 main symbol and add-on (if any)
33 (ignored if disabled)</string>
34 </property>
35 <property name="alignment">
36 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
37 </property>
38 <property name="buddy">
39 <cstring>cmbUPCAAddonGap</cstring>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="1">
44 <widget class="QComboBox" name="cmbUPCAAddonGap">
45 <property name="toolTip">
46 <string>Horizontal space in X-dimensions between
47 main symbol and add-on (if any)
48 (ignored if disabled)</string>
49 </property>
50 <item>
51 <property name="text">
52 <string>9 X (default)</string>
53 </property>
54 </item>
55 <item>
56 <property name="text">
57 <string>10 X</string>
58 </property>
59 </item>
60 <item>
61 <property name="text">
62 <string>11 X</string>
63 </property>
64 </item>
65 <item>
66 <property name="text">
67 <string>12 X</string>
68 </property>
69 </item>
70 </widget>
71 </item>
72 <item row="1" column="0">
73 <widget class="QLabel" name="lblUPCAGuardDescent">
74 <property name="toolTip">
75 <string>Height in X-dimensions that the guard bars
76 descend below the main bars (default 5X)
77 (ignored if disabled)</string>
78 </property>
79 <property name="text">
80 <string>Guard Bar Des&amp;cent:</string>
81 </property>
82 <property name="alignment">
83 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
84 </property>
85 <property name="buddy">
86 <cstring>spnUPCAGuardDescent</cstring>
87 </property>
88 </widget>
89 </item>
90 <item row="1" column="1">
91 <layout class="QHBoxLayout" name="horzLayoutUPCAGuardDescent">
92 <item>
93 <widget class="QDoubleSpinBox" name="spnUPCAGuardDescent">
94 <property name="toolTip">
95 <string>Height in X-dimensions that the guard bars
96 descend below the main bars (default 5X)
97 (ignored if disabled)</string>
98 </property>
99 <property name="prefix">
100 <string/>
101 </property>
102 <property name="suffix">
103 <string> X</string>
104 </property>
105 <property name="decimals">
106 <number>3</number>
107 </property>
108 <property name="minimum">
109 <double>0.000000000000000</double>
110 </property>
111 <property name="maximum">
112 <double>20.000000000000000</double>
113 </property>
114 <property name="singleStep">
115 <double>0.100000000000000</double>
116 </property>
117 <property name="value">
118 <double>5.000000000000000</double>
119 </property>
120 <property name="accelerated">
121 <bool>true</bool>
122 </property>
123 <property name="sizePolicy">
124 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
125 <horstretch>2</horstretch>
126 <verstretch>0</verstretch>
127 </sizepolicy>
128 </property>
129 </widget>
130 </item>
131 <item>
132 <widget class="QPushButton" name="btnUPCAGuardDefault">
133 <property name="toolTip">
134 <string>Reset guard bars descent height
135 to default 5X</string>
136 </property>
137 <property name="text">
138 <string>De&amp;fault (5X)</string>
139 </property>
140 <property name="sizePolicy">
141 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
142 <horstretch>1</horstretch>
143 <verstretch>0</verstretch>
144 </sizepolicy>
145 </property>
146 <property name="sizeHint" stdset="0">
147 <size>
148 <width>60</width>
149 <height>20</height>
150 </size>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </item>
156 </layout>
157 </item>
158 <item>
159 <widget class="QCheckBox" name="chkUPCANoQuietZones">
160 <property name="text">
161 <string>No Quiet &amp;Zones</string>
162 </property>
163 <property name="checked">
164 <bool>false</bool>
165 </property>
166 <property name="toolTip">
167 <string>Do not add quiet zones to whitespace</string>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <widget class="QCheckBox" name="chkUPCAGuardWhitespace">
173 <property name="text">
174 <string>Guard &amp;Whitespace</string>
175 </property>
176 <property name="checked">
177 <bool>false</bool>
178 </property>
179 <property name="toolTip">
180 <string>Add quiet zone indicators ("&lt;", "&gt;") to Human Readable Text (HRT)
181 (ignored if disabled)</string>
182 </property>
183 </widget>
184 </item>
185 <item>
186 <spacer name="verticalSpacerUPCA">
187 <property name="orientation">
188 <enum>Qt::Vertical</enum>
189 </property>
190 <property name="sizeHint" stdset="0">
191 <size>
192 <width>20</width>
193 <height>30</height>
194 </size>
195 </property>
196 </spacer>
197 </item>
198 </layout>
199 </widget>
200 <resources/>
201 <connections/>
202 </ui>