FEM: solver taskpanel, rename and move to solver framework

This commit is contained in:
Bernd Hahnebach
2020-05-21 15:04:28 +02:00
parent beaa889797
commit 23054f7dfd
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ from femtools.errors import DirectoryDoesNotExistError
if App.GuiUp:
from PySide import QtGui
import FreeCADGui as Gui
from femguiobjects import _TaskPanelFemSolverControl
from . import solverbase
class Proxy(object):
@@ -105,7 +105,7 @@ class ViewProxy(object):
error_message
)
return False
task = _TaskPanelFemSolverControl.ControlTaskPanel(machine)
task = solverbase.ControlTaskPanel(machine)
Gui.Control.showDialog(task)
return True