@@ -2415,6 +2415,82 @@ border-radius: 2px;</string>
2415
2415
<property name =" title" >
2416
2416
<string >Geometry validation</string >
2417
2417
</property >
2418
+ <widget class =" QWidget" name =" scrollAreaWidgetContents_2" >
2419
+ <property name =" geometry" >
2420
+ <rect >
2421
+ <x >0</x >
2422
+ <y >0</y >
2423
+ <width >651</width >
2424
+ <height >804</height >
2425
+ </rect >
2426
+ </property >
2427
+ <layout class =" QVBoxLayout" name =" verticalLayout_20" >
2428
+ <item >
2429
+ <widget class =" QGroupBox" name =" mGeometryAutoFixesGroupBox" >
2430
+ <property name =" title" >
2431
+ <string >Automatic Fixes</string >
2432
+ </property >
2433
+ <layout class =" QFormLayout" name =" formLayout" >
2434
+ <item row =" 2" column =" 0" >
2435
+ <widget class =" QLabel" name =" label" >
2436
+ <property name =" toolTip" >
2437
+ <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 >
2438
+ </property >
2439
+ <property name =" text" >
2440
+ <string >Geometry precision</string >
2441
+ </property >
2442
+ </widget >
2443
+ </item >
2444
+ <item row =" 0" column =" 0" colspan =" 2" >
2445
+ <widget class =" QCheckBox" name =" mRemoveDuplicateNodesCheckbox" >
2446
+ <property name =" text" >
2447
+ <string >Remove duplicate nodes</string >
2448
+ </property >
2449
+ </widget >
2450
+ </item >
2451
+ <item row =" 2" column =" 1" >
2452
+ <layout class =" QHBoxLayout" name =" horizontalLayout_11" stretch =" 0,0" >
2453
+ <item >
2454
+ <widget class =" QLabel" name =" mPrecisionUnitsLabel" >
2455
+ <property name =" text" >
2456
+ <string >[Units]</string >
2457
+ </property >
2458
+ </widget >
2459
+ </item >
2460
+ <item >
2461
+ <widget class =" QLineEdit" name =" mGeometryPrecisionLineEdit" >
2462
+ <property name =" inputMethodHints" >
2463
+ <set >Qt::ImhFormattedNumbersOnly</set >
2464
+ </property >
2465
+ <property name =" text" >
2466
+ <string />
2467
+ </property >
2468
+ <property name =" placeholderText" >
2469
+ <string >[No precision restriction]</string >
2470
+ </property >
2471
+ </widget >
2472
+ </item >
2473
+ </layout >
2474
+ </item >
2475
+ </layout >
2476
+ </widget >
2477
+ </item >
2478
+ <item >
2479
+ <widget class =" QGroupBox" name =" mGeometryValidationGroupBox" >
2480
+ <property name =" title" >
2481
+ <string >Geometry checks</string >
2482
+ </property >
2483
+ </widget >
2484
+ </item >
2485
+ <item >
2486
+ <widget class =" QGroupBox" name =" mTopologyChecksGroupBox" >
2487
+ <property name =" title" >
2488
+ <string >Topology checks</string >
2489
+ </property >
2490
+ </widget >
2491
+ </item >
2492
+ </layout >
2493
+ </widget >
2418
2494
</widget >
2419
2495
</item >
2420
2496
</layout >
0 commit comments