add ViewProviders & Tree icons for Part Point, Ellipse, & Helix

Add ViewProviders to select an icon for the part primitives
Point, Ellipse, Helix,
Also return Part Box tree icon to "Tree_Part.svg"
This commit is contained in:
jmaustpc
2013-03-10 00:26:18 +11:00
committed by Yorik van Havre
parent 7e3807ab49
commit 85bcb92856
10 changed files with 442 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderBox, PartGui::ViewProviderPart)
ViewProviderBox::ViewProviderBox()
{
sPixmap = "Part_Box.svg";
sPixmap = "Tree_Part.svg";
}
ViewProviderBox::~ViewProviderBox()