From 6b8379824fb7f5185009d5f3ffff3238bea054aa Mon Sep 17 00:00:00 2001 From: bitacovir Date: Fri, 9 Apr 2021 14:18:22 -0400 Subject: [PATCH] [UI] Add SVG icon for Std TransformManip command --- src/Gui/CommandDoc.cpp | 1 + src/Gui/Icons/Std_TransformManip.svg | 269 +++++++++++++++++++++++++++ src/Gui/Icons/resource.qrc | 1 + 3 files changed, 271 insertions(+) create mode 100644 src/Gui/Icons/Std_TransformManip.svg diff --git a/src/Gui/CommandDoc.cpp b/src/Gui/CommandDoc.cpp index 066d876a17..155865b179 100644 --- a/src/Gui/CommandDoc.cpp +++ b/src/Gui/CommandDoc.cpp @@ -1590,6 +1590,7 @@ StdCmdTransformManip::StdCmdTransformManip() sToolTipText = QT_TR_NOOP("Transform the selected object in the 3d view"); sStatusTip = QT_TR_NOOP("Transform the selected object in the 3d view"); sWhatsThis = "Std_TransformManip"; + sPixmap = "Std_TransformManip"; } void StdCmdTransformManip::activated(int iMsg) diff --git a/src/Gui/Icons/Std_TransformManip.svg b/src/Gui/Icons/Std_TransformManip.svg new file mode 100644 index 0000000000..721a4bcf90 --- /dev/null +++ b/src/Gui/Icons/Std_TransformManip.svg @@ -0,0 +1,269 @@ + + + Std_TransformManip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Std_TransformManip + + + [bitacovir] + + + + + FreeCAD LGPL2+ + + + + + FreeCAD + + + 2021/04/09 + + + + + + + + + + + + + + + + + + + + diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc index 9269f819ed..bea622cecf 100644 --- a/src/Gui/Icons/resource.qrc +++ b/src/Gui/Icons/resource.qrc @@ -189,6 +189,7 @@ Std_Tool10.svg Std_Tool11.svg Std_Tool12.svg + Std_TransformManip.svg Std_ViewDimetric.svg Std_ViewHome.svg Std_ViewIvIssueCamPos.svg