FEM: rename icon, mesh creat node set

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:10 +01:00
parent e42b4fb045
commit 1b8fb0bc21
7 changed files with 7 additions and 7 deletions

View File

@@ -996,7 +996,7 @@ CmdFemDefineNodesSet::CmdFemDefineNodesSet()
sToolTipText = QT_TR_NOOP("Create node set by Poly");
sWhatsThis = "FEM_DefineNodesSet";
sStatusTip = QT_TR_NOOP("Create node set by Poly");
sPixmap = "fem-femmesh-create-node-by-poly";
sPixmap = "FEM_CreateNodesSet";
}
void CmdFemDefineNodesSet::activated(int)
@@ -1052,7 +1052,7 @@ CmdFemCreateNodesSet::CmdFemCreateNodesSet()
sToolTipText = QT_TR_NOOP("Creates a FEM mesh nodes set");
sWhatsThis = "FEM_CreateNodesSet";
sStatusTip = sToolTipText;
sPixmap = "fem-femmesh-create-node-by-poly";
sPixmap = "FEM_CreateNodesSet";
}
void CmdFemCreateNodesSet::activated(int)

View File

@@ -38,7 +38,7 @@
<file>icons/FEM_EquationHeat.svg</file>
<file>icons/FEM_MeshBoundaryLayer.svg</file>
<file>icons/FEM_MeshClear.svg</file>
<file>icons/fem-femmesh-create-node-by-poly.svg</file>
<file>icons/FEM_CreateNodesSet.svg</file>
<file>icons/fem-femmesh-from-shape.svg</file>
<file>icons/FEM_MeshGmshFromShape.svg</file>
<file>icons/FEM_MeshNetgenFromShape.svg</file>

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -60,7 +60,7 @@ using namespace Gui;
TaskCreateNodeSet::TaskCreateNodeSet(Fem::FemSetNodesObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("fem-femmesh-create-node-by-poly"),
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"),
tr("Nodes set"),
true,
parent),

View File

@@ -49,7 +49,7 @@ using namespace Gui;
TaskDriver::TaskDriver(Fem::FemAnalysis *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("fem-femmesh-create-node-by-poly"),
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"),
tr("Nodes set"),
true,
parent),

View File

@@ -45,7 +45,7 @@ using namespace FemGui;
using namespace Gui;
TaskObjectName::TaskObjectName(App::DocumentObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("fem-femmesh-create-node-by-poly"),
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"),
tr("TaskObjectName"),
true,
parent),

View File

@@ -49,7 +49,7 @@ using namespace Gui;
TaskTetParameter::TaskTetParameter(Fem::FemMeshShapeNetgenObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("fem-femmesh-create-node-by-poly"),
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"),
tr("Tet Parameter"),
true,
parent),