From 2c235090885bc8c2cc74a45e85ef1bab48456147 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 8 Dec 2009 09:39:36 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT4/editor.py | 1 + InterfaceQT4/monParamPanel.py | 5 +- UiQT4/myMain.ui | 234 ++++++++++++++++++---------------- 3 files changed, 126 insertions(+), 114 deletions(-) diff --git a/InterfaceQT4/editor.py b/InterfaceQT4/editor.py index 557e15ad..1d2e8a82 100644 --- a/InterfaceQT4/editor.py +++ b/InterfaceQT4/editor.py @@ -382,6 +382,7 @@ class JDCEditor(QSplitter): "Copie impossible", "Aucun Objet n a ete copie ou coupe ") return + child=0 try: child=self.QWParent.noeud_a_editer.doPaste(self.node_selected) except: diff --git a/InterfaceQT4/monParamPanel.py b/InterfaceQT4/monParamPanel.py index 7c4c2649..bbc27622 100644 --- a/InterfaceQT4/monParamPanel.py +++ b/InterfaceQT4/monParamPanel.py @@ -65,11 +65,11 @@ class MonParamPanel(DParam,QTPanelTBW2,QTPanel): self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked) self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged) self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed) - self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed) + self.connect(self.bOk,SIGNAL("clicked()"),self.BOkParamPressed) self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommandChanged) self.connect(self.RBalpha,SIGNAL("clicked()"),self.BuildTabCommandChanged) self.connect(self.BNext,SIGNAL("pressed()"),self.BNextPressed) - self.connect(self.lineEditVal,SIGNAL("returnPressed()"),self.BOkPressed) + self.connect(self.lineEditVal,SIGNAL("returnPressed()"),self.BOkParamPressed) def InitLEs(self): nom=self.node.item.get_nom() @@ -95,6 +95,7 @@ class MonParamPanel(DParam,QTPanelTBW2,QTPanel): self.node.item.set_nom(nom) self.node.item.set_valeur(val) self.node.update_texte() + self.node.update_node_valid() self.editor.init_modif() self.InitLEs() diff --git a/UiQT4/myMain.ui b/UiQT4/myMain.ui index 4a1e785c..747b32d7 100644 --- a/UiQT4/myMain.ui +++ b/UiQT4/myMain.ui @@ -1,7 +1,8 @@ - + + Eficas - - + + 0 0 @@ -9,239 +10,248 @@ 811 - + MainWindow - - - + + + 0 0 1383 - 29 + 26 - - + + &Fichier - - - - - - - - - - + + + + + + + + + + - - + + Edition - - - - + + + + - - + + JdC - - - + + + - - + + &Aide - - + + - - + + Options - - + + - - + + Patrons - - - - - - + + + + + + - - - + + + toolBar - + TopToolBarArea - + false - - - - - - - + + + + + + + - - + + ../Editeur/icons/New24.png../Editeur/icons/New24.png - + &Nouveau - + Ctrl+N - - + + Nouvel Include - - + + ../Editeur/icons/Open24.png../Editeur/icons/Open24.png - + &Ouvrir - + Ctrl+O - - + + ../Editeur/icons/Save24.png../Editeur/icons/Save24.png - + Enregistrer - + Ctrl+E - - + + Enregistrer sous - + Ctrl+Shift+E - - + + Fermer - + Ctrl+W - - + + Fermer tout - - + + ../Editeur/icons/Cut24.png../Editeur/icons/Cut24.png - + Couper - + Ctrl+X + + Qt::ApplicationShortcut + - - + + ../Editeur/icons/Copy24.png../Editeur/icons/Copy24.png - + Copier - + Ctrl+C + + Qt::ApplicationShortcut + - - + + ../Editeur/icons/Paste24.png../Editeur/icons/Paste24.png - + Coller - + Ctrl+V + + Qt::ApplicationShortcut + - - + + Quitter - + Ctrl+Q - - + + Rapport de Validation - - + + Fichier Source - - + + Fichier Résultat - - + + Parametres Eficas - - + + Lecteur Pdf - - + + Eficas - - + + Version - - + + Supprimer -- 2.39.2