Surface: new SVG icon for the workbench, rename others

Replace the hard-coded XPM icon in `InitGui.py` for the workbench
with an SVG file, which at this time is identical to the `Surface` icon.
Change `CMakeLists.txt` to properly install this new icon.

Rename all icons, so that all have the `Surface_` prefix.

Use the new icon names in the viewproviders and task panels.
This commit is contained in:
vocx-fc
2020-09-27 22:56:48 -05:00
committed by Yorik van Havre
parent d5d5301144
commit 1d486dc669
12 changed files with 346 additions and 94 deletions

View File

@@ -169,7 +169,7 @@ CmdSurfaceGeomFillSurface::CmdSurfaceGeomFillSurface()
sToolTipText = QT_TR_NOOP("Creates a surface from two, three or four boundary edges");
sWhatsThis = "Surface_GeomFillSurface";
sStatusTip = sToolTipText;
sPixmap = "BSplineSurf";
sPixmap = "Surface_BSplineSurface";
}
bool CmdSurfaceGeomFillSurface::isActive(void)