comparison mupdf-source/thirdparty/zint/frontend_qt/grpMailmark2D.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>grpMailmark2D</class>
4 <widget class="QWidget" name="grpMailmark2D">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>463</width>
10 <height>339</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="vLayoutMailmark2D">
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="QGridLayout" name="gridLayoutMailmark2D">
40 <item row="0" column="0">
41 <widget class="QLabel" name="lblMailmark2DSize">
42 <property name="text">
43 <string>Si&amp;ze:</string>
44 </property>
45 <property name="toolTip">
46 <string>Set height and width (H x W) of symbol</string>
47 </property>
48 <property name="buddy">
49 <cstring>cmbMailmark2DSize</cstring>
50 </property>
51 </widget>
52 </item>
53 <item row="0" column="1">
54 <widget class="QComboBox" name="cmbMailmark2DSize">
55 <property name="toolTip">
56 <string>Set height and width (H x W) of symbol</string>
57 </property>
58 <property name="maxVisibleItems">
59 <number>21</number>
60 </property>
61 <item>
62 <property name="text">
63 <string>Automatic</string>
64 </property>
65 </item>
66 <item>
67 <property name="text">
68 <string>24 x 24 (Zint 8) - Type 7</string>
69 </property>
70 </item>
71 <item>
72 <property name="text">
73 <string>32 x 32 (Zint 10) - Type 9</string>
74 </property>
75 </item>
76 <item>
77 <property name="text">
78 <string>16 x 48 (Zint 30) - Type 29</string>
79 </property>
80 </item>
81 </widget>
82 </item>
83 <item row="1" column="0">
84 <widget class="QLabel" name="lblMailmark2DAutoSize">
85 <property name="text">
86 <string>Automatic Size:</string>
87 </property>
88 <property name="toolTip">
89 <string>Selection criteria when considering
90 automatic sizes
91 (ignored if disabled)</string>
92 </property>
93 </widget>
94 </item>
95 <item row="1" column="1">
96 <layout class="QHBoxLayout" name="horzLayoutMailmark2DAutoSizeChecks">
97 <item>
98 <widget class="QCheckBox" name="chkMailmark2DRectangle">
99 <property name="text">
100 <string>Only Squar&amp;e</string>
101 </property>
102 <property name="toolTip">
103 <string>Only consider square versions 8 and 10 on automatic symbol
104 size selection, suppressing rectangular version 30
105 (ignored if disabled)</string>
106 </property>
107 <property name="checked">
108 <bool>true</bool>
109 </property>
110 </widget>
111 </item>
112 </layout>
113 </item>
114 </layout>
115 </item>
116 </layout>
117 </widget>
118 <resources/>
119 <connections/>
120 </ui>