|
19 | 19 | <property name="title">
|
20 | 20 | <string>SVG Options</string>
|
21 | 21 | </property>
|
22 |
| - <layout class="QVBoxLayout" name="verticalLayout_2"> |
23 |
| - <item> |
| 22 | + <layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> |
| 23 | + <item row="0" column="0" colspan="2"> |
24 | 24 | <widget class="QCheckBox" name="chkMapLayersAsGroup">
|
25 | 25 | <property name="text">
|
26 | 26 | <string>Export map layers as SVG groups (may affect label placement)</string>
|
|
30 | 30 | </property>
|
31 | 31 | </widget>
|
32 | 32 | </item>
|
33 |
| - <item> |
34 |
| - <widget class="QCheckBox" name="chkTextAsOutline"> |
35 |
| - <property name="enabled"> |
36 |
| - <bool>true</bool> |
37 |
| - </property> |
38 |
| - <property name="toolTip"> |
39 |
| - <string>Uncheck to render map labels as text objects. This will degrade the quality of the map labels but allow editing in vector illustration software.</string> |
40 |
| - </property> |
| 33 | + <item row="3" column="1"> |
| 34 | + <widget class="QComboBox" name="mTextRenderFormatComboBox"/> |
| 35 | + </item> |
| 36 | + <item row="3" column="0"> |
| 37 | + <widget class="QLabel" name="label_6"> |
41 | 38 | <property name="text">
|
42 |
| - <string>Render map labels as outlines</string> |
43 |
| - </property> |
44 |
| - <property name="checked"> |
45 |
| - <bool>true</bool> |
| 39 | + <string>Text export</string> |
46 | 40 | </property>
|
47 | 41 | </widget>
|
48 | 42 | </item>
|
49 |
| - <item> |
| 43 | + <item row="1" column="0" colspan="2"> |
50 | 44 | <widget class="QCheckBox" name="mForceVectorCheckBox">
|
51 | 45 | <property name="toolTip">
|
52 | 46 | <string>If checked, the layout will always be kept as vector objects when exported to a compatible format, even if the appearance of the resultant file does not match the layouts settings. If unchecked, some elements in the layout may be rasterized in order to keep their appearance intact.</string>
|
|
56 | 50 | </property>
|
57 | 51 | </widget>
|
58 | 52 | </item>
|
59 |
| - <item> |
| 53 | + <item row="2" column="0" colspan="2"> |
60 | 54 | <widget class="QCheckBox" name="mIncludeMetadataCheckbox">
|
61 | 55 | <property name="text">
|
62 | 56 | <string>Export RDF metadata</string>
|
|
214 | 208 | </customwidgets>
|
215 | 209 | <tabstops>
|
216 | 210 | <tabstop>chkMapLayersAsGroup</tabstop>
|
217 |
| - <tabstop>chkTextAsOutline</tabstop> |
218 | 211 | <tabstop>mForceVectorCheckBox</tabstop>
|
219 | 212 | <tabstop>mIncludeMetadataCheckbox</tabstop>
|
| 213 | + <tabstop>mTextRenderFormatComboBox</tabstop> |
220 | 214 | <tabstop>mClipToContentGroupBox</tabstop>
|
221 | 215 | <tabstop>mTopMarginSpinBox</tabstop>
|
222 | 216 | <tabstop>mLeftMarginSpinBox</tabstop>
|
|
0 commit comments