FEM: rename icon, Constraint Fixed

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:01 +01:00
parent 1dbd171e92
commit 568ab2ba6a
5 changed files with 4 additions and 4 deletions

View File

@@ -426,7 +426,7 @@ CmdFemConstraintFixed::CmdFemConstraintFixed()
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for a fixed geometric entity");
sWhatsThis = "FEM_ConstraintFixed";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-fixed";
sPixmap = "FEM_ConstraintFixed";
}
void CmdFemConstraintFixed::activated(int)

View File

@@ -12,7 +12,7 @@
<file>icons/FEM_ConstraintContact.svg</file>
<file>icons/FEM_ConstraintDisplacement.svg</file>
<file>icons/fem-constraint-electrostatic-potential.svg</file>
<file>icons/fem-constraint-fixed.svg</file>
<file>icons/FEM_ConstraintFixed.svg</file>
<file>icons/fem-constraint-flow-velocity.svg</file>
<file>icons/fem-constraint-fluid-boundary.svg</file>
<file>icons/fem-constraint-force.svg</file>

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -60,7 +60,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintFixed */
TaskFemConstraintFixed::TaskFemConstraintFixed(ViewProviderFemConstraintFixed *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-fixed")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintFixed")
{ //Note change "Fixed" in line above to new constraint name
proxy = new QWidget(this);
ui = new Ui_TaskFemConstraintFixed();

View File

@@ -51,7 +51,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintFixed, FemGui::ViewProviderFemC
ViewProviderFemConstraintFixed::ViewProviderFemConstraintFixed()
{
sPixmap = "fem-constraint-fixed";
sPixmap = "FEM_ConstraintFixed";
}
ViewProviderFemConstraintFixed::~ViewProviderFemConstraintFixed()