Sketcher: Offset: add checkbox tooltips (#26114)

This commit is contained in:
PaddleStroke
2026-02-18 21:02:54 +00:00
committed by GitHub
parent 45f65f643d
commit be6af47f29
@@ -1190,6 +1190,23 @@ void DSHOffsetController::configureToolWidget()
WCheckbox::SecondBox,
QApplication::translate("TaskSketcherTool_c2_offset", "Add offset constraint (J)")
);
toolWidget->setCheckboxToolTip(
WCheckbox::FirstBox,
QApplication::translate(
"TaskSketcherTool_c1_offset",
"Deletes the original geometry. If creating a single copy, this effectively "
"performs a 'Move' operation."
)
);
toolWidget->setCheckboxToolTip(
WCheckbox::SecondBox,
QApplication::translate(
"TaskSketcherTool_c2_offset",
"Adds a distance constraint with additional construction geometries that allows "
"the distance to modify the entire offset geometry"
)
);
}
onViewParameters[OnViewParameter::First]->setLabelType(