FEM: solver z88, add icon and make use of it

This commit is contained in:
Bernd Hahnebach
2020-03-18 23:43:27 +01:00
parent 22ae198e38
commit de0e5fac2c
4 changed files with 5 additions and 2 deletions

View File

@@ -88,6 +88,8 @@ class Proxy(solverbase.Proxy):
class ViewProxy(solverbase.ViewProxy):
pass
def getIcon(self):
return ":/icons/FEM_SolverZ88.ico"
## @}