Part: rename the basic Part 2D and 3D icons

The basic icons for the basic features are renamed,
`Tree_Part` to `Part_3D_object`, `Tree_Part2D` to `Part_2D_object`.
This commit is contained in:
vocx-fc
2020-10-07 18:27:43 -05:00
committed by wwmayer
parent a1e89da8fd
commit 15408b2132
7 changed files with 7 additions and 7 deletions

View File

@@ -231,7 +231,7 @@ CmdPartSimpleCopy::CmdPartSimpleCopy()
sToolTipText = QT_TR_NOOP("Create a simple non-parametric copy");
sWhatsThis = "Part_SimpleCopy";
sStatusTip = sToolTipText;
sPixmap = "Tree_Part";
sPixmap = "Part_3D_object";
}
static void _copyShape(const char *cmdName, bool resolve,bool needElement=false, bool refine=false) {

View File

@@ -83,6 +83,8 @@
<file>icons/tools/Part_Transformed_Copy.svg</file>
</qresource>
<qresource>
<file>icons/Part_2D_object.svg</file>
<file>icons/Part_3D_object.svg</file>
<file>icons/Part_BoxSelection.svg</file>
<file>icons/Part_Export.svg</file>
<file>icons/Part_Feature.svg</file>
@@ -90,8 +92,6 @@
<file>icons/Part_Import.svg</file>
<file>icons/PartWorkbench.svg</file>
<file>icons/preferences-part_design.svg</file>
<file>icons/Tree_Part.svg</file>
<file>icons/Tree_Part2D.svg</file>
</qresource>
<qresource>
<file>translations/Part_af.qm</file>

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -83,7 +83,7 @@ ViewProvider2DObjectGrid::ViewProvider2DObjectGrid()
pcRoot->addChild(GridRoot);
sPixmap = "Tree_Part2D";
sPixmap = "Part_2D_object";
}
ViewProvider2DObjectGrid::~ViewProvider2DObjectGrid()

View File

@@ -334,7 +334,7 @@ ViewProviderPartExt::ViewProviderPartExt()
Lighting.touch();
DrawStyle.touch();
sPixmap = "Tree_Part";
sPixmap = "Part_3D_object";
loadParameter();
}

View File

@@ -161,7 +161,7 @@ ViewProviderPartReference::ViewProviderPartReference()
//pShapeHints->ref();
//Lighting.touch();
sPixmap = "Tree_Part";
sPixmap = "Part_3D_object";
//loadParameter();
}
@@ -274,7 +274,7 @@ void ViewProviderPartReference::setDisplayMode(const char* ModeName)
{
if ( strcmp("Reference",ModeName)==0 )
setDisplayMaskMode("Reference");
ViewProviderGeometryObject::setDisplayMode( ModeName );
}