FEM: rename uis of python task panels to TaskPanelName

This commit is contained in:
Bernd Hahnebach
2015-11-08 09:32:01 +01:00
parent 0c52be2f78
commit 74d86a456f
13 changed files with 17 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ if FreeCAD.GuiUp:
class _TaskPanelResultControl:
'''The control for the displacement post-processing'''
def __init__(self):
self.form = FreeCADGui.PySideUic.loadUi(FreeCAD.getHomePath() + "Mod/Fem/ShowDisplacement.ui")
self.form = FreeCADGui.PySideUic.loadUi(FreeCAD.getHomePath() + "Mod/Fem/TaskPanelShowDisplacement.ui")
#Connect Signals and Slots
QtCore.QObject.connect(self.form.rb_none, QtCore.SIGNAL("toggled(bool)"), self.none_selected)