FEM: rename icon, Constraint Fixed
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -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();
|
||||
|
||||
@@ -51,7 +51,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintFixed, FemGui::ViewProviderFemC
|
||||
|
||||
ViewProviderFemConstraintFixed::ViewProviderFemConstraintFixed()
|
||||
{
|
||||
sPixmap = "fem-constraint-fixed";
|
||||
sPixmap = "FEM_ConstraintFixed";
|
||||
}
|
||||
|
||||
ViewProviderFemConstraintFixed::~ViewProviderFemConstraintFixed()
|
||||
|
||||
Reference in New Issue
Block a user