TechDraw: ActiveView rework (#22107)

* TechDraw: Rework ActiveView

* Update src/Mod/TechDraw/Gui/TaskActiveView.cpp

Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>

---------

Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts>
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
Ryan K
2025-07-01 02:04:12 +10:00
committed by GitHub
parent faa56d4e3f
commit dd5cb6aa61
3 changed files with 153 additions and 168 deletions

View File

@@ -693,8 +693,9 @@ CmdTechDrawActiveView::CmdTechDrawActiveView() : Command("TechDraw_ActiveView")
{
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Insert Active View (3D View)");
sToolTipText = sMenuText;
sMenuText = QT_TR_NOOP("Insert Active View");
sToolTipText = "Insert an image of the active 3D model in current page.\n"
"If multiple 3D models are active, a selection dialog will be shown.";
sWhatsThis = "TechDraw_ActiveView";
sStatusTip = sToolTipText;
sPixmap = "actions/TechDraw_ActiveView";