From 934aaaf354a3f969d6180bdda288056902c0d48c Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Tue, 10 Jun 2025 22:12:07 -0700 Subject: [PATCH] more prefs --- freecad/kiconnect/resources/ui/preferences.ui | 48 ++++++++++++++----- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/freecad/kiconnect/resources/ui/preferences.ui b/freecad/kiconnect/resources/ui/preferences.ui index bc67141..144a26b 100644 --- a/freecad/kiconnect/resources/ui/preferences.ui +++ b/freecad/kiconnect/resources/ui/preferences.ui @@ -7,7 +7,7 @@ 0 0 1151 - 591 + 663 @@ -32,6 +32,9 @@ false + + QLayout::SizeConstraint::SetDefaultConstraint + @@ -42,15 +45,15 @@ - - - 0.100000000000000 + + + mm 1.600000000000000 - board_thickness + default_thickness Mod/KiConnect @@ -60,18 +63,18 @@ - + - Preferences from toolbar + Load Parts true - Mod/KiConnect + parts_load - prefs_toolbar + Mod/KiConnect @@ -84,7 +87,7 @@ Debug and Development - Qt::AlignmentFlag::AlignCenter + Qt::AlignmentFlag::AlignHCenter|Qt::AlignmentFlag::AlignTop false @@ -112,20 +115,41 @@ + + + + Preferences from toolbar + + + true + + + Mod/KiConnect + + + prefs_toolbar + + + + + Gui::QuantitySpinBox + QAbstractSpinBox +
Gui/QuantitySpinBox.h
+
Gui::PrefCheckBox QCheckBox
Gui/PrefWidgets.h
- Gui::PrefDoubleSpinBox - QDoubleSpinBox + Gui::PrefUnitSpinBox + Gui::QuantitySpinBox
Gui/PrefWidgets.h