Move Mesh_Mesh_from_Shape icon from Mod/MeshPart to Mod/Mesh

Move the icon Mesh_Mesh_from_Shape.svg
from .../Mod/MeshPart/Gui/Resources/icons
to .....//Mod/Mesh/Gui/Resources/icons
edit both Mesh.qrc and MeshPart.qrc accordingly
remove referrence to the icon from the command in
the MeshPart Command.cpp file and add it to
the Mesh Command.cpp file
This commit is contained in:
jmaustpc
2013-12-14 00:58:58 +11:00
parent d169075d7f
commit 283675a454
5 changed files with 2 additions and 2 deletions

View File

@@ -462,6 +462,7 @@ CmdMeshFromPartShape::CmdMeshFromPartShape()
sToolTipText = QT_TR_NOOP("Tessellate shape");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Mesh_Mesh_from_Shape.svg";
}
void CmdMeshFromPartShape::activated(int iMsg)

View File

@@ -3,6 +3,7 @@
<file>icons/mesh_boundary.svg</file>
<file>icons/mesh_cut.svg</file>
<file>icons/Tree_Mesh.svg</file>
<file>icons/Mesh_Mesh_from_Shape.svg</file>
<file>translations/Mesh_af.qm</file>
<file>translations/Mesh_de.qm</file>
<file>translations/Mesh_fi.qm</file>

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -48,7 +48,6 @@ CmdMeshPartMesher::CmdMeshPartMesher()
sToolTipText = QT_TR_NOOP("Tessellate shape");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Mesh_Mesh_from_Shape.svg";
}
void CmdMeshPartMesher::activated(int iMsg)

View File

@@ -1,7 +1,6 @@
<RCC>
<qresource>
<file>icons/actions/MeshFace.svg</file>
<file>icons/Mesh_Mesh_from_Shape.svg</file>
<file>translations/MeshPart_af.qm</file>
<file>translations/MeshPart_de.qm</file>
<file>translations/MeshPart_fi.qm</file>