add line group checkbox in SketcherSettings.ui

This commit is contained in:
PaddleStroke
2025-03-13 14:45:40 +01:00
committed by GitHub
parent fde9be13bc
commit 8ae1d9bbde

View File

@@ -197,6 +197,25 @@ Requires to re-enter edit mode to take effect.</string>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="checkBoxLineGroup">
<property name="toolTip">
<string>Use the line command group instead of separate commands. This create a command group in which you have the polyline and line tool.</string>
</property>
<property name="text">
<string>Group polyline and line</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>UnifiedLineCommands</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Sketcher/Commands</cstring>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="checkBoxAddExtGeo">
<property name="toolTip">