FEM: rename icon, Constraint Pulley

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:23 +01:00
parent 50ea796f17
commit 1514b85366
5 changed files with 4 additions and 4 deletions

View File

@@ -771,7 +771,7 @@ CmdFemConstraintPulley::CmdFemConstraintPulley()
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for a pulley");
sWhatsThis = "FEM_ConstraintPulley";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-pulley";
sPixmap = "FEM_ConstraintPulley";
}
void CmdFemConstraintPulley::activated(int)

View File

@@ -22,7 +22,7 @@
<file>icons/FEM_ConstraintInitialTemperature.svg</file>
<file>icons/FEM_ConstraintPlaneRotation.svg</file>
<file>icons/FEM_ConstraintPressure.svg</file>
<file>icons/fem-constraint-pulley.svg</file>
<file>icons/FEM_ConstraintPulley.svg</file>
<file>icons/fem-constraint-selfweight.svg</file>
<file>icons/fem-constraint-temperature.svg</file>
<file>icons/fem-constraint-tie.svg</file>

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -51,7 +51,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintPulley */
TaskFemConstraintPulley::TaskFemConstraintPulley(ViewProviderFemConstraintPulley *ConstraintView,QWidget *parent)
: TaskFemConstraintGear(ConstraintView, parent, "fem-constraint-pulley")
: TaskFemConstraintGear(ConstraintView, parent, "FEM_ConstraintPulley")
{
connect(ui->spinOtherDiameter, SIGNAL(valueChanged(double)),
this, SLOT(onOtherDiameterChanged(double)));

View File

@@ -49,7 +49,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPulley, FemGui::ViewProviderFem
ViewProviderFemConstraintPulley::ViewProviderFemConstraintPulley()
{
sPixmap = "fem-constraint-pulley";
sPixmap = "FEM_ConstraintPulley";
}
ViewProviderFemConstraintPulley::~ViewProviderFemConstraintPulley()