|
21 | 21 | </property>
|
22 | 22 | <layout class="QVBoxLayout" name="verticalLayout">
|
23 | 23 | <item>
|
24 |
| - <widget class="QToolBox" name="toolBox"> |
| 24 | + <widget class="QTabWidget" name="tabWidget"> |
25 | 25 | <property name="currentIndex">
|
26 | 26 | <number>0</number>
|
27 | 27 | </property>
|
28 |
| - <widget class="QWidget" name="page"> |
29 |
| - <property name="geometry"> |
30 |
| - <rect> |
31 |
| - <x>0</x> |
32 |
| - <y>0</y> |
33 |
| - <width>644</width> |
34 |
| - <height>365</height> |
35 |
| - </rect> |
36 |
| - </property> |
37 |
| - <attribute name="label"> |
38 |
| - <string>Basic label options and placement</string> |
| 28 | + <widget class="QWidget" name="tab"> |
| 29 | + <attribute name="title"> |
| 30 | + <string>Label Properties</string> |
39 | 31 | </attribute>
|
40 |
| - <widget class="QGroupBox" name="groupBox_8"> |
41 |
| - <property name="geometry"> |
42 |
| - <rect> |
43 |
| - <x>10</x> |
44 |
| - <y>0</y> |
45 |
| - <width>621</width> |
46 |
| - <height>174</height> |
47 |
| - </rect> |
48 |
| - </property> |
49 |
| - <property name="title"> |
50 |
| - <string>Basic label options</string> |
51 |
| - </property> |
52 |
| - <layout class="QGridLayout" name="gridLayout_8"> |
53 |
| - <item row="0" column="0"> |
54 |
| - <widget class="QLabel" name="textLabel5"> |
55 |
| - <property name="text"> |
56 |
| - <string>Field containing label</string> |
57 |
| - </property> |
58 |
| - <property name="buddy"> |
59 |
| - <cstring>cboLabelField</cstring> |
60 |
| - </property> |
61 |
| - </widget> |
62 |
| - </item> |
63 |
| - <item row="0" column="2"> |
64 |
| - <widget class="QComboBox" name="cboLabelField"> |
65 |
| - <property name="sizePolicy"> |
66 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
67 |
| - <horstretch>1</horstretch> |
68 |
| - <verstretch>0</verstretch> |
69 |
| - </sizepolicy> |
70 |
| - </property> |
71 |
| - </widget> |
72 |
| - </item> |
73 |
| - <item row="1" column="0"> |
74 |
| - <widget class="QLabel" name="textLabel1"> |
75 |
| - <property name="text"> |
76 |
| - <string>Default label</string> |
77 |
| - </property> |
78 |
| - <property name="buddy"> |
79 |
| - <cstring>leDefaultLabel</cstring> |
80 |
| - </property> |
81 |
| - </widget> |
82 |
| - </item> |
83 |
| - <item row="1" column="2"> |
84 |
| - <widget class="QLineEdit" name="leDefaultLabel"> |
85 |
| - <property name="sizePolicy"> |
86 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
87 |
| - <horstretch>2</horstretch> |
88 |
| - <verstretch>0</verstretch> |
89 |
| - </sizepolicy> |
90 |
| - </property> |
91 |
| - </widget> |
92 |
| - </item> |
93 |
| - <item row="2" column="0"> |
94 |
| - <widget class="QPushButton" name="btnDefaultFont"> |
95 |
| - <property name="sizePolicy"> |
96 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
97 |
| - <horstretch>2</horstretch> |
98 |
| - <verstretch>0</verstretch> |
99 |
| - </sizepolicy> |
100 |
| - </property> |
101 |
| - <property name="text"> |
102 |
| - <string>Font</string> |
103 |
| - </property> |
104 |
| - </widget> |
105 |
| - </item> |
106 |
| - <item row="2" column="1"> |
107 |
| - <widget class="QLabel" name="textLabel5_2_2_3_2"> |
108 |
| - <property name="text"> |
109 |
| - <string>Font size</string> |
110 |
| - </property> |
111 |
| - <property name="alignment"> |
112 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
113 |
| - </property> |
114 |
| - <property name="buddy"> |
115 |
| - <cstring>spinFontSize</cstring> |
116 |
| - </property> |
117 |
| - </widget> |
118 |
| - </item> |
119 |
| - <item row="2" column="2"> |
120 |
| - <widget class="QDoubleSpinBox" name="spinFontSize"> |
121 |
| - <property name="sizePolicy"> |
122 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
123 |
| - <horstretch>0</horstretch> |
124 |
| - <verstretch>0</verstretch> |
125 |
| - </sizepolicy> |
126 |
| - </property> |
127 |
| - <property name="minimumSize"> |
128 |
| - <size> |
129 |
| - <width>50</width> |
130 |
| - <height>0</height> |
131 |
| - </size> |
132 |
| - </property> |
133 |
| - <property name="decimals"> |
134 |
| - <number>6</number> |
135 |
| - </property> |
136 |
| - <property name="maximum"> |
137 |
| - <double>1000000.000000000000000</double> |
138 |
| - </property> |
139 |
| - <property name="value"> |
140 |
| - <double>0.000000000000000</double> |
141 |
| - </property> |
142 |
| - </widget> |
143 |
| - </item> |
144 |
| - <item row="3" column="0"> |
145 |
| - <widget class="QPushButton" name="pbnDefaultFontColor"> |
146 |
| - <property name="sizePolicy"> |
147 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
148 |
| - <horstretch>2</horstretch> |
149 |
| - <verstretch>0</verstretch> |
150 |
| - </sizepolicy> |
151 |
| - </property> |
152 |
| - <property name="text"> |
153 |
| - <string>Color</string> |
154 |
| - </property> |
155 |
| - </widget> |
156 |
| - </item> |
157 |
| - <item row="3" column="1"> |
158 |
| - <widget class="QLabel" name="textLabel1_2_2_2_2_2"> |
159 |
| - <property name="text"> |
160 |
| - <string>Angle (deg)</string> |
161 |
| - </property> |
162 |
| - <property name="buddy"> |
163 |
| - <cstring>spinAngle</cstring> |
164 |
| - </property> |
165 |
| - </widget> |
166 |
| - </item> |
167 |
| - <item row="3" column="2"> |
168 |
| - <widget class="QSpinBox" name="spinAngle"> |
169 |
| - <property name="suffix"> |
170 |
| - <string>°</string> |
171 |
| - </property> |
172 |
| - <property name="maximum"> |
173 |
| - <number>360</number> |
174 |
| - </property> |
175 |
| - <property name="value"> |
176 |
| - <number>0</number> |
177 |
| - </property> |
178 |
| - </widget> |
179 |
| - </item> |
180 |
| - <item row="4" column="0"> |
181 |
| - <widget class="QCheckBox" name="chkUseMultiline"> |
182 |
| - <property name="text"> |
183 |
| - <string>Multiline labels?</string> |
184 |
| - </property> |
185 |
| - <property name="checked"> |
186 |
| - <bool>true</bool> |
187 |
| - </property> |
188 |
| - </widget> |
189 |
| - </item> |
190 |
| - </layout> |
191 |
| - </widget> |
192 |
| - <widget class="QGroupBox" name="groupBox_2"> |
193 |
| - <property name="geometry"> |
194 |
| - <rect> |
195 |
| - <x>10</x> |
196 |
| - <y>180</y> |
197 |
| - <width>621</width> |
198 |
| - <height>106</height> |
199 |
| - </rect> |
200 |
| - </property> |
201 |
| - <property name="title"> |
202 |
| - <string>Placement</string> |
| 32 | + <layout class="QGridLayout" name="gridLayout"> |
| 33 | + <property name="margin"> |
| 34 | + <number>0</number> |
203 | 35 | </property>
|
204 |
| - <layout class="QGridLayout"> |
205 |
| - <property name="margin"> |
206 |
| - <number>11</number> |
207 |
| - </property> |
208 |
| - <item row="2" column="2"> |
209 |
| - <widget class="QRadioButton" name="radioBelowRight"> |
210 |
| - <property name="text"> |
211 |
| - <string>Below Right</string> |
212 |
| - </property> |
213 |
| - </widget> |
214 |
| - </item> |
215 |
| - <item row="1" column="2"> |
216 |
| - <widget class="QRadioButton" name="radioRight"> |
217 |
| - <property name="text"> |
218 |
| - <string>Right</string> |
219 |
| - </property> |
220 |
| - </widget> |
221 |
| - </item> |
222 |
| - <item row="2" column="1"> |
223 |
| - <widget class="QRadioButton" name="radioBelow"> |
224 |
| - <property name="text"> |
225 |
| - <string>Below</string> |
226 |
| - </property> |
227 |
| - </widget> |
228 |
| - </item> |
229 |
| - <item row="1" column="1"> |
230 |
| - <widget class="QRadioButton" name="radioOver"> |
231 |
| - <property name="text"> |
232 |
| - <string>Over</string> |
233 |
| - </property> |
234 |
| - <property name="checked"> |
235 |
| - <bool>true</bool> |
236 |
| - </property> |
237 |
| - </widget> |
238 |
| - </item> |
239 |
| - <item row="0" column="1"> |
240 |
| - <widget class="QRadioButton" name="radioAbove"> |
241 |
| - <property name="text"> |
242 |
| - <string>Above</string> |
243 |
| - </property> |
244 |
| - </widget> |
245 |
| - </item> |
246 |
| - <item row="1" column="0"> |
247 |
| - <widget class="QRadioButton" name="radioLeft"> |
248 |
| - <property name="text"> |
249 |
| - <string>Left</string> |
250 |
| - </property> |
251 |
| - </widget> |
252 |
| - </item> |
253 |
| - <item row="2" column="0"> |
254 |
| - <widget class="QRadioButton" name="radioBelowLeft"> |
255 |
| - <property name="text"> |
256 |
| - <string>Below Left</string> |
257 |
| - </property> |
258 |
| - </widget> |
259 |
| - </item> |
260 |
| - <item row="0" column="2"> |
261 |
| - <widget class="QRadioButton" name="radioAboveRight"> |
262 |
| - <property name="text"> |
263 |
| - <string>Above Right</string> |
264 |
| - </property> |
265 |
| - </widget> |
266 |
| - </item> |
267 |
| - <item row="0" column="0"> |
268 |
| - <widget class="QRadioButton" name="radioAboveLeft"> |
269 |
| - <property name="text"> |
270 |
| - <string>Above Left</string> |
271 |
| - </property> |
272 |
| - </widget> |
273 |
| - </item> |
274 |
| - </layout> |
275 |
| - </widget> |
276 |
| - </widget> |
277 |
| - <widget class="QWidget" name="page_2"> |
278 |
| - <property name="geometry"> |
279 |
| - <rect> |
280 |
| - <x>0</x> |
281 |
| - <y>0</y> |
282 |
| - <width>644</width> |
283 |
| - <height>365</height> |
284 |
| - </rect> |
285 |
| - </property> |
286 |
| - <attribute name="label"> |
287 |
| - <string>Scale dependent rendering, buffer labels, font size units and offset</string> |
288 |
| - </attribute> |
289 |
| - <layout class="QVBoxLayout" name="verticalLayout_2"> |
290 |
| - <item> |
291 |
| - <widget class="QGroupBox" name="chkUseScaleDependentRendering"> |
292 |
| - <property name="title"> |
293 |
| - <string>Use scale dependent rendering</string> |
294 |
| - </property> |
295 |
| - <property name="checkable"> |
296 |
| - <bool>true</bool> |
297 |
| - </property> |
298 |
| - <layout class="QGridLayout"> |
299 |
| - <property name="margin"> |
300 |
| - <number>11</number> |
301 |
| - </property> |
302 |
| - <item row="0" column="2"> |
303 |
| - <widget class="QLabel" name="textLabel1_2_2_1"> |
304 |
| - <property name="text"> |
305 |
| - <string>Maximum</string> |
306 |
| - </property> |
307 |
| - </widget> |
308 |
| - </item> |
309 |
| - <item row="0" column="0"> |
310 |
| - <widget class="QLabel" name="textLabel1_1"> |
311 |
| - <property name="text"> |
312 |
| - <string>Minimum</string> |
313 |
| - </property> |
314 |
| - </widget> |
315 |
| - </item> |
316 |
| - <item row="0" column="1"> |
317 |
| - <widget class="QLineEdit" name="leMinimumScale"/> |
318 |
| - </item> |
319 |
| - <item row="0" column="3"> |
320 |
| - <widget class="QLineEdit" name="leMaximumScale"/> |
321 |
| - </item> |
322 |
| - </layout> |
323 |
| - </widget> |
324 |
| - </item> |
325 |
| - <item> |
326 |
| - <widget class="QGroupBox" name="chkUseBuffer"> |
327 |
| - <property name="enabled"> |
| 36 | + <item row="0" column="0"> |
| 37 | + <widget class="QScrollArea" name="scrollArea"> |
| 38 | + <property name="widgetResizable"> |
328 | 39 | <bool>true</bool>
|
329 | 40 | </property>
|
330 |
| - <property name="title"> |
331 |
| - <string>Buffer labels</string> |
332 |
| - </property> |
333 |
| - <property name="checkable"> |
334 |
| - <bool>true</bool> |
335 |
| - </property> |
336 |
| - <property name="checked"> |
337 |
| - <bool>false</bool> |
338 |
| - </property> |
339 |
| - <layout class="QGridLayout" name="gridLayout_9"> |
340 |
| - <item row="1" column="0"> |
341 |
| - <widget class="QLabel" name="textLabel4_3_2_2"> |
342 |
| - <property name="text"> |
343 |
| - <string>Buffer size</string> |
344 |
| - </property> |
345 |
| - </widget> |
346 |
| - </item> |
347 |
| - <item row="1" column="1"> |
348 |
| - <widget class="QDoubleSpinBox" name="spinBufferSize"/> |
349 |
| - </item> |
350 |
| - <item row="2" column="0"> |
351 |
| - <widget class="QRadioButton" name="radioBufferUnitsPoints"> |
352 |
| - <property name="text"> |
353 |
| - <string>Size is in points</string> |
354 |
| - </property> |
355 |
| - </widget> |
356 |
| - </item> |
357 |
| - <item row="2" column="1"> |
358 |
| - <widget class="QRadioButton" name="radioBufferUnitsMap"> |
359 |
| - <property name="text"> |
360 |
| - <string>Size is in map units</string> |
361 |
| - </property> |
362 |
| - </widget> |
363 |
| - </item> |
364 |
| - <item row="3" column="0"> |
365 |
| - <widget class="QLabel" name="textLabel5_2_2_3"> |
366 |
| - <property name="enabled"> |
367 |
| - <bool>false</bool> |
368 |
| - </property> |
369 |
| - <property name="text"> |
370 |
| - <string>Transparency</string> |
371 |
| - </property> |
372 |
| - <property name="alignment"> |
373 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
374 |
| - </property> |
375 |
| - </widget> |
376 |
| - </item> |
377 |
| - <item row="3" column="1"> |
378 |
| - <widget class="QSpinBox" name="spinBufferTransparency"> |
379 |
| - <property name="enabled"> |
380 |
| - <bool>false</bool> |
381 |
| - </property> |
382 |
| - <property name="sizePolicy"> |
383 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
384 |
| - <horstretch>0</horstretch> |
385 |
| - <verstretch>0</verstretch> |
386 |
| - </sizepolicy> |
387 |
| - </property> |
388 |
| - <property name="minimumSize"> |
389 |
| - <size> |
390 |
| - <width>50</width> |
391 |
| - <height>0</height> |
392 |
| - </size> |
393 |
| - </property> |
394 |
| - <property name="suffix"> |
395 |
| - <string>%</string> |
396 |
| - </property> |
397 |
| - <property name="maximum"> |
398 |
| - <number>100</number> |
399 |
| - </property> |
400 |
| - <property name="value"> |
401 |
| - <number>0</number> |
402 |
| - </property> |
403 |
| - </widget> |
404 |
| - </item> |
405 |
| - <item row="0" column="1"> |
406 |
| - <widget class="QPushButton" name="pbnDefaultBufferColor_2"> |
407 |
| - <property name="text"> |
408 |
| - <string>Color</string> |
409 |
| - </property> |
410 |
| - </widget> |
411 |
| - </item> |
412 |
| - </layout> |
413 |
| - </widget> |
414 |
| - </item> |
415 |
| - <item> |
416 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
417 |
| - <item> |
418 |
| - <widget class="QGroupBox" name="groupBox_3"> |
419 |
| - <property name="title"> |
420 |
| - <string>Font size units</string> |
421 |
| - </property> |
422 |
| - <layout class="QGridLayout" name="_2"> |
423 |
| - <item row="0" column="0"> |
424 |
| - <widget class="QRadioButton" name="radioFontSizeUnitsPoints"> |
425 |
| - <property name="text"> |
426 |
| - <string>Points</string> |
427 |
| - </property> |
428 |
| - </widget> |
429 |
| - </item> |
430 |
| - <item row="1" column="0"> |
431 |
| - <widget class="QRadioButton" name="radioFontSizeUnitsMap"> |
432 |
| - <property name="text"> |
433 |
| - <string>Map units</string> |
434 |
| - </property> |
435 |
| - </widget> |
436 |
| - </item> |
437 |
| - </layout> |
438 |
| - </widget> |
439 |
| - </item> |
440 |
| - <item> |
441 |
| - <widget class="QGroupBox" name="buttonGroup10"> |
442 |
| - <property name="title"> |
443 |
| - <string>Offset units</string> |
444 |
| - </property> |
445 |
| - <layout class="QGridLayout" name="gridLayout"> |
446 |
| - <item row="0" column="0"> |
447 |
| - <widget class="QLabel" name="textLabel1_2_3_2"> |
448 |
| - <property name="text"> |
449 |
| - <string>X Offset (pts)</string> |
450 |
| - </property> |
451 |
| - </widget> |
452 |
| - </item> |
453 |
| - <item row="0" column="1"> |
454 |
| - <widget class="QDoubleSpinBox" name="spinXOffset"> |
455 |
| - <property name="minimum"> |
456 |
| - <double>-99.000000000000000</double> |
457 |
| - </property> |
458 |
| - </widget> |
459 |
| - </item> |
460 |
| - <item row="0" column="2"> |
461 |
| - <widget class="QRadioButton" name="radioOffsetUnitsPoints"> |
462 |
| - <property name="text"> |
463 |
| - <string>Points</string> |
| 41 | + <widget class="QWidget" name="scrollAreaWidgetContents"> |
| 42 | + <property name="geometry"> |
| 43 | + <rect> |
| 44 | + <x>0</x> |
| 45 | + <y>-296</y> |
| 46 | + <width>621</width> |
| 47 | + <height>740</height> |
| 48 | + </rect> |
| 49 | + </property> |
| 50 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 51 | + <item row="0" column="0"> |
| 52 | + <widget class="QGroupBox" name="groupBox_8"> |
| 53 | + <property name="title"> |
| 54 | + <string>Basic label options</string> |
| 55 | + </property> |
| 56 | + <layout class="QGridLayout" name="gridLayout_8"> |
| 57 | + <item row="0" column="0"> |
| 58 | + <widget class="QLabel" name="textLabel5"> |
| 59 | + <property name="text"> |
| 60 | + <string>Field containing label</string> |
| 61 | + </property> |
| 62 | + <property name="buddy"> |
| 63 | + <cstring>cboLabelField</cstring> |
| 64 | + </property> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + <item row="0" column="2"> |
| 68 | + <widget class="QComboBox" name="cboLabelField"> |
| 69 | + <property name="sizePolicy"> |
| 70 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 71 | + <horstretch>1</horstretch> |
| 72 | + <verstretch>0</verstretch> |
| 73 | + </sizepolicy> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + <item row="1" column="0"> |
| 78 | + <widget class="QLabel" name="textLabel1"> |
| 79 | + <property name="text"> |
| 80 | + <string>Default label</string> |
| 81 | + </property> |
| 82 | + <property name="buddy"> |
| 83 | + <cstring>leDefaultLabel</cstring> |
| 84 | + </property> |
| 85 | + </widget> |
| 86 | + </item> |
| 87 | + <item row="1" column="2"> |
| 88 | + <widget class="QLineEdit" name="leDefaultLabel"> |
| 89 | + <property name="sizePolicy"> |
| 90 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 91 | + <horstretch>2</horstretch> |
| 92 | + <verstretch>0</verstretch> |
| 93 | + </sizepolicy> |
| 94 | + </property> |
| 95 | + </widget> |
| 96 | + </item> |
| 97 | + <item row="2" column="0"> |
| 98 | + <widget class="QPushButton" name="btnDefaultFont"> |
| 99 | + <property name="sizePolicy"> |
| 100 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 101 | + <horstretch>2</horstretch> |
| 102 | + <verstretch>0</verstretch> |
| 103 | + </sizepolicy> |
| 104 | + </property> |
| 105 | + <property name="text"> |
| 106 | + <string>Font</string> |
| 107 | + </property> |
| 108 | + </widget> |
| 109 | + </item> |
| 110 | + <item row="2" column="1"> |
| 111 | + <widget class="QLabel" name="textLabel5_2_2_3_2"> |
| 112 | + <property name="text"> |
| 113 | + <string>Font size</string> |
| 114 | + </property> |
| 115 | + <property name="alignment"> |
| 116 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 117 | + </property> |
| 118 | + <property name="buddy"> |
| 119 | + <cstring>spinFontSize</cstring> |
| 120 | + </property> |
| 121 | + </widget> |
| 122 | + </item> |
| 123 | + <item row="2" column="2"> |
| 124 | + <widget class="QDoubleSpinBox" name="spinFontSize"> |
| 125 | + <property name="sizePolicy"> |
| 126 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 127 | + <horstretch>0</horstretch> |
| 128 | + <verstretch>0</verstretch> |
| 129 | + </sizepolicy> |
| 130 | + </property> |
| 131 | + <property name="minimumSize"> |
| 132 | + <size> |
| 133 | + <width>50</width> |
| 134 | + <height>0</height> |
| 135 | + </size> |
| 136 | + </property> |
| 137 | + <property name="decimals"> |
| 138 | + <number>6</number> |
| 139 | + </property> |
| 140 | + <property name="maximum"> |
| 141 | + <double>1000000.000000000000000</double> |
| 142 | + </property> |
| 143 | + <property name="value"> |
| 144 | + <double>0.000000000000000</double> |
| 145 | + </property> |
| 146 | + </widget> |
| 147 | + </item> |
| 148 | + <item row="3" column="0"> |
| 149 | + <widget class="QPushButton" name="pbnDefaultFontColor"> |
| 150 | + <property name="sizePolicy"> |
| 151 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 152 | + <horstretch>2</horstretch> |
| 153 | + <verstretch>0</verstretch> |
| 154 | + </sizepolicy> |
| 155 | + </property> |
| 156 | + <property name="text"> |
| 157 | + <string>Color</string> |
| 158 | + </property> |
| 159 | + </widget> |
| 160 | + </item> |
| 161 | + <item row="3" column="1"> |
| 162 | + <widget class="QLabel" name="textLabel1_2_2_2_2_2"> |
| 163 | + <property name="text"> |
| 164 | + <string>Angle (deg)</string> |
| 165 | + </property> |
| 166 | + <property name="buddy"> |
| 167 | + <cstring>spinAngle</cstring> |
| 168 | + </property> |
| 169 | + </widget> |
| 170 | + </item> |
| 171 | + <item row="3" column="2"> |
| 172 | + <widget class="QSpinBox" name="spinAngle"> |
| 173 | + <property name="suffix"> |
| 174 | + <string>°</string> |
| 175 | + </property> |
| 176 | + <property name="maximum"> |
| 177 | + <number>360</number> |
| 178 | + </property> |
| 179 | + <property name="value"> |
| 180 | + <number>0</number> |
| 181 | + </property> |
| 182 | + </widget> |
| 183 | + </item> |
| 184 | + <item row="4" column="0"> |
| 185 | + <widget class="QCheckBox" name="chkUseMultiline"> |
| 186 | + <property name="text"> |
| 187 | + <string>Multiline labels?</string> |
| 188 | + </property> |
| 189 | + <property name="checked"> |
| 190 | + <bool>true</bool> |
| 191 | + </property> |
| 192 | + </widget> |
| 193 | + </item> |
| 194 | + </layout> |
| 195 | + </widget> |
| 196 | + </item> |
| 197 | + <item row="1" column="0"> |
| 198 | + <widget class="QGroupBox" name="groupBox_2"> |
| 199 | + <property name="title"> |
| 200 | + <string>Placement</string> |
| 201 | + </property> |
| 202 | + <layout class="QGridLayout" name="_5"> |
| 203 | + <property name="margin"> |
| 204 | + <number>11</number> |
464 | 205 | </property>
|
465 |
| - </widget> |
466 |
| - </item> |
467 |
| - <item row="1" column="0"> |
468 |
| - <widget class="QLabel" name="textLabel1_2_2_2_3"> |
469 |
| - <property name="text"> |
470 |
| - <string>Y Offset (pts)</string> |
| 206 | + <item row="2" column="2"> |
| 207 | + <widget class="QRadioButton" name="radioBelowRight"> |
| 208 | + <property name="text"> |
| 209 | + <string>Below Right</string> |
| 210 | + </property> |
| 211 | + </widget> |
| 212 | + </item> |
| 213 | + <item row="1" column="2"> |
| 214 | + <widget class="QRadioButton" name="radioRight"> |
| 215 | + <property name="text"> |
| 216 | + <string>Right</string> |
| 217 | + </property> |
| 218 | + </widget> |
| 219 | + </item> |
| 220 | + <item row="2" column="1"> |
| 221 | + <widget class="QRadioButton" name="radioBelow"> |
| 222 | + <property name="text"> |
| 223 | + <string>Below</string> |
| 224 | + </property> |
| 225 | + </widget> |
| 226 | + </item> |
| 227 | + <item row="1" column="1"> |
| 228 | + <widget class="QRadioButton" name="radioOver"> |
| 229 | + <property name="text"> |
| 230 | + <string>Over</string> |
| 231 | + </property> |
| 232 | + <property name="checked"> |
| 233 | + <bool>true</bool> |
| 234 | + </property> |
| 235 | + </widget> |
| 236 | + </item> |
| 237 | + <item row="0" column="1"> |
| 238 | + <widget class="QRadioButton" name="radioAbove"> |
| 239 | + <property name="text"> |
| 240 | + <string>Above</string> |
| 241 | + </property> |
| 242 | + </widget> |
| 243 | + </item> |
| 244 | + <item row="1" column="0"> |
| 245 | + <widget class="QRadioButton" name="radioLeft"> |
| 246 | + <property name="text"> |
| 247 | + <string>Left</string> |
| 248 | + </property> |
| 249 | + </widget> |
| 250 | + </item> |
| 251 | + <item row="2" column="0"> |
| 252 | + <widget class="QRadioButton" name="radioBelowLeft"> |
| 253 | + <property name="text"> |
| 254 | + <string>Below Left</string> |
| 255 | + </property> |
| 256 | + </widget> |
| 257 | + </item> |
| 258 | + <item row="0" column="2"> |
| 259 | + <widget class="QRadioButton" name="radioAboveRight"> |
| 260 | + <property name="text"> |
| 261 | + <string>Above Right</string> |
| 262 | + </property> |
| 263 | + </widget> |
| 264 | + </item> |
| 265 | + <item row="0" column="0"> |
| 266 | + <widget class="QRadioButton" name="radioAboveLeft"> |
| 267 | + <property name="text"> |
| 268 | + <string>Above Left</string> |
| 269 | + </property> |
| 270 | + </widget> |
| 271 | + </item> |
| 272 | + </layout> |
| 273 | + </widget> |
| 274 | + </item> |
| 275 | + <item row="2" column="0"> |
| 276 | + <widget class="QGroupBox" name="chkUseScaleDependentRendering"> |
| 277 | + <property name="title"> |
| 278 | + <string>Use scale dependent rendering</string> |
| 279 | + </property> |
| 280 | + <property name="checkable"> |
| 281 | + <bool>true</bool> |
| 282 | + </property> |
| 283 | + <layout class="QGridLayout" name="_2"> |
| 284 | + <property name="margin"> |
| 285 | + <number>11</number> |
471 | 286 | </property>
|
472 |
| - </widget> |
473 |
| - </item> |
474 |
| - <item row="1" column="1"> |
475 |
| - <widget class="QDoubleSpinBox" name="spinYOffset"> |
476 |
| - <property name="minimum"> |
477 |
| - <double>-99.000000000000000</double> |
478 |
| - </property> |
479 |
| - </widget> |
480 |
| - </item> |
481 |
| - <item row="1" column="2"> |
482 |
| - <widget class="QRadioButton" name="radioOffsetUnitsMap"> |
483 |
| - <property name="text"> |
484 |
| - <string>Map units</string> |
485 |
| - </property> |
486 |
| - </widget> |
487 |
| - </item> |
488 |
| - </layout> |
489 |
| - </widget> |
490 |
| - </item> |
491 |
| - </layout> |
| 287 | + <item row="0" column="2"> |
| 288 | + <widget class="QLabel" name="textLabel1_2_2_1"> |
| 289 | + <property name="text"> |
| 290 | + <string>Maximum</string> |
| 291 | + </property> |
| 292 | + </widget> |
| 293 | + </item> |
| 294 | + <item row="0" column="0"> |
| 295 | + <widget class="QLabel" name="textLabel1_1"> |
| 296 | + <property name="text"> |
| 297 | + <string>Minimum</string> |
| 298 | + </property> |
| 299 | + </widget> |
| 300 | + </item> |
| 301 | + <item row="0" column="1"> |
| 302 | + <widget class="QLineEdit" name="leMinimumScale"/> |
| 303 | + </item> |
| 304 | + <item row="0" column="3"> |
| 305 | + <widget class="QLineEdit" name="leMaximumScale"/> |
| 306 | + </item> |
| 307 | + </layout> |
| 308 | + </widget> |
| 309 | + </item> |
| 310 | + <item row="3" column="0"> |
| 311 | + <widget class="QGroupBox" name="chkUseBuffer"> |
| 312 | + <property name="enabled"> |
| 313 | + <bool>true</bool> |
| 314 | + </property> |
| 315 | + <property name="title"> |
| 316 | + <string>Buffer labels</string> |
| 317 | + </property> |
| 318 | + <property name="checkable"> |
| 319 | + <bool>true</bool> |
| 320 | + </property> |
| 321 | + <property name="checked"> |
| 322 | + <bool>false</bool> |
| 323 | + </property> |
| 324 | + <layout class="QGridLayout" name="gridLayout_9"> |
| 325 | + <item row="1" column="0"> |
| 326 | + <widget class="QLabel" name="textLabel4_3_2_2"> |
| 327 | + <property name="text"> |
| 328 | + <string>Buffer size</string> |
| 329 | + </property> |
| 330 | + </widget> |
| 331 | + </item> |
| 332 | + <item row="1" column="1"> |
| 333 | + <widget class="QDoubleSpinBox" name="spinBufferSize"/> |
| 334 | + </item> |
| 335 | + <item row="2" column="0"> |
| 336 | + <widget class="QRadioButton" name="radioBufferUnitsPoints"> |
| 337 | + <property name="text"> |
| 338 | + <string>Size is in points</string> |
| 339 | + </property> |
| 340 | + </widget> |
| 341 | + </item> |
| 342 | + <item row="2" column="1"> |
| 343 | + <widget class="QRadioButton" name="radioBufferUnitsMap"> |
| 344 | + <property name="text"> |
| 345 | + <string>Size is in map units</string> |
| 346 | + </property> |
| 347 | + </widget> |
| 348 | + </item> |
| 349 | + <item row="3" column="0"> |
| 350 | + <widget class="QLabel" name="textLabel5_2_2_3"> |
| 351 | + <property name="enabled"> |
| 352 | + <bool>false</bool> |
| 353 | + </property> |
| 354 | + <property name="text"> |
| 355 | + <string>Transparency</string> |
| 356 | + </property> |
| 357 | + <property name="alignment"> |
| 358 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 359 | + </property> |
| 360 | + </widget> |
| 361 | + </item> |
| 362 | + <item row="3" column="1"> |
| 363 | + <widget class="QSpinBox" name="spinBufferTransparency"> |
| 364 | + <property name="enabled"> |
| 365 | + <bool>false</bool> |
| 366 | + </property> |
| 367 | + <property name="sizePolicy"> |
| 368 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 369 | + <horstretch>0</horstretch> |
| 370 | + <verstretch>0</verstretch> |
| 371 | + </sizepolicy> |
| 372 | + </property> |
| 373 | + <property name="minimumSize"> |
| 374 | + <size> |
| 375 | + <width>50</width> |
| 376 | + <height>0</height> |
| 377 | + </size> |
| 378 | + </property> |
| 379 | + <property name="suffix"> |
| 380 | + <string>%</string> |
| 381 | + </property> |
| 382 | + <property name="maximum"> |
| 383 | + <number>100</number> |
| 384 | + </property> |
| 385 | + <property name="value"> |
| 386 | + <number>0</number> |
| 387 | + </property> |
| 388 | + </widget> |
| 389 | + </item> |
| 390 | + <item row="0" column="1"> |
| 391 | + <widget class="QPushButton" name="pbnDefaultBufferColor_2"> |
| 392 | + <property name="text"> |
| 393 | + <string>Color</string> |
| 394 | + </property> |
| 395 | + </widget> |
| 396 | + </item> |
| 397 | + </layout> |
| 398 | + </widget> |
| 399 | + </item> |
| 400 | + <item row="4" column="0"> |
| 401 | + <widget class="QGroupBox" name="groupBox_3"> |
| 402 | + <property name="title"> |
| 403 | + <string>Font size units</string> |
| 404 | + </property> |
| 405 | + <layout class="QGridLayout" name="gridLayout_3"> |
| 406 | + <item row="0" column="0"> |
| 407 | + <widget class="QRadioButton" name="radioFontSizeUnitsPoints"> |
| 408 | + <property name="text"> |
| 409 | + <string>Points</string> |
| 410 | + </property> |
| 411 | + </widget> |
| 412 | + </item> |
| 413 | + <item row="0" column="1"> |
| 414 | + <widget class="QRadioButton" name="radioFontSizeUnitsMap"> |
| 415 | + <property name="text"> |
| 416 | + <string>Map units</string> |
| 417 | + </property> |
| 418 | + </widget> |
| 419 | + </item> |
| 420 | + </layout> |
| 421 | + </widget> |
| 422 | + </item> |
| 423 | + <item row="5" column="0"> |
| 424 | + <widget class="QGroupBox" name="buttonGroup10"> |
| 425 | + <property name="title"> |
| 426 | + <string>Offset units</string> |
| 427 | + </property> |
| 428 | + <layout class="QGridLayout" name="gridLayout_4"> |
| 429 | + <item row="0" column="0"> |
| 430 | + <widget class="QRadioButton" name="radioOffsetUnitsPoints"> |
| 431 | + <property name="text"> |
| 432 | + <string>Points</string> |
| 433 | + </property> |
| 434 | + </widget> |
| 435 | + </item> |
| 436 | + <item row="0" column="1"> |
| 437 | + <widget class="QRadioButton" name="radioOffsetUnitsMap"> |
| 438 | + <property name="text"> |
| 439 | + <string>Map units</string> |
| 440 | + </property> |
| 441 | + </widget> |
| 442 | + </item> |
| 443 | + <item row="1" column="0"> |
| 444 | + <widget class="QDoubleSpinBox" name="spinXOffset"> |
| 445 | + <property name="prefix"> |
| 446 | + <string>X offset </string> |
| 447 | + </property> |
| 448 | + <property name="suffix"> |
| 449 | + <string> points</string> |
| 450 | + </property> |
| 451 | + <property name="minimum"> |
| 452 | + <double>-99.000000000000000</double> |
| 453 | + </property> |
| 454 | + </widget> |
| 455 | + </item> |
| 456 | + <item row="1" column="1"> |
| 457 | + <widget class="QDoubleSpinBox" name="spinYOffset"> |
| 458 | + <property name="prefix"> |
| 459 | + <string>Y offset </string> |
| 460 | + </property> |
| 461 | + <property name="suffix"> |
| 462 | + <string> points</string> |
| 463 | + </property> |
| 464 | + <property name="minimum"> |
| 465 | + <double>-99.000000000000000</double> |
| 466 | + </property> |
| 467 | + </widget> |
| 468 | + </item> |
| 469 | + </layout> |
| 470 | + </widget> |
| 471 | + </item> |
| 472 | + </layout> |
| 473 | + </widget> |
| 474 | + </widget> |
492 | 475 | </item>
|
493 | 476 | </layout>
|
494 | 477 | </widget>
|
495 |
| - <widget class="QWidget" name="page_3"> |
496 |
| - <property name="geometry"> |
497 |
| - <rect> |
498 |
| - <x>0</x> |
499 |
| - <y>0</y> |
500 |
| - <width>644</width> |
501 |
| - <height>365</height> |
502 |
| - </rect> |
503 |
| - </property> |
504 |
| - <attribute name="label"> |
505 |
| - <string>Data defined settings (placement and properties)</string> |
| 478 | + <widget class="QWidget" name="tab_2"> |
| 479 | + <attribute name="title"> |
| 480 | + <string>Advanced</string> |
506 | 481 | </attribute>
|
507 |
| - <widget class="QGroupBox" name="groupBox_5"> |
508 |
| - <property name="geometry"> |
509 |
| - <rect> |
510 |
| - <x>10</x> |
511 |
| - <y>0</y> |
512 |
| - <width>621</width> |
513 |
| - <height>84</height> |
514 |
| - </rect> |
515 |
| - </property> |
516 |
| - <property name="title"> |
517 |
| - <string>Data defined placement</string> |
518 |
| - </property> |
519 |
| - <layout class="QGridLayout" name="gridLayout_4"> |
520 |
| - <item row="0" column="0"> |
521 |
| - <widget class="QLabel" name="textLabel1_2_2_2_2_3"> |
522 |
| - <property name="sizePolicy"> |
523 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
524 |
| - <horstretch>0</horstretch> |
525 |
| - <verstretch>0</verstretch> |
526 |
| - </sizepolicy> |
527 |
| - </property> |
528 |
| - <property name="text"> |
529 |
| - <string>Placement</string> |
530 |
| - </property> |
531 |
| - </widget> |
532 |
| - </item> |
533 |
| - <item row="0" column="1"> |
534 |
| - <widget class="QComboBox" name="cboAlignmentField"/> |
535 |
| - </item> |
536 |
| - <item row="1" column="0"> |
537 |
| - <widget class="QLabel" name="textLabel1_2_2_2_2"> |
538 |
| - <property name="sizePolicy"> |
539 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
540 |
| - <horstretch>0</horstretch> |
541 |
| - <verstretch>0</verstretch> |
542 |
| - </sizepolicy> |
543 |
| - </property> |
544 |
| - <property name="text"> |
545 |
| - <string>Angle (deg)</string> |
546 |
| - </property> |
547 |
| - </widget> |
548 |
| - </item> |
549 |
| - <item row="1" column="1"> |
550 |
| - <widget class="QComboBox" name="cboAngleField"/> |
551 |
| - </item> |
552 |
| - </layout> |
553 |
| - </widget> |
554 |
| - <widget class="QGroupBox" name="groupBox"> |
555 |
| - <property name="geometry"> |
556 |
| - <rect> |
557 |
| - <x>10</x> |
558 |
| - <y>90</y> |
559 |
| - <width>621</width> |
560 |
| - <height>246</height> |
561 |
| - </rect> |
| 482 | + <layout class="QGridLayout" name="gridLayout_5"> |
| 483 | + <property name="margin"> |
| 484 | + <number>0</number> |
562 | 485 | </property>
|
563 |
| - <property name="title"> |
564 |
| - <string>Data defined properties</string> |
565 |
| - </property> |
566 |
| - <layout class="QGridLayout" name="gridLayout_3"> |
567 |
| - <item row="0" column="0"> |
568 |
| - <widget class="QLabel" name="lblFont"> |
569 |
| - <property name="sizePolicy"> |
570 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
571 |
| - <horstretch>0</horstretch> |
572 |
| - <verstretch>0</verstretch> |
573 |
| - </sizepolicy> |
574 |
| - </property> |
575 |
| - <property name="text"> |
576 |
| - <string>&Font family</string> |
577 |
| - </property> |
578 |
| - <property name="buddy"> |
579 |
| - <cstring>cboFontField</cstring> |
580 |
| - </property> |
581 |
| - </widget> |
582 |
| - </item> |
583 |
| - <item row="0" column="1"> |
584 |
| - <widget class="QComboBox" name="cboFontField"/> |
585 |
| - </item> |
586 |
| - <item row="1" column="0"> |
587 |
| - <widget class="QLabel" name="textLabel4"> |
588 |
| - <property name="sizePolicy"> |
589 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
590 |
| - <horstretch>0</horstretch> |
591 |
| - <verstretch>0</verstretch> |
592 |
| - </sizepolicy> |
593 |
| - </property> |
594 |
| - <property name="text"> |
595 |
| - <string>&Bold</string> |
596 |
| - </property> |
597 |
| - <property name="buddy"> |
598 |
| - <cstring>cboBoldField</cstring> |
599 |
| - </property> |
600 |
| - </widget> |
601 |
| - </item> |
602 |
| - <item row="1" column="1"> |
603 |
| - <widget class="QComboBox" name="cboBoldField"/> |
604 |
| - </item> |
605 |
| - <item row="2" column="0"> |
606 |
| - <widget class="QLabel" name="textLabel4_2_4"> |
607 |
| - <property name="sizePolicy"> |
608 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
609 |
| - <horstretch>0</horstretch> |
610 |
| - <verstretch>0</verstretch> |
611 |
| - </sizepolicy> |
612 |
| - </property> |
613 |
| - <property name="text"> |
614 |
| - <string>&Italic</string> |
615 |
| - </property> |
616 |
| - <property name="buddy"> |
617 |
| - <cstring>cboItalicField</cstring> |
618 |
| - </property> |
619 |
| - </widget> |
620 |
| - </item> |
621 |
| - <item row="2" column="1"> |
622 |
| - <widget class="QComboBox" name="cboItalicField"/> |
623 |
| - </item> |
624 |
| - <item row="3" column="0"> |
625 |
| - <widget class="QLabel" name="textLabel4_3"> |
626 |
| - <property name="sizePolicy"> |
627 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
628 |
| - <horstretch>0</horstretch> |
629 |
| - <verstretch>0</verstretch> |
630 |
| - </sizepolicy> |
631 |
| - </property> |
632 |
| - <property name="text"> |
633 |
| - <string>&Underline</string> |
634 |
| - </property> |
635 |
| - <property name="buddy"> |
636 |
| - <cstring>cboUnderlineField</cstring> |
637 |
| - </property> |
638 |
| - </widget> |
639 |
| - </item> |
640 |
| - <item row="3" column="1"> |
641 |
| - <widget class="QComboBox" name="cboUnderlineField"/> |
642 |
| - </item> |
643 |
| - <item row="6" column="0"> |
644 |
| - <widget class="QLabel" name="textLabel4_3_2"> |
645 |
| - <property name="sizePolicy"> |
646 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
647 |
| - <horstretch>0</horstretch> |
648 |
| - <verstretch>0</verstretch> |
649 |
| - </sizepolicy> |
650 |
| - </property> |
651 |
| - <property name="text"> |
652 |
| - <string>&Size</string> |
653 |
| - </property> |
654 |
| - <property name="buddy"> |
655 |
| - <cstring>cboFontSizeField</cstring> |
656 |
| - </property> |
657 |
| - </widget> |
658 |
| - </item> |
659 |
| - <item row="6" column="1"> |
660 |
| - <widget class="QComboBox" name="cboFontSizeField"/> |
661 |
| - </item> |
662 |
| - <item row="7" column="0"> |
663 |
| - <widget class="QLabel" name="textLabel4_3_2_4"> |
664 |
| - <property name="sizePolicy"> |
665 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
666 |
| - <horstretch>0</horstretch> |
667 |
| - <verstretch>0</verstretch> |
668 |
| - </sizepolicy> |
669 |
| - </property> |
670 |
| - <property name="text"> |
671 |
| - <string>Size units</string> |
672 |
| - </property> |
673 |
| - <property name="buddy"> |
674 |
| - <cstring>cboFontSizeTypeField</cstring> |
675 |
| - </property> |
676 |
| - </widget> |
677 |
| - </item> |
678 |
| - <item row="7" column="1"> |
679 |
| - <widget class="QComboBox" name="cboFontSizeTypeField"/> |
680 |
| - </item> |
681 |
| - <item row="8" column="0"> |
682 |
| - <widget class="QLabel" name="textLabel4_3_2_5"> |
683 |
| - <property name="sizePolicy"> |
684 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
685 |
| - <horstretch>0</horstretch> |
686 |
| - <verstretch>0</verstretch> |
687 |
| - </sizepolicy> |
688 |
| - </property> |
689 |
| - <property name="text"> |
690 |
| - <string>&Color</string> |
691 |
| - </property> |
692 |
| - <property name="buddy"> |
693 |
| - <cstring>cboFontColorField</cstring> |
694 |
| - </property> |
695 |
| - </widget> |
696 |
| - </item> |
697 |
| - <item row="8" column="1"> |
698 |
| - <widget class="QComboBox" name="cboFontColorField"/> |
699 |
| - </item> |
700 |
| - <item row="4" column="1"> |
701 |
| - <widget class="QComboBox" name="cboStrikeOutField"/> |
702 |
| - </item> |
703 |
| - <item row="4" column="0"> |
704 |
| - <widget class="QLabel" name="label"> |
705 |
| - <property name="text"> |
706 |
| - <string>Strikeout</string> |
707 |
| - </property> |
708 |
| - </widget> |
709 |
| - </item> |
710 |
| - </layout> |
711 |
| - </widget> |
712 |
| - </widget> |
713 |
| - <widget class="QWidget" name="page_4"> |
714 |
| - <property name="geometry"> |
715 |
| - <rect> |
716 |
| - <x>0</x> |
717 |
| - <y>0</y> |
718 |
| - <width>644</width> |
719 |
| - <height>365</height> |
720 |
| - </rect> |
721 |
| - </property> |
722 |
| - <attribute name="label"> |
723 |
| - <string>Data defined settings: buffer and position</string> |
724 |
| - </attribute> |
725 |
| - <widget class="QGroupBox" name="groupBox_6"> |
726 |
| - <property name="geometry"> |
727 |
| - <rect> |
728 |
| - <x>10</x> |
729 |
| - <y>0</y> |
730 |
| - <width>621</width> |
731 |
| - <height>84</height> |
732 |
| - </rect> |
733 |
| - </property> |
734 |
| - <property name="title"> |
735 |
| - <string>Data defined buffer</string> |
736 |
| - </property> |
737 |
| - <layout class="QGridLayout" name="gridLayout_5"> |
738 |
| - <item row="0" column="0"> |
739 |
| - <widget class="QLabel" name="textLabel1_3_2_2_2"> |
740 |
| - <property name="enabled"> |
741 |
| - <bool>false</bool> |
742 |
| - </property> |
743 |
| - <property name="sizePolicy"> |
744 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
745 |
| - <horstretch>0</horstretch> |
746 |
| - <verstretch>0</verstretch> |
747 |
| - </sizepolicy> |
748 |
| - </property> |
749 |
| - <property name="minimumSize"> |
750 |
| - <size> |
751 |
| - <width>70</width> |
752 |
| - <height>0</height> |
753 |
| - </size> |
754 |
| - </property> |
755 |
| - <property name="text"> |
756 |
| - <string>Transparency:</string> |
757 |
| - </property> |
758 |
| - <property name="buddy"> |
759 |
| - <cstring>cboBufferTransparencyField</cstring> |
760 |
| - </property> |
761 |
| - </widget> |
762 |
| - </item> |
763 |
| - <item row="0" column="1"> |
764 |
| - <widget class="QComboBox" name="cboBufferTransparencyField"> |
765 |
| - <property name="enabled"> |
766 |
| - <bool>false</bool> |
767 |
| - </property> |
768 |
| - </widget> |
769 |
| - </item> |
770 |
| - <item row="1" column="0"> |
771 |
| - <widget class="QLabel" name="textLabel4_3_2_2_2"> |
772 |
| - <property name="sizePolicy"> |
773 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
774 |
| - <horstretch>0</horstretch> |
775 |
| - <verstretch>0</verstretch> |
776 |
| - </sizepolicy> |
777 |
| - </property> |
778 |
| - <property name="text"> |
779 |
| - <string>Size:</string> |
780 |
| - </property> |
781 |
| - <property name="buddy"> |
782 |
| - <cstring>cboBufferSizeField</cstring> |
783 |
| - </property> |
784 |
| - </widget> |
785 |
| - </item> |
786 |
| - <item row="1" column="1"> |
787 |
| - <widget class="QComboBox" name="cboBufferSizeField"/> |
788 |
| - </item> |
789 |
| - </layout> |
790 |
| - </widget> |
791 |
| - <widget class="QGroupBox" name="groupBox_7"> |
792 |
| - <property name="geometry"> |
793 |
| - <rect> |
794 |
| - <x>10</x> |
795 |
| - <y>90</y> |
796 |
| - <width>621</width> |
797 |
| - <height>138</height> |
798 |
| - </rect> |
799 |
| - </property> |
800 |
| - <property name="title"> |
801 |
| - <string>Data defined position</string> |
802 |
| - </property> |
803 |
| - <layout class="QGridLayout" name="gridLayout_6"> |
804 |
| - <item row="0" column="0"> |
805 |
| - <widget class="QLabel" name="textLabel1_2"> |
806 |
| - <property name="sizePolicy"> |
807 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
808 |
| - <horstretch>0</horstretch> |
809 |
| - <verstretch>0</verstretch> |
810 |
| - </sizepolicy> |
811 |
| - </property> |
812 |
| - <property name="text"> |
813 |
| - <string>X Coordinate</string> |
814 |
| - </property> |
815 |
| - </widget> |
816 |
| - </item> |
817 |
| - <item row="0" column="1"> |
818 |
| - <widget class="QComboBox" name="cboXCoordinateField"/> |
819 |
| - </item> |
820 |
| - <item row="1" column="0"> |
821 |
| - <widget class="QLabel" name="textLabel1_2_2"> |
822 |
| - <property name="sizePolicy"> |
823 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
824 |
| - <horstretch>0</horstretch> |
825 |
| - <verstretch>0</verstretch> |
826 |
| - </sizepolicy> |
827 |
| - </property> |
828 |
| - <property name="text"> |
829 |
| - <string>Y Coordinate</string> |
830 |
| - </property> |
831 |
| - </widget> |
832 |
| - </item> |
833 |
| - <item row="1" column="1"> |
834 |
| - <widget class="QComboBox" name="cboYCoordinateField"/> |
835 |
| - </item> |
836 |
| - <item row="2" column="0"> |
837 |
| - <widget class="QLabel" name="textLabel1_2_3"> |
838 |
| - <property name="sizePolicy"> |
839 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
840 |
| - <horstretch>0</horstretch> |
841 |
| - <verstretch>0</verstretch> |
842 |
| - </sizepolicy> |
843 |
| - </property> |
844 |
| - <property name="text"> |
845 |
| - <string>X Offset (pts)</string> |
846 |
| - </property> |
847 |
| - </widget> |
848 |
| - </item> |
849 |
| - <item row="2" column="1"> |
850 |
| - <widget class="QComboBox" name="cboXOffsetField"/> |
851 |
| - </item> |
852 |
| - <item row="3" column="0"> |
853 |
| - <widget class="QLabel" name="textLabel1_2_2_2"> |
854 |
| - <property name="sizePolicy"> |
855 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
856 |
| - <horstretch>0</horstretch> |
857 |
| - <verstretch>0</verstretch> |
858 |
| - </sizepolicy> |
859 |
| - </property> |
860 |
| - <property name="text"> |
861 |
| - <string>Y Offset (pts)</string> |
862 |
| - </property> |
| 486 | + <item row="0" column="0"> |
| 487 | + <widget class="QScrollArea" name="scrollArea_2"> |
| 488 | + <property name="widgetResizable"> |
| 489 | + <bool>true</bool> |
| 490 | + </property> |
| 491 | + <widget class="QWidget" name="scrollAreaWidgetContents_2"> |
| 492 | + <property name="geometry"> |
| 493 | + <rect> |
| 494 | + <x>0</x> |
| 495 | + <y>0</y> |
| 496 | + <width>621</width> |
| 497 | + <height>684</height> |
| 498 | + </rect> |
| 499 | + </property> |
| 500 | + <layout class="QGridLayout" name="gridLayout_7"> |
| 501 | + <item row="0" column="0"> |
| 502 | + <widget class="QGroupBox" name="groupBox_5"> |
| 503 | + <property name="title"> |
| 504 | + <string>Data defined placement</string> |
| 505 | + </property> |
| 506 | + <layout class="QGridLayout" name="gridLayout_6"> |
| 507 | + <item row="0" column="0"> |
| 508 | + <widget class="QLabel" name="textLabel1_2_2_2_2_3"> |
| 509 | + <property name="sizePolicy"> |
| 510 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 511 | + <horstretch>0</horstretch> |
| 512 | + <verstretch>0</verstretch> |
| 513 | + </sizepolicy> |
| 514 | + </property> |
| 515 | + <property name="text"> |
| 516 | + <string>Placement</string> |
| 517 | + </property> |
| 518 | + </widget> |
| 519 | + </item> |
| 520 | + <item row="0" column="1"> |
| 521 | + <widget class="QComboBox" name="cboAlignmentField"/> |
| 522 | + </item> |
| 523 | + <item row="1" column="0"> |
| 524 | + <widget class="QLabel" name="textLabel1_2_2_2_2"> |
| 525 | + <property name="sizePolicy"> |
| 526 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 527 | + <horstretch>0</horstretch> |
| 528 | + <verstretch>0</verstretch> |
| 529 | + </sizepolicy> |
| 530 | + </property> |
| 531 | + <property name="text"> |
| 532 | + <string>Angle (deg)</string> |
| 533 | + </property> |
| 534 | + </widget> |
| 535 | + </item> |
| 536 | + <item row="1" column="1"> |
| 537 | + <widget class="QComboBox" name="cboAngleField"/> |
| 538 | + </item> |
| 539 | + </layout> |
| 540 | + </widget> |
| 541 | + </item> |
| 542 | + <item row="1" column="0"> |
| 543 | + <widget class="QGroupBox" name="groupBox"> |
| 544 | + <property name="title"> |
| 545 | + <string>Data defined properties</string> |
| 546 | + </property> |
| 547 | + <layout class="QGridLayout" name="gridLayout_10"> |
| 548 | + <item row="0" column="0"> |
| 549 | + <widget class="QLabel" name="lblFont"> |
| 550 | + <property name="sizePolicy"> |
| 551 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 552 | + <horstretch>0</horstretch> |
| 553 | + <verstretch>0</verstretch> |
| 554 | + </sizepolicy> |
| 555 | + </property> |
| 556 | + <property name="text"> |
| 557 | + <string>&Font family</string> |
| 558 | + </property> |
| 559 | + <property name="buddy"> |
| 560 | + <cstring>cboFontField</cstring> |
| 561 | + </property> |
| 562 | + </widget> |
| 563 | + </item> |
| 564 | + <item row="0" column="1"> |
| 565 | + <widget class="QComboBox" name="cboFontField"/> |
| 566 | + </item> |
| 567 | + <item row="1" column="0"> |
| 568 | + <widget class="QLabel" name="textLabel4"> |
| 569 | + <property name="sizePolicy"> |
| 570 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 571 | + <horstretch>0</horstretch> |
| 572 | + <verstretch>0</verstretch> |
| 573 | + </sizepolicy> |
| 574 | + </property> |
| 575 | + <property name="text"> |
| 576 | + <string>&Bold</string> |
| 577 | + </property> |
| 578 | + <property name="buddy"> |
| 579 | + <cstring>cboBoldField</cstring> |
| 580 | + </property> |
| 581 | + </widget> |
| 582 | + </item> |
| 583 | + <item row="1" column="1"> |
| 584 | + <widget class="QComboBox" name="cboBoldField"/> |
| 585 | + </item> |
| 586 | + <item row="2" column="0"> |
| 587 | + <widget class="QLabel" name="textLabel4_2_4"> |
| 588 | + <property name="sizePolicy"> |
| 589 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 590 | + <horstretch>0</horstretch> |
| 591 | + <verstretch>0</verstretch> |
| 592 | + </sizepolicy> |
| 593 | + </property> |
| 594 | + <property name="text"> |
| 595 | + <string>&Italic</string> |
| 596 | + </property> |
| 597 | + <property name="buddy"> |
| 598 | + <cstring>cboItalicField</cstring> |
| 599 | + </property> |
| 600 | + </widget> |
| 601 | + </item> |
| 602 | + <item row="2" column="1"> |
| 603 | + <widget class="QComboBox" name="cboItalicField"/> |
| 604 | + </item> |
| 605 | + <item row="3" column="0"> |
| 606 | + <widget class="QLabel" name="textLabel4_3"> |
| 607 | + <property name="sizePolicy"> |
| 608 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 609 | + <horstretch>0</horstretch> |
| 610 | + <verstretch>0</verstretch> |
| 611 | + </sizepolicy> |
| 612 | + </property> |
| 613 | + <property name="text"> |
| 614 | + <string>&Underline</string> |
| 615 | + </property> |
| 616 | + <property name="buddy"> |
| 617 | + <cstring>cboUnderlineField</cstring> |
| 618 | + </property> |
| 619 | + </widget> |
| 620 | + </item> |
| 621 | + <item row="3" column="1"> |
| 622 | + <widget class="QComboBox" name="cboUnderlineField"/> |
| 623 | + </item> |
| 624 | + <item row="6" column="0"> |
| 625 | + <widget class="QLabel" name="textLabel4_3_2"> |
| 626 | + <property name="sizePolicy"> |
| 627 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 628 | + <horstretch>0</horstretch> |
| 629 | + <verstretch>0</verstretch> |
| 630 | + </sizepolicy> |
| 631 | + </property> |
| 632 | + <property name="text"> |
| 633 | + <string>&Size</string> |
| 634 | + </property> |
| 635 | + <property name="buddy"> |
| 636 | + <cstring>cboFontSizeField</cstring> |
| 637 | + </property> |
| 638 | + </widget> |
| 639 | + </item> |
| 640 | + <item row="6" column="1"> |
| 641 | + <widget class="QComboBox" name="cboFontSizeField"/> |
| 642 | + </item> |
| 643 | + <item row="7" column="0"> |
| 644 | + <widget class="QLabel" name="textLabel4_3_2_4"> |
| 645 | + <property name="sizePolicy"> |
| 646 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 647 | + <horstretch>0</horstretch> |
| 648 | + <verstretch>0</verstretch> |
| 649 | + </sizepolicy> |
| 650 | + </property> |
| 651 | + <property name="text"> |
| 652 | + <string>Size units</string> |
| 653 | + </property> |
| 654 | + <property name="buddy"> |
| 655 | + <cstring>cboFontSizeTypeField</cstring> |
| 656 | + </property> |
| 657 | + </widget> |
| 658 | + </item> |
| 659 | + <item row="7" column="1"> |
| 660 | + <widget class="QComboBox" name="cboFontSizeTypeField"/> |
| 661 | + </item> |
| 662 | + <item row="8" column="0"> |
| 663 | + <widget class="QLabel" name="textLabel4_3_2_5"> |
| 664 | + <property name="sizePolicy"> |
| 665 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 666 | + <horstretch>0</horstretch> |
| 667 | + <verstretch>0</verstretch> |
| 668 | + </sizepolicy> |
| 669 | + </property> |
| 670 | + <property name="text"> |
| 671 | + <string>&Color</string> |
| 672 | + </property> |
| 673 | + <property name="buddy"> |
| 674 | + <cstring>cboFontColorField</cstring> |
| 675 | + </property> |
| 676 | + </widget> |
| 677 | + </item> |
| 678 | + <item row="8" column="1"> |
| 679 | + <widget class="QComboBox" name="cboFontColorField"/> |
| 680 | + </item> |
| 681 | + <item row="4" column="1"> |
| 682 | + <widget class="QComboBox" name="cboStrikeOutField"/> |
| 683 | + </item> |
| 684 | + <item row="4" column="0"> |
| 685 | + <widget class="QLabel" name="label"> |
| 686 | + <property name="text"> |
| 687 | + <string>Strikeout</string> |
| 688 | + </property> |
| 689 | + </widget> |
| 690 | + </item> |
| 691 | + </layout> |
| 692 | + </widget> |
| 693 | + </item> |
| 694 | + <item row="2" column="0"> |
| 695 | + <widget class="QGroupBox" name="groupBox_6"> |
| 696 | + <property name="title"> |
| 697 | + <string>Data defined buffer</string> |
| 698 | + </property> |
| 699 | + <layout class="QGridLayout" name="gridLayout_11"> |
| 700 | + <item row="0" column="0"> |
| 701 | + <widget class="QLabel" name="textLabel1_3_2_2_2"> |
| 702 | + <property name="enabled"> |
| 703 | + <bool>false</bool> |
| 704 | + </property> |
| 705 | + <property name="sizePolicy"> |
| 706 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 707 | + <horstretch>0</horstretch> |
| 708 | + <verstretch>0</verstretch> |
| 709 | + </sizepolicy> |
| 710 | + </property> |
| 711 | + <property name="minimumSize"> |
| 712 | + <size> |
| 713 | + <width>70</width> |
| 714 | + <height>0</height> |
| 715 | + </size> |
| 716 | + </property> |
| 717 | + <property name="text"> |
| 718 | + <string>Transparency:</string> |
| 719 | + </property> |
| 720 | + <property name="buddy"> |
| 721 | + <cstring>cboBufferTransparencyField</cstring> |
| 722 | + </property> |
| 723 | + </widget> |
| 724 | + </item> |
| 725 | + <item row="0" column="1"> |
| 726 | + <widget class="QComboBox" name="cboBufferTransparencyField"> |
| 727 | + <property name="enabled"> |
| 728 | + <bool>false</bool> |
| 729 | + </property> |
| 730 | + </widget> |
| 731 | + </item> |
| 732 | + <item row="1" column="0"> |
| 733 | + <widget class="QLabel" name="textLabel4_3_2_2_2"> |
| 734 | + <property name="sizePolicy"> |
| 735 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 736 | + <horstretch>0</horstretch> |
| 737 | + <verstretch>0</verstretch> |
| 738 | + </sizepolicy> |
| 739 | + </property> |
| 740 | + <property name="text"> |
| 741 | + <string>Size:</string> |
| 742 | + </property> |
| 743 | + <property name="buddy"> |
| 744 | + <cstring>cboBufferSizeField</cstring> |
| 745 | + </property> |
| 746 | + </widget> |
| 747 | + </item> |
| 748 | + <item row="1" column="1"> |
| 749 | + <widget class="QComboBox" name="cboBufferSizeField"/> |
| 750 | + </item> |
| 751 | + </layout> |
| 752 | + </widget> |
| 753 | + </item> |
| 754 | + <item row="3" column="0"> |
| 755 | + <widget class="QGroupBox" name="groupBox_7"> |
| 756 | + <property name="title"> |
| 757 | + <string>Data defined position</string> |
| 758 | + </property> |
| 759 | + <layout class="QGridLayout" name="gridLayout_12"> |
| 760 | + <item row="0" column="0"> |
| 761 | + <widget class="QLabel" name="textLabel1_2"> |
| 762 | + <property name="sizePolicy"> |
| 763 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 764 | + <horstretch>0</horstretch> |
| 765 | + <verstretch>0</verstretch> |
| 766 | + </sizepolicy> |
| 767 | + </property> |
| 768 | + <property name="text"> |
| 769 | + <string>X Coordinate</string> |
| 770 | + </property> |
| 771 | + </widget> |
| 772 | + </item> |
| 773 | + <item row="0" column="1"> |
| 774 | + <widget class="QComboBox" name="cboXCoordinateField"/> |
| 775 | + </item> |
| 776 | + <item row="1" column="0"> |
| 777 | + <widget class="QLabel" name="textLabel1_2_2"> |
| 778 | + <property name="sizePolicy"> |
| 779 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 780 | + <horstretch>0</horstretch> |
| 781 | + <verstretch>0</verstretch> |
| 782 | + </sizepolicy> |
| 783 | + </property> |
| 784 | + <property name="text"> |
| 785 | + <string>Y Coordinate</string> |
| 786 | + </property> |
| 787 | + </widget> |
| 788 | + </item> |
| 789 | + <item row="1" column="1"> |
| 790 | + <widget class="QComboBox" name="cboYCoordinateField"/> |
| 791 | + </item> |
| 792 | + <item row="2" column="0"> |
| 793 | + <widget class="QLabel" name="textLabel1_2_3"> |
| 794 | + <property name="sizePolicy"> |
| 795 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 796 | + <horstretch>0</horstretch> |
| 797 | + <verstretch>0</verstretch> |
| 798 | + </sizepolicy> |
| 799 | + </property> |
| 800 | + <property name="text"> |
| 801 | + <string>X Offset (pts)</string> |
| 802 | + </property> |
| 803 | + </widget> |
| 804 | + </item> |
| 805 | + <item row="2" column="1"> |
| 806 | + <widget class="QComboBox" name="cboXOffsetField"/> |
| 807 | + </item> |
| 808 | + <item row="3" column="0"> |
| 809 | + <widget class="QLabel" name="textLabel1_2_2_2"> |
| 810 | + <property name="sizePolicy"> |
| 811 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 812 | + <horstretch>0</horstretch> |
| 813 | + <verstretch>0</verstretch> |
| 814 | + </sizepolicy> |
| 815 | + </property> |
| 816 | + <property name="text"> |
| 817 | + <string>Y Offset (pts)</string> |
| 818 | + </property> |
| 819 | + </widget> |
| 820 | + </item> |
| 821 | + <item row="3" column="1"> |
| 822 | + <widget class="QComboBox" name="cboYOffsetField"/> |
| 823 | + </item> |
| 824 | + </layout> |
| 825 | + </widget> |
| 826 | + </item> |
| 827 | + </layout> |
863 | 828 | </widget>
|
864 |
| - </item> |
865 |
| - <item row="3" column="1"> |
866 |
| - <widget class="QComboBox" name="cboYOffsetField"/> |
867 |
| - </item> |
868 |
| - </layout> |
869 |
| - </widget> |
| 829 | + </widget> |
| 830 | + </item> |
| 831 | + </layout> |
870 | 832 | </widget>
|
871 | 833 | </widget>
|
872 | 834 | </item>
|
|
904 | 866 | </layout>
|
905 | 867 | </widget>
|
906 | 868 | <layoutdefault spacing="6" margin="11"/>
|
907 |
| - <tabstops> |
908 |
| - <tabstop>cboLabelField</tabstop> |
909 |
| - <tabstop>leDefaultLabel</tabstop> |
910 |
| - <tabstop>btnDefaultFont</tabstop> |
911 |
| - <tabstop>spinFontSize</tabstop> |
912 |
| - <tabstop>pbnDefaultFontColor</tabstop> |
913 |
| - <tabstop>spinAngle</tabstop> |
914 |
| - <tabstop>chkUseMultiline</tabstop> |
915 |
| - <tabstop>radioAboveLeft</tabstop> |
916 |
| - <tabstop>radioAbove</tabstop> |
917 |
| - <tabstop>radioAboveRight</tabstop> |
918 |
| - <tabstop>radioLeft</tabstop> |
919 |
| - <tabstop>radioOver</tabstop> |
920 |
| - <tabstop>radioRight</tabstop> |
921 |
| - <tabstop>radioBelowLeft</tabstop> |
922 |
| - <tabstop>radioBelow</tabstop> |
923 |
| - <tabstop>radioBelowRight</tabstop> |
924 |
| - <tabstop>leMinimumScale</tabstop> |
925 |
| - <tabstop>leMaximumScale</tabstop> |
926 |
| - <tabstop>pbnDefaultBufferColor_2</tabstop> |
927 |
| - <tabstop>spinBufferSize</tabstop> |
928 |
| - <tabstop>radioBufferUnitsPoints</tabstop> |
929 |
| - <tabstop>radioBufferUnitsMap</tabstop> |
930 |
| - <tabstop>spinBufferTransparency</tabstop> |
931 |
| - <tabstop>cboAlignmentField</tabstop> |
932 |
| - <tabstop>cboAngleField</tabstop> |
933 |
| - <tabstop>cboFontField</tabstop> |
934 |
| - <tabstop>cboBoldField</tabstop> |
935 |
| - <tabstop>cboItalicField</tabstop> |
936 |
| - <tabstop>cboUnderlineField</tabstop> |
937 |
| - <tabstop>cboFontSizeField</tabstop> |
938 |
| - <tabstop>cboFontSizeTypeField</tabstop> |
939 |
| - <tabstop>cboStrikeOutField</tabstop> |
940 |
| - <tabstop>cboFontColorField</tabstop> |
941 |
| - <tabstop>cboBufferTransparencyField</tabstop> |
942 |
| - <tabstop>cboBufferSizeField</tabstop> |
943 |
| - <tabstop>cboXCoordinateField</tabstop> |
944 |
| - <tabstop>cboYCoordinateField</tabstop> |
945 |
| - <tabstop>cboXOffsetField</tabstop> |
946 |
| - <tabstop>cboYOffsetField</tabstop> |
947 |
| - </tabstops> |
948 | 869 | <resources/>
|
949 | 870 | <connections/>
|
950 | 871 | </ui>
|
0 commit comments