FEM: Fix icon names
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
9ce1020d84
commit
cee4fc688f
|
@ -62,7 +62,7 @@ using namespace Gui;
|
||||||
/* TRANSLATOR FemGui::TaskFemConstraintFixed */
|
/* TRANSLATOR FemGui::TaskFemConstraintFixed */
|
||||||
|
|
||||||
TaskFemConstraintFixed::TaskFemConstraintFixed(ViewProviderFemConstraintFixed *ConstraintView,QWidget *parent)
|
TaskFemConstraintFixed::TaskFemConstraintFixed(ViewProviderFemConstraintFixed *ConstraintView,QWidget *parent)
|
||||||
: TaskFemConstraint(ConstraintView, parent, "Fem_ConstraintFixed")
|
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-fixed")
|
||||||
{
|
{
|
||||||
// we need a separate container widget to add all controls to
|
// we need a separate container widget to add all controls to
|
||||||
proxy = new QWidget(this);
|
proxy = new QWidget(this);
|
||||||
|
|
|
@ -62,7 +62,7 @@ using namespace Gui;
|
||||||
/* TRANSLATOR FemGui::TaskFemConstraintForce */
|
/* TRANSLATOR FemGui::TaskFemConstraintForce */
|
||||||
|
|
||||||
TaskFemConstraintForce::TaskFemConstraintForce(ViewProviderFemConstraintForce *ConstraintView,QWidget *parent)
|
TaskFemConstraintForce::TaskFemConstraintForce(ViewProviderFemConstraintForce *ConstraintView,QWidget *parent)
|
||||||
: TaskFemConstraint(ConstraintView, parent, "Fem_ConstraintForce")
|
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-force")
|
||||||
{
|
{
|
||||||
// we need a separate container widget to add all controls to
|
// we need a separate container widget to add all controls to
|
||||||
proxy = new QWidget(this);
|
proxy = new QWidget(this);
|
||||||
|
|
|
@ -51,7 +51,7 @@ using namespace Gui;
|
||||||
/* TRANSLATOR FemGui::TaskFemConstraintPressure */
|
/* TRANSLATOR FemGui::TaskFemConstraintPressure */
|
||||||
|
|
||||||
TaskFemConstraintPressure::TaskFemConstraintPressure(ViewProviderFemConstraintPressure *ConstraintView,QWidget *parent)
|
TaskFemConstraintPressure::TaskFemConstraintPressure(ViewProviderFemConstraintPressure *ConstraintView,QWidget *parent)
|
||||||
: TaskFemConstraint(ConstraintView, parent, "Fem_ConstraintPressure")
|
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-pressure")
|
||||||
{
|
{
|
||||||
proxy = new QWidget(this);
|
proxy = new QWidget(this);
|
||||||
ui = new Ui_TaskFemConstraintPressure();
|
ui = new Ui_TaskFemConstraintPressure();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user