Change the tree icon displayed for Part_Box

Change the icon file name in the viewprovider for Part_Box
Add Part Box, Cylinder, Cone, Sphere, Ellipsoid, Torus
tree icons to the Part.qrc file
This commit is contained in:
jmaustpc 2013-03-13 13:18:03 +11:00 committed by Yorik van Havre
parent e3777dafcc
commit cb45f66745
2 changed files with 7 additions and 1 deletions

View File

@ -38,6 +38,12 @@
<file>icons/Part_Line_Parametric.svg</file>
<file>icons/Part_Circle_Parametric.svg</file>
<file>icons/Part_Point_Parametric.svg</file>
<file>icons/Tree_Part_Box_Parametric.svg</file>
<file>icons/Tree_Part_Cylinder_Parametric.svg</file>
<file>icons/Tree_Part_Cone_Parametric.svg</file>
<file>icons/Tree_Part_Sphere_Parametric.svg</file>
<file>icons/Tree_Part_Ellipsoid_Parametric.svg</file>
<file>icons/Tree_Part_Torus_Parametric.svg</file>
<file>translations/Part_af.qm</file>
<file>translations/Part_de.qm</file>
<file>translations/Part_fi.qm</file>

View File

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