comparison mupdf-source/thirdparty/zint/frontend_qt/grpMQR.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 <ui version="4.0">
2 <class>grpMQR</class>
3 <widget class="QWidget" name="grpMQR">
4 <property name="geometry">
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>227</height>
10 </rect>
11 </property>
12 <property name="maximumSize">
13 <size>
14 <width>600</width>
15 <height>16777215</height>
16 </size>
17 </property>
18 <property name="windowTitle">
19 <string>Form</string>
20 </property>
21 <layout class="QVBoxLayout" name="vLayoutMQR">
22 <item>
23 <layout class="QGridLayout" name="gLayoutMQR">
24 <item row="0" column="0">
25 <widget class="QLabel" name="lblMQRSize">
26 <property name="text">
27 <string>Si&amp;ze:</string>
28 </property>
29 <property name="toolTip">
30 <string>Set size (version) of symbol</string>
31 </property>
32 <property name="buddy">
33 <cstring>cmbMQRSize</cstring>
34 </property>
35 </widget>
36 </item>
37 <item row="0" column="1">
38 <widget class="QComboBox" name="cmbMQRSize">
39 <property name="toolTip">
40 <string>Set size (version) of symbol</string>
41 </property>
42 <item>
43 <property name="text">
44 <string>Automatic</string>
45 </property>
46 </item>
47 <item>
48 <property name="text">
49 <string>11 x 11 (Version M1)</string>
50 </property>
51 </item>
52 <item>
53 <property name="text">
54 <string>13 x 13 (Version M2)</string>
55 </property>
56 </item>
57 <item>
58 <property name="text">
59 <string>15 x 15 (Version M3)</string>
60 </property>
61 </item>
62 <item>
63 <property name="text">
64 <string>17 x 17 (Version M4)</string>
65 </property>
66 </item>
67 </widget>
68 </item>
69 <item row="1" column="0">
70 <widget class="QLabel" name="lblMQRECC">
71 <property name="text">
72 <string>E&amp;rror Correction:</string>
73 </property>
74 <property name="toolTip">
75 <string>Set percentage of capacity to use for
76 error correction codewords</string>
77 </property>
78 <property name="buddy">
79 <cstring>cmbMQRECC</cstring>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="1">
84 <widget class="QComboBox" name="cmbMQRECC">
85 <property name="toolTip">
86 <string>Set percentage of capacity to use for
87 error correction codewords</string>
88 </property>
89 <item>
90 <property name="text">
91 <string>Automatic</string>
92 </property>
93 </item>
94 <item>
95 <property name="text">
96 <string>~20% (Level L)</string>
97 </property>
98 </item>
99 <item>
100 <property name="text">
101 <string>~37% (Level M)</string>
102 </property>
103 </item>
104 <item>
105 <property name="text">
106 <string>~55% (Level Q)</string>
107 </property>
108 </item>
109 </widget>
110 </item>
111 <item row="2" column="0">
112 <widget class="QLabel" name="lblMQRMask">
113 <property name="text">
114 <string>&amp;Mask:</string>
115 </property>
116 <property name="toolTip">
117 <string>Manually specify which mask to use</string>
118 </property>
119 <property name="buddy">
120 <cstring>cmbMQRMask</cstring>
121 </property>
122 </widget>
123 </item>
124 <item row="2" column="1">
125 <widget class="QComboBox" name="cmbMQRMask">
126 <property name="toolTip">
127 <string>Manually specify which mask to use</string>
128 </property>
129 <item>
130 <property name="text">
131 <string>Automatic</string>
132 </property>
133 </item>
134 <item>
135 <property name="text">
136 <string>0</string>
137 </property>
138 </item>
139 <item>
140 <property name="text">
141 <string>1</string>
142 </property>
143 </item>
144 <item>
145 <property name="text">
146 <string>2</string>
147 </property>
148 </item>
149 <item>
150 <property name="text">
151 <string>3</string>
152 </property>
153 </item>
154 </widget>
155 </item>
156 </layout>
157 </item>
158 <item>
159 <widget class="QCheckBox" name="chkMQRFullMultibyte">
160 <property name="text">
161 <string>&amp;Full Multibyte</string>
162 </property>
163 <property name="checked">
164 <bool>false</bool>
165 </property>
166 <property name="toolTip">
167 <string>Use Kanji multibyte encoding for binary
168 and Latin data</string>
169 </property>
170 </widget>
171 </item>
172 <item>
173 <spacer name="vSpacerMQR">
174 <property name="orientation">
175 <enum>Qt::Vertical</enum>
176 </property>
177 <property name="sizeType">
178 <enum>QSizePolicy::MinimumExpanding</enum>
179 </property>
180 <property name="sizeHint" stdset="0">
181 <size>
182 <width>20</width>
183 <height>50</height>
184 </size>
185 </property>
186 </spacer>
187 </item>
188 </layout>
189 </widget>
190 <resources/>
191 <connections/>
192 </ui>