comparison mupdf-source/thirdparty/zint/frontend_qt/grpUltra.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>grpUltra</class>
4 <widget class="QWidget" name="grpUltra">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>461</width>
10 <height>237</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="vLayoutUltra">
23 <item>
24 <layout class="QGridLayout" name="gLayoutUltra">
25 <item row="0" column="0">
26 <widget class="QRadioButton" name="radUltraAuto">
27 <property name="text">
28 <string>Auto&amp;matic Resizing</string>
29 </property>
30 <property name="toolTip">
31 <string>Size and error correction level will be set
32 based on data</string>
33 </property>
34 <property name="checked">
35 <bool>true</bool>
36 </property>
37 <attribute name="buttonGroup">
38 <string notr="true">buttonGroupUltraSizeECC</string>
39 </attribute>
40 </widget>
41 </item>
42 <item row="0" column="1">
43 <widget class="QLineEdit" name="txtUltraAutoInfo">
44 <property name="frame">
45 <bool>false</bool>
46 </property>
47 <property name="readonly">
48 <bool>true</bool>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="0">
53 <widget class="QRadioButton" name="radUltraEcc">
54 <property name="text">
55 <string>E&amp;rror Correction Level:</string>
56 </property>
57 <property name="toolTip">
58 <string>Set percentage of capacity to use for
59 error correction codewords</string>
60 </property>
61 <attribute name="buttonGroup">
62 <string notr="true">buttonGroupUltraSizeECC</string>
63 </attribute>
64 </widget>
65 </item>
66 <item row="1" column="1">
67 <widget class="QComboBox" name="cmbUltraEcc">
68 <property name="enabled">
69 <bool>false</bool>
70 </property>
71 <property name="currentIndex">
72 <number>0</number>
73 </property>
74 <property name="toolTip">
75 <string>Set percentage of capacity to use for
76 error correction codewords</string>
77 </property>
78 <item>
79 <property name="text">
80 <string>ECO - Error Detection Only</string>
81 </property>
82 </item>
83 <item>
84 <property name="text">
85 <string>EC1 - Approx 5%</string>
86 </property>
87 </item>
88 <item>
89 <property name="text">
90 <string>EC2 - Approx 9%</string>
91 </property>
92 </item>
93 <item>
94 <property name="text">
95 <string>EC3 - Approx 17%</string>
96 </property>
97 </item>
98 <item>
99 <property name="text">
100 <string>EC4 - Approx 25%</string>
101 </property>
102 </item>
103 <item>
104 <property name="text">
105 <string>EC5 - Approx 33%</string>
106 </property>
107 </item>
108 </widget>
109 </item>
110 <item row="2" column="0">
111 <widget class="QLabel" name="labelUltraRevision">
112 <property name="text">
113 <string>Rev&amp;ision:</string>
114 </property>
115 <property name="toolTip">
116 <string>Set revision to use on output</string>
117 </property>
118 <property name="buddy">
119 <cstring>cmbUltraRevision</cstring>
120 </property>
121 </widget>
122 </item>
123 <item row="2" column="1">
124 <widget class="QComboBox" name="cmbUltraRevision">
125 <property name="toolTip">
126 <string>Set revision to use on output</string>
127 </property>
128 <item>
129 <property name="text">
130 <string>1 (default)</string>
131 </property>
132 </item>
133 <item>
134 <property name="text">
135 <string>2</string>
136 </property>
137 </item>
138 </widget>
139 </item>
140 </layout>
141 </item>
142 <item>
143 <widget class="QGroupBox" name="groupBoxUltraEncodingMode">
144 <property name="title">
145 <string>Encoding Mode</string>
146 </property>
147 <property name="toolTip">
148 <string>How to process data</string>
149 </property>
150 <layout class="QGridLayout" name="gLayoutUltraEncodingMode">
151 <property name="sizeConstraint">
152 <enum>QLayout::SetMinimumSize</enum>
153 </property>
154 <item row="0" column="0">
155 <widget class="QRadioButton" name="radUltraStand">
156 <property name="text">
157 <string>S&amp;tandard Mode</string>
158 </property>
159 <property name="toolTip">
160 <string>Process data as normal</string>
161 </property>
162 <property name="checked">
163 <bool>true</bool>
164 </property>
165 </widget>
166 </item>
167 <item row="0" column="1">
168 <widget class="QRadioButton" name="radUltraGS1">
169 <property name="text">
170 <string>GS&amp;1 Data Mode</string>
171 </property>
172 <property name="toolTip">
173 <string>Process data as GS1 General Specifications data,
174 formatted with Application Identifiers (AIs)</string>
175 </property>
176 </widget>
177 </item>
178 </layout>
179 </widget>
180 </item>
181 <item>
182 <widget class="QGroupBox" name="groupBoxUltraStructApp">
183 <property name="title">
184 <string>Structured Append</string>
185 </property>
186 <property name="toolTip">
187 <string>Ultracode supports Structured Append of up to
188 8 symbols</string>
189 </property>
190 <layout class="QGridLayout" name="gLayoutUltraStructApp">
191 <item row="0" column="0">
192 <widget class="QLabel" name="lblUltraStructAppCount">
193 <property name="text">
194 <string>C&amp;ount:</string>
195 </property>
196 <property name="alignment">
197 <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
198 </property>
199 <property name="buddy">
200 <cstring>cmbUltraStructAppCount</cstring>
201 </property>
202 <property name="toolTip">
203 <string>Mark symbol as part of a Structured Append sequence
204 containing a total of this number of symbols
205 Value ranges from 2 to 16</string>
206 </property>
207 </widget>
208 </item>
209 <item row="0" column="1">
210 <widget class="QComboBox" name="cmbUltraStructAppCount">
211 <property name="sizePolicy">
212 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
213 <horstretch>0</horstretch>
214 <verstretch>0</verstretch>
215 </sizepolicy>
216 </property>
217 <property name="toolTip">
218 <string>Mark symbol as part of a Structured Append sequence
219 containing a total of this number of symbols
220 Value ranges from 2 to 8</string>
221 </property>
222 <item>
223 <property name="text">
224 <string>Disabled</string>
225 </property>
226 </item>
227 <item>
228 <property name="text">
229 <string>2</string>
230 </property>
231 </item>
232 <item>
233 <property name="text">
234 <string>3</string>
235 </property>
236 </item>
237 <item>
238 <property name="text">
239 <string>4</string>
240 </property>
241 </item>
242 <item>
243 <property name="text">
244 <string>5</string>
245 </property>
246 </item>
247 <item>
248 <property name="text">
249 <string>6</string>
250 </property>
251 </item>
252 <item>
253 <property name="text">
254 <string>7</string>
255 </property>
256 </item>
257 <item>
258 <property name="text">
259 <string>8</string>
260 </property>
261 </item>
262 </widget>
263 </item>
264 <item row="0" column="2">
265 <spacer name="spacerUltraStructApp2">
266 <property name="orientation">
267 <enum>Qt::Horizontal</enum>
268 </property>
269 <property name="sizeHint">
270 <size>
271 <width>10</width>
272 <height>20</height>
273 </size>
274 </property>
275 </spacer>
276 </item>
277 <item row="0" column="3">
278 <widget class="QLabel" name="lblUltraStructAppIndex">
279 <property name="enabled">
280 <bool>false</bool>
281 </property>
282 <property name="text">
283 <string>Inde&amp;x:</string>
284 </property>
285 <property name="alignment">
286 <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
287 </property>
288 <property name="buddy">
289 <cstring>cmbUltraStructAppIndex</cstring>
290 </property>
291 <property name="toolTip">
292 <string>Position of symbol in Structured Append sequence
293 Value ranges from 1 to count
294 (ignored if disabled)</string>
295 </property>
296 </widget>
297 </item>
298 <item row="0" column="4">
299 <widget class="QComboBox" name="cmbUltraStructAppIndex">
300 <property name="enabled">
301 <bool>false</bool>
302 </property>
303 <property name="sizePolicy">
304 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
305 <horstretch>0</horstretch>
306 <verstretch>0</verstretch>
307 </sizepolicy>
308 </property>
309 <property name="toolTip">
310 <string>Position of symbol in Structured Append sequence
311 Value ranges from 1 to count
312 (ignored if disabled)</string>
313 </property>
314 <item>
315 <property name="text">
316 <string>1</string>
317 </property>
318 </item>
319 <item>
320 <property name="text">
321 <string>2</string>
322 </property>
323 </item>
324 <item>
325 <property name="text">
326 <string>3</string>
327 </property>
328 </item>
329 <item>
330 <property name="text">
331 <string>4</string>
332 </property>
333 </item>
334 <item>
335 <property name="text">
336 <string>5</string>
337 </property>
338 </item>
339 <item>
340 <property name="text">
341 <string>6</string>
342 </property>
343 </item>
344 <item>
345 <property name="text">
346 <string>7</string>
347 </property>
348 </item>
349 <item>
350 <property name="text">
351 <string>8</string>
352 </property>
353 </item>
354 </widget>
355 </item>
356 <item row="0" column="5">
357 <spacer name="spacerUltraStructApp5">
358 <property name="orientation">
359 <enum>Qt::Horizontal</enum>
360 </property>
361 <property name="sizeHint">
362 <size>
363 <width>10</width>
364 <height>20</height>
365 </size>
366 </property>
367 </spacer>
368 </item>
369 <item row="0" column="6">
370 <widget class="QLabel" name="lblUltraStructAppID">
371 <property name="enabled">
372 <bool>false</bool>
373 </property>
374 <property name="toolTip">
375 <string>Optional ID (File Number) to indicate that symbols
376 belong to the same Structured Append sequence
377 Value ranges from 1 to 80088
378 (ignored if disabled)</string>
379 </property>
380 <property name="text">
381 <string>I&amp;D:</string>
382 </property>
383 <property name="alignment">
384 <set>Qt::AlignLeft|Qt::AlignLeading|Qt::AlignVCenter</set>
385 </property>
386 <property name="buddy">
387 <cstring>spnUltraStructAppID</cstring>
388 </property>
389 </widget>
390 </item>
391 <item row="0" column="7">
392 <widget class="QSpinBox" name="spnUltraStructAppID">
393 <property name="enabled">
394 <bool>false</bool>
395 </property>
396 <property name="toolTip">
397 <string>Optional ID (File Number) to indicate that symbols
398 belong to the same Structured Append sequence
399 Value ranges from 1 to 80088
400 (ignored if disabled)</string>
401 </property>
402 <property name="specialValueText">
403 <string>None</string>
404 </property>
405 <property name="minimum">
406 <number>0</number>
407 </property>
408 <property name="maximum">
409 <number>80088</number>
410 </property>
411 <property name="value">
412 <number>0</number>
413 </property>
414 </widget>
415 </item>
416 </layout>
417 </widget>
418 </item>
419 <item>
420 <spacer name="vSpacerUltra">
421 <property name="orientation">
422 <enum>Qt::Vertical</enum>
423 </property>
424 <property name="sizeType">
425 <enum>QSizePolicy::MinimumExpanding</enum>
426 </property>
427 <property name="sizeHint" stdset="0">
428 <size>
429 <width>20</width>
430 <height>10</height>
431 </size>
432 </property>
433 </spacer>
434 </item>
435 </layout>
436 </widget>
437 <resources/>
438 <connections>
439 <connection>
440 <sender>radUltraEcc</sender>
441 <signal>toggled(bool)</signal>
442 <receiver>cmbUltraEcc</receiver>
443 <slot>setEnabled(bool)</slot>
444 <hints>
445 <hint type="sourcelabel">
446 <x>85</x>
447 <y>47</y>
448 </hint>
449 <hint type="destinationlabel">
450 <x>331</x>
451 <y>47</y>
452 </hint>
453 </hints>
454 </connection>
455 </connections>
456 <buttongroups>
457 <buttongroup name="buttonGroupUltraSizeECC"/>
458 </buttongroups>
459 </ui>