X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2FmonWidgetParam.py;h=af61dd5c6204aefa678ec4c3f1e1b3ff382525fa;hb=f4cf310a046c9d2de91704c2efbad5d7e66375be;hp=9e247aa8e5f3c6ff2556809516624e77ec7c9398;hpb=796ae9061bdbb9bbaffe59639526dd550b2839fb;p=tools%2Feficas.git diff --git a/InterfaceQT4/monWidgetParam.py b/InterfaceQT4/monWidgetParam.py index 9e247aa8..af61dd5c 100644 --- a/InterfaceQT4/monWidgetParam.py +++ b/InterfaceQT4/monWidgetParam.py @@ -44,6 +44,9 @@ class MonWidgetParam(QWidget,Ui_WidgetParam,FacultatifOuOptionnel): self.node.fenetre=self self.setupUi(self) self.editor=editor + self.appliEficas=self.editor.appliEficas + self.repIcon=self.appliEficas.repIcon + self.setIconePoubelle() self.remplit() if self.editor.code in ['MAP','CARMELCND'] : self.bCatalogue.close() @@ -54,6 +57,10 @@ class MonWidgetParam(QWidget,Ui_WidgetParam,FacultatifOuOptionnel): self.connect(self.bApres,SIGNAL("clicked()"), self.afficheApres) self.connect(self.bVerifie,SIGNAL("clicked()"), self.verifiePressed) self.editor.affiche_infos("") + if self.editor.widgetOptionnel!= None : + self.editor.widgetOptionnel.close() + self.editor.widgetOptionnel=None +