FEM: rename icon, Constraint Contact
This commit is contained in:
@@ -338,7 +338,7 @@ CmdFemConstraintContact::CmdFemConstraintContact()
|
||||
sToolTipText = QT_TR_NOOP("Creates a FEM constraint for contact between faces");
|
||||
sWhatsThis = "FEM_ConstraintContact";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "fem-constraint-contact";
|
||||
sPixmap = "FEM_ConstraintContact";
|
||||
}
|
||||
|
||||
void CmdFemConstraintContact::activated(int)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<file>icons/fem-clipping-plane-add.svg</file>
|
||||
<file>icons/fem-clipping-plane-remove-all.svg</file>
|
||||
<file>icons/FEM_ConstraintBearing.svg</file>
|
||||
<file>icons/fem-constraint-contact.svg</file>
|
||||
<file>icons/FEM_ConstraintContact.svg</file>
|
||||
<file>icons/fem-constraint-displacement.svg</file>
|
||||
<file>icons/fem-constraint-electrostatic-potential.svg</file>
|
||||
<file>icons/fem-constraint-fixed.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -59,7 +59,7 @@ using namespace Gui;
|
||||
/* TRANSLATOR FemGui::TaskFemConstraintContact */
|
||||
|
||||
TaskFemConstraintContact::TaskFemConstraintContact(ViewProviderFemConstraintContact *ConstraintView,QWidget *parent)
|
||||
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-contact")
|
||||
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintContact")
|
||||
{
|
||||
proxy = new QWidget(this);
|
||||
ui = new Ui_TaskFemConstraintContact();
|
||||
|
||||
@@ -54,7 +54,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintContact, FemGui::ViewProviderFe
|
||||
|
||||
ViewProviderFemConstraintContact::ViewProviderFemConstraintContact()
|
||||
{
|
||||
sPixmap = "fem-constraint-contact";
|
||||
sPixmap = "FEM_ConstraintContact";
|
||||
//Note change "Contact" in line above to new constraint name, make sure it is the same as in taskFem* cpp file
|
||||
ADD_PROPERTY(FaceColor,(0.2f,0.3f,0.2f));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user