|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>533</width>
|
10 |
| - <height>394</height> |
| 10 | + <height>424</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Image Export Options</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QVBoxLayout" name="verticalLayout">
|
17 | 17 | <item>
|
18 |
| - <widget class="QGroupBox" name="groupBox"> |
| 18 | + <widget class="QgsCollapsibleGroupBoxBasic" name="groupBox"> |
19 | 19 | <property name="title">
|
20 | 20 | <string>Export Options</string>
|
21 | 21 | </property>
|
22 | 22 | <layout class="QGridLayout" name="gridLayout">
|
23 |
| - <item row="0" column="0" colspan="2"> |
24 |
| - <widget class="QLabel" name="label_9"> |
25 |
| - <property name="text"> |
26 |
| - <string>Export resolution</string> |
27 |
| - </property> |
28 |
| - </widget> |
29 |
| - </item> |
30 | 23 | <item row="2" column="0" colspan="2">
|
31 | 24 | <widget class="QLabel" name="label_13">
|
32 | 25 | <property name="text">
|
|
50 | 43 | </property>
|
51 | 44 | </widget>
|
52 | 45 | </item>
|
| 46 | + <item row="0" column="0" colspan="2"> |
| 47 | + <widget class="QLabel" name="label_9"> |
| 48 | + <property name="text"> |
| 49 | + <string>Export resolution</string> |
| 50 | + </property> |
| 51 | + </widget> |
| 52 | + </item> |
53 | 53 | <item row="1" column="2" colspan="2">
|
54 | 54 | <widget class="QgsSpinBox" name="mWidthSpinBox">
|
55 | 55 | <property name="specialValueText">
|
|
114 | 114 | </property>
|
115 | 115 | </spacer>
|
116 | 116 | </item>
|
| 117 | + <item row="4" column="0" colspan="5"> |
| 118 | + <widget class="QCheckBox" name="mGenerateWorldFile"> |
| 119 | + <property name="toolTip"> |
| 120 | + <string>If checked, a separate world file which georeferences exported images will be created</string> |
| 121 | + </property> |
| 122 | + <property name="text"> |
| 123 | + <string>Generate world file</string> |
| 124 | + </property> |
| 125 | + </widget> |
| 126 | + </item> |
| 127 | + <item row="3" column="0" colspan="5"> |
| 128 | + <widget class="QCheckBox" name="mAntialiasingCheckBox"> |
| 129 | + <property name="toolTip"> |
| 130 | + <string>If unchecked, the generated images will not be antialiased</string> |
| 131 | + </property> |
| 132 | + <property name="text"> |
| 133 | + <string>Enable antialiasing</string> |
| 134 | + </property> |
| 135 | + </widget> |
| 136 | + </item> |
117 | 137 | </layout>
|
118 | 138 | </widget>
|
119 | 139 | </item>
|
|
143 | 163 | <item>
|
144 | 164 | <widget class="QgsSpinBox" name="mLeftMarginSpinBox">
|
145 | 165 | <property name="suffix">
|
146 |
| - <string> px</string> |
| 166 | + <string/> |
147 | 167 | </property>
|
148 | 168 | <property name="maximum">
|
149 | 169 | <number>1000</number>
|
|
160 | 180 | <item>
|
161 | 181 | <widget class="QgsSpinBox" name="mRightMarginSpinBox">
|
162 | 182 | <property name="suffix">
|
163 |
| - <string> px</string> |
| 183 | + <string/> |
164 | 184 | </property>
|
165 | 185 | <property name="maximum">
|
166 | 186 | <number>1000</number>
|
|
179 | 199 | <item row="0" column="1">
|
180 | 200 | <widget class="QLabel" name="label_4">
|
181 | 201 | <property name="text">
|
182 |
| - <string>Top margin</string> |
| 202 | + <string>Top margin (px)</string> |
183 | 203 | </property>
|
184 | 204 | </widget>
|
185 | 205 | </item>
|
|
212 | 232 | <item row="0" column="2">
|
213 | 233 | <widget class="QgsSpinBox" name="mTopMarginSpinBox">
|
214 | 234 | <property name="suffix">
|
215 |
| - <string> px</string> |
| 235 | + <string/> |
216 | 236 | </property>
|
217 | 237 | <property name="maximum">
|
218 | 238 | <number>1000</number>
|
|
222 | 242 | <item row="2" column="2">
|
223 | 243 | <widget class="QgsSpinBox" name="mBottomMarginSpinBox">
|
224 | 244 | <property name="suffix">
|
225 |
| - <string> px</string> |
| 245 | + <string/> |
226 | 246 | </property>
|
227 | 247 | <property name="maximum">
|
228 | 248 | <number>1000</number>
|
|
234 | 254 | </layout>
|
235 | 255 | </widget>
|
236 | 256 | </item>
|
237 |
| - <item> |
238 |
| - <widget class="QCheckBox" name="mGenerateWorldFile"> |
239 |
| - <property name="toolTip"> |
240 |
| - <string>If checked, a separate world file which georeferences exported images will be created</string> |
241 |
| - </property> |
242 |
| - <property name="text"> |
243 |
| - <string>Generate world file</string> |
244 |
| - </property> |
245 |
| - </widget> |
246 |
| - </item> |
247 |
| - <item> |
248 |
| - <widget class="QCheckBox" name="mAntialiasingCheckBox"> |
249 |
| - <property name="toolTip"> |
250 |
| - <string>If unchecked, the generated images will not be antialiased</string> |
251 |
| - </property> |
252 |
| - <property name="text"> |
253 |
| - <string>Enable antialiasing</string> |
254 |
| - </property> |
255 |
| - </widget> |
256 |
| - </item> |
257 | 257 | <item>
|
258 | 258 | <spacer name="verticalSpacer">
|
259 | 259 | <property name="orientation">
|
|
283 | 283 | <customwidget>
|
284 | 284 | <class>QgsCollapsibleGroupBoxBasic</class>
|
285 | 285 | <extends>QGroupBox</extends>
|
286 |
| - <header>qgscollapsiblegroupbox.h</header> |
| 286 | + <header location="global">qgscollapsiblegroupbox.h</header> |
287 | 287 | <container>1</container>
|
288 | 288 | </customwidget>
|
289 | 289 | <customwidget>
|
|
296 | 296 | <tabstop>mResolutionSpinBox</tabstop>
|
297 | 297 | <tabstop>mWidthSpinBox</tabstop>
|
298 | 298 | <tabstop>mHeightSpinBox</tabstop>
|
| 299 | + <tabstop>mAntialiasingCheckBox</tabstop> |
| 300 | + <tabstop>mGenerateWorldFile</tabstop> |
299 | 301 | <tabstop>mClipToContentGroupBox</tabstop>
|
300 | 302 | <tabstop>mTopMarginSpinBox</tabstop>
|
301 | 303 | <tabstop>mLeftMarginSpinBox</tabstop>
|
|
0 commit comments