FEM: rename icon, solver standard
This commit is contained in:
@@ -249,7 +249,7 @@ CmdFemCreateSolver::CmdFemCreateSolver()
|
||||
sToolTipText = QT_TR_NOOP("Add a solver to the Analysis");
|
||||
sWhatsThis = "FEM_CreateSolver";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "fem-solver-standard";
|
||||
sPixmap = "FEM_SolverStandard";
|
||||
}
|
||||
|
||||
void CmdFemCreateSolver::activated(int)
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<file>icons/FEM_SolverElmer.svg</file>
|
||||
<file>icons/fem-solver-inp-editor.svg</file>
|
||||
<file>icons/FEM_SolverRun.svg</file>
|
||||
<file>icons/fem-solver-standard.svg</file>
|
||||
<file>icons/FEM_SolverStandard.svg</file>
|
||||
<file>icons/preferences-fem.svg</file>
|
||||
<file>translations/Fem_af.qm</file>
|
||||
<file>translations/Fem_ar.qm</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -46,7 +46,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderSolver, Gui::ViewProviderDocumentObject)
|
||||
|
||||
ViewProviderSolver::ViewProviderSolver()
|
||||
{
|
||||
sPixmap = "fem-solver-standard";
|
||||
sPixmap = "FEM_SolverStandard";
|
||||
}
|
||||
|
||||
ViewProviderSolver::~ViewProviderSolver()
|
||||
|
||||
@@ -946,7 +946,7 @@ class _SolverCxxtools(CommandManager):
|
||||
def __init__(self):
|
||||
super(_SolverCxxtools, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-solver-standard",
|
||||
"Pixmap": "FEM_SolverStandard",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_SolverCalculix",
|
||||
"Solver CalculiX Standard"
|
||||
@@ -989,7 +989,7 @@ class _SolverCalculix(CommandManager):
|
||||
def __init__(self):
|
||||
super(_SolverCalculix, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-solver-standard",
|
||||
"Pixmap": "FEM_SolverStandard",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_SolverCalculiX", "Solver CalculiX (experimental)"
|
||||
),
|
||||
@@ -1079,7 +1079,7 @@ class _SolverZ88(CommandManager):
|
||||
def __init__(self):
|
||||
super(_SolverZ88, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-solver-standard",
|
||||
"Pixmap": "FEM_SolverStandard",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_SolverZ88",
|
||||
"Solver Z88"
|
||||
|
||||
@@ -55,7 +55,7 @@ class _ViewProviderFemSolverCalculix(ViewProviderFemConstraint.ViewProxy):
|
||||
"""
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-solver-standard.svg"
|
||||
return ":/icons/FEM_SolverStandard.svg"
|
||||
|
||||
def setEdit(self, vobj, mode=0):
|
||||
ViewProviderFemConstraint.ViewProxy.setEdit(
|
||||
|
||||
Reference in New Issue
Block a user