comparison mupdf-source/thirdparty/zint/frontend_qt/grpUPCEAN.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>grpUPCEAN</class>
4 <widget class="QWidget" name="grpUPCEAN">
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="verticalLayoutUPCEAN">
23 <item>
24 <layout class="QGridLayout" name="gridLayoutUPCEAN">
25 <item row="0" column="0">
26 <widget class="QLabel" name="lblUPCEANAddonGap">
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>cmbUPCEANAddonGap</cstring>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="1">
44 <widget class="QComboBox" name="cmbUPCEANAddonGap">
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>7 X (default)</string>
53 </property>
54 </item>
55 <item>
56 <property name="text">
57 <string>8 X</string>
58 </property>
59 </item>
60 <item>
61 <property name="text">
62 <string>9 X</string>
63 </property>
64 </item>
65 <item>
66 <property name="text">
67 <string>10 X</string>
68 </property>
69 </item>
70 <item>
71 <property name="text">
72 <string>11 X</string>
73 </property>
74 </item>
75 <item>
76 <property name="text">
77 <string>12 X</string>
78 </property>
79 </item>
80 </widget>
81 </item>
82 <item row="1" column="0">
83 <widget class="QLabel" name="lblUPCEANGuardDescent">
84 <property name="toolTip">
85 <string>Height in X-dimensions that the guard bars
86 descend below the main bars (default 5X)
87 (ignored if disabled)</string>
88 </property>
89 <property name="text">
90 <string>Guard Bar Des&amp;cent:</string>
91 </property>
92 <property name="alignment">
93 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
94 </property>
95 <property name="buddy">
96 <cstring>spnUPCEANGuardDescent</cstring>
97 </property>
98 </widget>
99 </item>
100 <item row="1" column="1">
101 <layout class="QHBoxLayout" name="horzLayoutUPCEANGuardDescent">
102 <item>
103 <widget class="QDoubleSpinBox" name="spnUPCEANGuardDescent">
104 <property name="toolTip">
105 <string>Height in X-dimensions that the guard bars
106 descend below the main bars (default 5X)
107 (ignored if disabled)</string>
108 </property>
109 <property name="prefix">
110 <string/>
111 </property>
112 <property name="suffix">
113 <string> X</string>
114 </property>
115 <property name="decimals">
116 <number>3</number>
117 </property>
118 <property name="minimum">
119 <double>0.000000000000000</double>
120 </property>
121 <property name="maximum">
122 <double>20.000000000000000</double>
123 </property>
124 <property name="singleStep">
125 <double>0.100000000000000</double>
126 </property>
127 <property name="value">
128 <double>5.000000000000000</double>
129 </property>
130 <property name="accelerated">
131 <bool>true</bool>
132 </property>
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
135 <horstretch>2</horstretch>
136 <verstretch>0</verstretch>
137 </sizepolicy>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <widget class="QPushButton" name="btnUPCEANGuardDefault">
143 <property name="toolTip">
144 <string>Reset guard bars descent height
145 to default 5X</string>
146 </property>
147 <property name="text">
148 <string>De&amp;fault (5X)</string>
149 </property>
150 <property name="sizePolicy">
151 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
152 <horstretch>1</horstretch>
153 <verstretch>0</verstretch>
154 </sizepolicy>
155 </property>
156 <property name="sizeHint" stdset="0">
157 <size>
158 <width>60</width>
159 <height>20</height>
160 </size>
161 </property>
162 </widget>
163 </item>
164 </layout>
165 </item>
166 </layout>
167 </item>
168 <item>
169 <widget class="QCheckBox" name="chkUPCEANNoQuietZones">
170 <property name="text">
171 <string>No Quiet &amp;Zones</string>
172 </property>
173 <property name="checked">
174 <bool>false</bool>
175 </property>
176 <property name="toolTip">
177 <string>Do not add quiet zones to whitespace</string>
178 </property>
179 </widget>
180 </item>
181 <item>
182 <widget class="QCheckBox" name="chkUPCEANGuardWhitespace">
183 <property name="text">
184 <string>Guard &amp;Whitespace</string>
185 </property>
186 <property name="checked">
187 <bool>false</bool>
188 </property>
189 <property name="toolTip">
190 <string>Add quiet zone indicators ("&lt;", "&gt;") to Human Readable Text (HRT)
191 (ignored if disabled)</string>
192 </property>
193 </widget>
194 </item>
195 <item>
196 <spacer name="verticalSpacerUPCEAN">
197 <property name="orientation">
198 <enum>Qt::Vertical</enum>
199 </property>
200 <property name="sizeHint" stdset="0">
201 <size>
202 <width>20</width>
203 <height>30</height>
204 </size>
205 </property>
206 </spacer>
207 </item>
208 </layout>
209 </widget>
210 <resources/>
211 <connections/>
212 </ui>