X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2FmonWidgetSimpComplexe.py;h=fe7c54b8ef8c6d5bf8299ed437e76f954f8e850a;hb=df0e1a1f57e70d3d99dd7fb381845500c3d3c6dd;hp=5e219dc58950989e638761820e64a6034324fd80;hpb=5513f1049a1f06f6f57957d5897017884034738b;p=tools%2Feficas.git diff --git a/InterfaceQT4/monWidgetSimpComplexe.py b/InterfaceQT4/monWidgetSimpComplexe.py index 5e219dc5..fe7c54b8 100644 --- a/InterfaceQT4/monWidgetSimpComplexe.py +++ b/InterfaceQT4/monWidgetSimpComplexe.py @@ -33,8 +33,8 @@ from qtSaisie import SaisieValeur class MonWidgetSimpComplexe (Ui_WidgetSimpComplexe,Feuille): - def __init__(self,node,monSimpDef,nom,objSimp,parentQt): - Feuille.__init__(self,node,monSimpDef,nom,objSimp,parentQt) + def __init__(self,node,monSimpDef,nom,objSimp,parentQt,commande): + Feuille.__init__(self,node,monSimpDef,nom,objSimp,parentQt,commande) self.parentQt.commandesLayout.insertWidget(-1,self) self.setFocusPolicy(Qt.StrongFocus) self.connect(self.LEImag,SIGNAL("returnPressed()"),self.LEImagRPressed) @@ -42,6 +42,11 @@ class MonWidgetSimpComplexe (Ui_WidgetSimpComplexe,Feuille): self.connect(self.RBRI,SIGNAL("clicked()"), self.ValeurPressed ) self.connect(self.RBMP,SIGNAL("clicked()"), self.ValeurPressed ) self.connect(self.LEComp,SIGNAL("returnPressed()"),self.LECompRPressed) + self.maCommande.listeAffichageWidget.append(self.LEComp) + #self.maCommande.listeAffichageWidget.append(self.RBRI) + #self.maCommande.listeAffichageWidget.append(self.RBMP) + #self.maCommande.listeAffichageWidget.append(self.LEReel) + #self.maCommande.listeAffichageWidget.append(self.LEImag) def setValeurs(self):