FEM: selection widgets, rename and move module

This commit is contained in:
Bernd Hahnebach
2020-05-21 15:04:26 +02:00
parent 29b61616a8
commit 38d6201a0e
15 changed files with 35 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ from femtools import membertools
if App.GuiUp:
import FreeCADGui as Gui
from femguiobjects import FemSelectionWidgets
from femguiutils import selection_widgets
class Proxy(equationbase.BaseProxy):
@@ -69,7 +69,7 @@ class _TaskPanel(object):
def __init__(self, obj):
self._obj = obj
self._refWidget = FemSelectionWidgets.SolidSelector()
self._refWidget = selection_widgets.SolidSelector()
self._refWidget.setReferences(obj.References)
propWidget = obj.ViewObject.Proxy.getTaskWidget(
obj.ViewObject)