Sketcher: Offset: add checkbox tooltips (#26114)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user