|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>471</width> |
10 |
| - <height>604</height> |
| 9 | + <width>867</width> |
| 10 | + <height>993</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
103 | 103 | <string>Add to fields list</string>
|
104 | 104 | </property>
|
105 | 105 | <property name="icon">
|
106 |
| - <iconset> |
| 106 | + <iconset resource="../../images/images.qrc"> |
107 | 107 | <normaloff>:/images/themes/default/mActionNewAttribute.svg</normaloff>:/images/themes/default/mActionNewAttribute.svg</iconset>
|
108 | 108 | </property>
|
109 | 109 | <property name="toolButtonStyle">
|
|
200 | 200 | <string>Remove field</string>
|
201 | 201 | </property>
|
202 | 202 | <property name="icon">
|
203 |
| - <iconset> |
| 203 | + <iconset resource="../../images/images.qrc"> |
204 | 204 | <normaloff>:/images/themes/default/mActionDeleteAttribute.svg</normaloff>:/images/themes/default/mActionDeleteAttribute.svg</iconset>
|
205 | 205 | </property>
|
206 | 206 | <property name="toolButtonStyle">
|
|
271 | 271 | </property>
|
272 | 272 | </widget>
|
273 | 273 | </item>
|
274 |
| - <item row="0" column="1"> |
275 |
| - <widget class="QgsFileWidget" name="mFileName"/> |
| 274 | + <item row="4" column="1"> |
| 275 | + <widget class="QCheckBox" name="mGeometryWithZCheckBox"> |
| 276 | + <property name="text"> |
| 277 | + <string>Include Z dimension</string> |
| 278 | + </property> |
| 279 | + </widget> |
| 280 | + </item> |
| 281 | + <item row="5" column="1" colspan="2"> |
| 282 | + <widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true"> |
| 283 | + <property name="minimumSize"> |
| 284 | + <size> |
| 285 | + <width>0</width> |
| 286 | + <height>20</height> |
| 287 | + </size> |
| 288 | + </property> |
| 289 | + <property name="focusPolicy"> |
| 290 | + <enum>Qt::StrongFocus</enum> |
| 291 | + </property> |
| 292 | + </widget> |
276 | 293 | </item>
|
277 |
| - <item row="1" column="1"> |
| 294 | + <item row="4" column="2"> |
| 295 | + <widget class="QCheckBox" name="mGeometryWithMCheckBox"> |
| 296 | + <property name="text"> |
| 297 | + <string>Include M values</string> |
| 298 | + </property> |
| 299 | + </widget> |
| 300 | + </item> |
| 301 | + <item row="1" column="1" colspan="2"> |
278 | 302 | <widget class="QComboBox" name="mFileEncoding">
|
279 | 303 | <property name="enabled">
|
280 | 304 | <bool>true</bool>
|
281 | 305 | </property>
|
282 | 306 | </widget>
|
283 | 307 | </item>
|
284 |
| - <item row="2" column="1"> |
| 308 | + <item row="2" column="1" colspan="2"> |
285 | 309 | <widget class="QComboBox" name="mFileFormatComboBox">
|
286 | 310 | <property name="enabled">
|
287 | 311 | <bool>true</bool>
|
288 | 312 | </property>
|
289 | 313 | </widget>
|
290 | 314 | </item>
|
291 |
| - <item row="3" column="1"> |
| 315 | + <item row="3" column="1" colspan="2"> |
292 | 316 | <widget class="QComboBox" name="mGeometryTypeBox">
|
293 | 317 | <property name="sizePolicy">
|
294 | 318 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
298 | 322 | </property>
|
299 | 323 | </widget>
|
300 | 324 | </item>
|
301 |
| - <item row="4" column="1"> |
302 |
| - <widget class="QCheckBox" name="mGeometryWithZCheckBox"> |
303 |
| - <property name="text"> |
304 |
| - <string>Include Z dimension</string> |
305 |
| - </property> |
306 |
| - </widget> |
307 |
| - </item> |
308 |
| - <item row="5" column="1" colspan="2"> |
309 |
| - <widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true"> |
310 |
| - <property name="focusPolicy"> |
311 |
| - <enum>Qt::StrongFocus</enum> |
312 |
| - </property> |
313 |
| - </widget> |
| 325 | + <item row="0" column="1" colspan="2"> |
| 326 | + <widget class="QgsFileWidget" name="mFileName" native="true"/> |
314 | 327 | </item>
|
315 | 328 | </layout>
|
316 | 329 | </item>
|
|
332 | 345 | </customwidget>
|
333 | 346 | </customwidgets>
|
334 | 347 | <tabstops>
|
335 |
| - <tabstop>mFileName</tabstop> |
336 | 348 | <tabstop>mFileEncoding</tabstop>
|
337 | 349 | <tabstop>mFileFormatComboBox</tabstop>
|
338 | 350 | <tabstop>mGeometryTypeBox</tabstop>
|
339 | 351 | <tabstop>mGeometryWithZCheckBox</tabstop>
|
| 352 | + <tabstop>mGeometryWithMCheckBox</tabstop> |
340 | 353 | <tabstop>mCrsSelector</tabstop>
|
341 | 354 | <tabstop>mNameEdit</tabstop>
|
342 | 355 | <tabstop>mTypeBox</tabstop>
|
|
346 | 359 | <tabstop>mAttributeView</tabstop>
|
347 | 360 | <tabstop>mRemoveAttributeButton</tabstop>
|
348 | 361 | </tabstops>
|
349 |
| - <resources/> |
| 362 | + <resources> |
| 363 | + <include location="../../images/images.qrc"/> |
| 364 | + <include location="../../images/images.qrc"/> |
| 365 | + <include location="../../images/images.qrc"/> |
| 366 | + <include location="../../images/images.qrc"/> |
| 367 | + <include location="../../images/images.qrc"/> |
| 368 | + <include location="../../images/images.qrc"/> |
| 369 | + <include location="../../images/images.qrc"/> |
| 370 | + <include location="../../images/images.qrc"/> |
| 371 | + <include location="../../images/images.qrc"/> |
| 372 | + <include location="../../images/images.qrc"/> |
| 373 | + <include location="../../images/images.qrc"/> |
| 374 | + <include location="../../images/images.qrc"/> |
| 375 | + <include location="../../images/images.qrc"/> |
| 376 | + <include location="../../images/images.qrc"/> |
| 377 | + <include location="../../images/images.qrc"/> |
| 378 | + <include location="../../images/images.qrc"/> |
| 379 | + <include location="../../images/images.qrc"/> |
| 380 | + <include location="../../images/images.qrc"/> |
| 381 | + <include location="../../images/images.qrc"/> |
| 382 | + <include location="../../images/images.qrc"/> |
| 383 | + <include location="../../images/images.qrc"/> |
| 384 | + <include location="../../images/images.qrc"/> |
| 385 | + <include location="../../images/images.qrc"/> |
| 386 | + <include location="../../images/images.qrc"/> |
| 387 | + <include location="../../images/images.qrc"/> |
| 388 | + <include location="../../images/images.qrc"/> |
| 389 | + <include location="../../images/images.qrc"/> |
| 390 | + </resources> |
350 | 391 | <connections>
|
351 | 392 | <connection>
|
352 | 393 | <sender>buttonBox</sender>
|
|
0 commit comments