X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2Fcompocomm.py;h=d3e15102ab5ab44915cd604573cd71b3d75109ac;hb=91f8ed1cbaed8a138bc89ad058c99625b2aee6c5;hp=f86c5696cedda68e811815fead6d6dcfd5a69d6b;hpb=16d5922e798b1254eb558678612711d72ed38b32;p=tools%2Feficas.git diff --git a/InterfaceQT4/compocomm.py b/InterfaceQT4/compocomm.py index f86c5696..d3e15102 100644 --- a/InterfaceQT4/compocomm.py +++ b/InterfaceQT4/compocomm.py @@ -30,11 +30,11 @@ from Extensions.eficas_exception import EficasException class Node(browser.JDCNode,typeNode.PopUpMenuNodePartiel): - def getPanel( self ): + def getPanel2( self ): """ """ - from monCommentairePanel import MonCommentairePanel - return MonCommentairePanel(self,parent=self.editor) + from monWidgetCommentaire import MonWidgetCommentaire + return MonWidgetCommentaire(self,self.editor,self.item.object) def createPopUpMenu(self): typeNode.PopUpMenuNodePartiel.createPopUpMenu(self)