Salome HOME
modif pour MT
[tools/eficas.git] / InterfaceQT4 / monWidgetFactPlie.py
index a72be8ee51773a55b90ec5d7b24b130f47526397..17d79b58b44f2fd587d1b2a5334dae81e06f0c84 100644 (file)
@@ -30,8 +30,9 @@ class MonWidgetFactPlie(Ui_WidgetFactPlie,Groupe):
   """
   def __init__(self,node,editor,parentQt,definition, obj, niveau,commande,insertIn=-1):
       #print "fact plie : ",node.item.nom
+      node.fenetreAAfficher=self
       Groupe.__init__(self,node,editor,parentQt, definition,obj,niveau,commande)
-      self.groupBox.setText(self.node.item.GetLabelText()[0])
+      self.groupBox.setText(self.node.item.getLabelText()[0])
       self.parentQt.commandesLayout.insertWidget(insertIn,self)
 
   def traiteClicSurLabel(self,texte):