From 1bfbba320bdb8abdc9a532f11ba89e5776316fd7 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 17 Oct 2022 02:36:33 +0200 Subject: [PATCH] [Sketch] TaskSketcherGeneral.ui: fix compiler warning - problem was the customwidget declaration - the other changes were made by Qt's designer and our sort_ui.py script --- src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui | 47 ++++++++++++--------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui b/src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui index 752c9100e5..3a14f87cfa 100644 --- a/src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui +++ b/src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui @@ -30,10 +30,10 @@ false - + ShowGrid - + Mod/Sketcher/General @@ -43,30 +43,30 @@ Distance between two subsequent grid lines - + mm - - 3 - - - 99999999.000000000000000 - - + 0.001000000000000 - + + 99999999.000000000000000 + + 1.000000000000000 - + 10.000000000000000 - + GridSize - + Mod/Sketcher/General/GridSize + + 3 + @@ -83,10 +83,10 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Grid snap - + GridSnap - + Mod/Sketcher/General @@ -105,10 +105,10 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< true - + AutoConstraints - + Mod/Sketcher/General @@ -124,10 +124,10 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< true - + AvoidRedundantAutoconstraints - + Mod/Sketcher/General @@ -173,6 +173,11 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< + + Gui::QuantitySpinBox + QWidget +
Gui/QuantitySpinBox.h
+
Gui::PrefCheckBox QCheckBox @@ -180,7 +185,7 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Gui::PrefQuantitySpinBox - QWidget + Gui::QuantitySpinBox
Gui/PrefWidgets.h