Salome HOME
pb d accent. on les enleve en français
[tools/eficas.git] / InterfaceQT4 / monWidgetSimpBase.py
index a03db34afa14c7fdd7fb1f8bbf33894d05ae4671..9788f9dc6245a42d649fd3177f70b924ee06cf1f 100644 (file)
@@ -35,6 +35,7 @@ class MonWidgetSimpBase (Ui_WidgetSimpBase,Feuille):
 
   def __init__(self,node,monSimpDef,nom,objSimp,parentQt,commande):
         Feuille.__init__(self,node,monSimpDef,nom,objSimp,parentQt,commande)
+        print "MonWidgetSimpBase", nom
         self.parentQt.commandesLayout.insertWidget(-1,self)
         self.setFocusPolicy(Qt.StrongFocus)
         self.connect(self.lineEditVal,SIGNAL("returnPressed()"),self.LEValeurPressed)