Add icons to menus for mesh to shape and shape to mesh

Mesh to shape icon for the Part workbench Part menu
Shape to mesh icon for the Mesh design Workbench Meshes menu
This commit is contained in:
jmaustpc
2013-12-13 00:17:35 +11:00
committed by Yorik van Havre
parent 8b977debaf
commit 47ee436e93
6 changed files with 531 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ CmdPartShapeFromMesh::CmdPartShapeFromMesh()
sToolTipText = QT_TR_NOOP("Create shape from selected mesh object");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Part_Shape_from_Mesh.svg";
}
void CmdPartShapeFromMesh::activated(int iMsg)