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

@@ -100,7 +100,7 @@ void ViewProviderSections::unsetEdit(int ModNum)
QIcon ViewProviderSections::getIcon(void) const
{
return Gui::BitmapFactory().pixmap("BSplineSurf");
return Gui::BitmapFactory().pixmap("Surface_Sections");
}
void ViewProviderSections::highlightReferences(ShapeType type, const References& refs, bool on)