FEM: rename icon, Constraint Pulley
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -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)));
|
||||
|
||||
@@ -49,7 +49,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPulley, FemGui::ViewProviderFem
|
||||
|
||||
ViewProviderFemConstraintPulley::ViewProviderFemConstraintPulley()
|
||||
{
|
||||
sPixmap = "fem-constraint-pulley";
|
||||
sPixmap = "FEM_ConstraintPulley";
|
||||
}
|
||||
|
||||
ViewProviderFemConstraintPulley::~ViewProviderFemConstraintPulley()
|
||||
|
||||
Reference in New Issue
Block a user