23
23
<iconset resource =" ../../images/images.qrc" >
24
24
<normaloff >:/images/icons/qgis-icon-16x16.png</normaloff >:/images/icons/qgis-icon-16x16.png</iconset >
25
25
</property >
26
- <layout class =" QVBoxLayout " name =" verticalLayout_26 " >
27
- <item >
26
+ <layout class =" QGridLayout " name =" gridLayout " >
27
+ <item row = " 0 " column = " 0 " >
28
28
<widget class =" QSplitter" name =" mOptionsSplitter" >
29
29
<property name =" orientation" >
30
30
<enum >Qt::Horizontal</enum >
357
357
</sizepolicy >
358
358
</property >
359
359
<property name =" currentIndex" >
360
- <number >18 </number >
360
+ <number >1 </number >
361
361
</property >
362
362
<widget class =" QWidget" name =" mOptsPage_Information" >
363
363
<layout class =" QVBoxLayout" name =" verticalLayout_5" >
433
433
<rect >
434
434
<x >0</x >
435
435
<y >0</y >
436
- <width >325 </width >
436
+ <width >289 </width >
437
437
<height >389</height >
438
438
</rect >
439
439
</property >
@@ -2358,86 +2358,56 @@ border-radius: 2px;</string>
2358
2358
<number >0</number >
2359
2359
</property >
2360
2360
<item row =" 0" column =" 0" >
2361
- <widget class =" QScrollArea " name =" scrollArea_2 " >
2362
- <property name =" widgetResizable " >
2363
- <bool >true</ bool >
2361
+ <widget class =" QGroupBox " name =" mGeometryAutoFixesGroupBox " >
2362
+ <property name =" title " >
2363
+ <string >Automatic Fixes</ string >
2364
2364
</property >
2365
- <widget class =" QWidget" name =" scrollAreaWidgetContents_2" >
2366
- <property name =" geometry" >
2367
- <rect >
2368
- <x >0</x >
2369
- <y >0</y >
2370
- <width >651</width >
2371
- <height >804</height >
2372
- </rect >
2373
- </property >
2374
- <layout class =" QVBoxLayout" name =" verticalLayout_20" >
2375
- <item >
2376
- <widget class =" QGroupBox" name =" mGeometryAutoFixesGroupBox" >
2377
- <property name =" title" >
2378
- <string >Automatic Fixes</string >
2379
- </property >
2380
- <layout class =" QFormLayout" name =" formLayout" >
2381
- <item row =" 2" column =" 0" >
2382
- <widget class =" QLabel" name =" label" >
2383
- <property name =" toolTip" >
2384
- <string >< html>< head/>< body>< p> The geometry precision defines the maximum precision to of geometry coordinates that should be stored on this layer. A snap to grid algorithm will be applied on every geometry entering this layer, resulting in coordinates being rounded to multiples of this value. The operation is applied in this layer's coordinate reference system.< /p>< /body>< /html> </string >
2385
- </property >
2386
- <property name =" text" >
2387
- <string >Geometry precision</string >
2388
- </property >
2389
- </widget >
2390
- </item >
2391
- <item row =" 0" column =" 0" colspan =" 2" >
2392
- <widget class =" QCheckBox" name =" mRemoveDuplicateNodesCheckbox" >
2393
- <property name =" text" >
2394
- <string >Remove duplicate nodes</string >
2395
- </property >
2396
- </widget >
2397
- </item >
2398
- <item row =" 2" column =" 1" >
2399
- <layout class =" QHBoxLayout" name =" horizontalLayout_11" stretch =" 0,0" >
2400
- <item >
2401
- <widget class =" QLabel" name =" mPrecisionUnitsLabel" >
2402
- <property name =" text" >
2403
- <string >[Units]</string >
2404
- </property >
2405
- </widget >
2406
- </item >
2407
- <item >
2408
- <widget class =" QLineEdit" name =" mGeometryPrecisionLineEdit" >
2409
- <property name =" inputMethodHints" >
2410
- <set >Qt::ImhFormattedNumbersOnly</set >
2411
- </property >
2412
- <property name =" text" >
2413
- <string />
2414
- </property >
2415
- <property name =" placeholderText" >
2416
- <string >[No precision restriction]</string >
2417
- </property >
2418
- </widget >
2419
- </item >
2420
- </layout >
2421
- </item >
2422
- </layout >
2423
- </widget >
2424
- </item >
2425
- <item >
2426
- <widget class =" QGroupBox" name =" mGeometryValidationGroupBox" >
2427
- <property name =" title" >
2428
- <string >Geometry checks</string >
2429
- </property >
2430
- </widget >
2431
- </item >
2432
- <item >
2433
- <widget class =" QGroupBox" name =" mTopologyChecksGroupBox" >
2434
- <property name =" title" >
2435
- <string >Topology checks</string >
2436
- </property >
2437
- </widget >
2438
- </item >
2439
- </layout >
2440
- </widget >
2365
+ <layout class =" QFormLayout" name =" formLayout" >
2366
+ <item row =" 1" column =" 0" >
2367
+ <widget class =" QLabel" name =" label" >
2368
+ <property name =" toolTip" >
2369
+ <string >< html>< head/>< body>< p> The geometry precision defines the maximum precision to of geometry coordinates that should be stored on this layer. A snap to grid algorithm will be applied on every geometry entering this layer, resulting in coordinates being rounded to multiples of this value. The operation is applied in this layer's coordinate reference system.< /p>< /body>< /html> </string >
2370
+ </property >
2371
+ <property name =" text" >
2372
+ <string >Geometry precision</string >
2373
+ </property >
2374
+ </widget >
2375
+ </item >
2376
+ <item row =" 0" column =" 0" colspan =" 2" >
2377
+ <widget class =" QCheckBox" name =" mRemoveDuplicateNodesCheckbox" >
2378
+ <property name =" text" >
2379
+ <string >Remove duplicate nodes</string >
2380
+ </property >
2381
+ </widget >
2382
+ </item >
2383
+ <item row =" 1" column =" 1" >
2384
+ <layout class =" QHBoxLayout" name =" horizontalLayout_11" stretch =" 1,2" >
2385
+ <item >
2386
+ <widget class =" QgsDoubleSpinBox" name =" mGeometryPrecisionSpinBox" >
2387
+ <property name =" toolTip" >
2388
+ <string >< html>< head/>< body>< p> The geometry precision defines the maximum precision to of geometry coordinates that should be stored on this layer. A snap to grid algorithm will be applied on every geometry entering this layer, resulting in coordinates being rounded to multiples of this value. The operation is applied in this layer's coordinate reference system.< /p>< /body>< /html> </string >
2389
+ </property >
2390
+ <property name =" specialValueText" >
2391
+ <string >[Disabled]</string >
2392
+ </property >
2393
+ </widget >
2394
+ </item >
2395
+ <item >
2396
+ <spacer name =" horizontalSpacer_9" >
2397
+ <property name =" orientation" >
2398
+ <enum >Qt::Horizontal</enum >
2399
+ </property >
2400
+ <property name =" sizeHint" stdset =" 0" >
2401
+ <size >
2402
+ <width >40</width >
2403
+ <height >20</height >
2404
+ </size >
2405
+ </property >
2406
+ </spacer >
2407
+ </item >
2408
+ </layout >
2409
+ </item >
2410
+ </layout >
2441
2411
</widget >
2442
2412
</item >
2443
2413
</layout >
@@ -2448,7 +2418,7 @@ border-radius: 2px;</string>
2448
2418
</widget >
2449
2419
</widget >
2450
2420
</item >
2451
- <item >
2421
+ <item row = " 1 " column = " 0 " >
2452
2422
<widget class =" QFrame" name =" mButtonBoxFrame" >
2453
2423
<property name =" sizePolicy" >
2454
2424
<sizepolicy hsizetype =" Preferred" vsizetype =" Maximum" >
@@ -2491,18 +2461,18 @@ border-radius: 2px;</string>
2491
2461
</layout >
2492
2462
</widget >
2493
2463
<customwidgets >
2494
- <customwidget >
2495
- <class >QgsCollapsibleGroupBox</class >
2496
- <extends >QGroupBox</extends >
2497
- <header >qgscollapsiblegroupbox.h</header >
2498
- <container >1</container >
2499
- </customwidget >
2500
2464
<customwidget >
2501
2465
<class >QgsScrollArea</class >
2502
2466
<extends >QScrollArea</extends >
2503
2467
<header >qgsscrollarea.h</header >
2504
2468
<container >1</container >
2505
2469
</customwidget >
2470
+ <customwidget >
2471
+ <class >QgsCollapsibleGroupBox</class >
2472
+ <extends >QGroupBox</extends >
2473
+ <header >qgscollapsiblegroupbox.h</header >
2474
+ <container >1</container >
2475
+ </customwidget >
2506
2476
<customwidget >
2507
2477
<class >QgsProjectionSelectionWidget</class >
2508
2478
<extends >QWidget</extends >
@@ -2559,6 +2529,11 @@ border-radius: 2px;</string>
2559
2529
<header >qgsvectorlayerlegendwidget.h</header >
2560
2530
<container >1</container >
2561
2531
</customwidget >
2532
+ <customwidget >
2533
+ <class >QgsDoubleSpinBox</class >
2534
+ <extends >QDoubleSpinBox</extends >
2535
+ <header >qgsdoublespinbox.h</header >
2536
+ </customwidget >
2562
2537
</customwidgets >
2563
2538
<tabstops >
2564
2539
<tabstop >mSearchLineEdit</tabstop >
@@ -2621,6 +2596,7 @@ border-radius: 2px;</string>
2621
2596
<tabstop >mLayerLegendUrlLineEdit</tabstop >
2622
2597
<tabstop >mLayerLegendUrlFormatComboBox</tabstop >
2623
2598
<tabstop >mRemoveDuplicateNodesCheckbox</tabstop >
2599
+ <tabstop >mGeometryPrecisionSpinBox</tabstop >
2624
2600
</tabstops >
2625
2601
<resources >
2626
2602
<include location =" ../../images/images.qrc" />
0 commit comments