Add and display PartDesign Tree icons
created Partdesign_Hole, Tree_PartDesign_Pad, and Tree_PartDesign_Revolution SVG icons Referenced the above in the PartDesign.qrc file Modified the ViewProviders to display the Tree_icons for Chamfer, Fillet, Draft, Groove, Hole, LinearPattern, Mirrored, MultiTransform, PolarTransform, Revolution, Scaled, Pad and Pocket. PartDesign_Hole has not been implemented yet however the ViewProvider has been, so I added the icon
This commit is contained in:
committed by
Yorik van Havre
parent
5fff0f0fb8
commit
9da66cbb02
@@ -33,7 +33,8 @@ class PartDesignGuiExport ViewProviderMultiTransform : public ViewProviderTransf
|
||||
PROPERTY_HEADER(PartGui::ViewProviderMultiTransform);
|
||||
public:
|
||||
ViewProviderMultiTransform()
|
||||
{ featureName = std::string("MultiTransform"); }
|
||||
{ featureName = std::string("MultiTransform");
|
||||
sPixmap = "PartDesign_MultiTransform.svg"; }
|
||||
|
||||
std::vector<App::DocumentObject*> claimChildren(void) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user