Salome HOME
nettoyage des GetPanel et affichage pler deplier selon l ancien etat
[tools/eficas.git] / InterfaceQT4 / groupe.py
index c165ebf08959e274794d5d99269aabb00080ce9c..d08afec949f089218fcc621f4e41017097e91cd5 100644 (file)
@@ -73,7 +73,8 @@ class Groupe(QtGui.QWidget,FacultatifOuOptionnel):
   def afficheMots(self):
       #print "ds afficheMots ",self.node.item.nom
       for node in self.node.children:
-           #print "afficheMots ",node," " ,node.item.nom, " ",node.plie ," ", node.appartientAUnNoeudPlie
+           #if node.item.nom == "Background" :print "afficheMots ",node," " ,node.item.nom, " ",node.plie ," ", node.appartientAUnNoeudPlie,node.getPanelGroupe
+           #if node.item.nom == "BackgroundError" :print "afficheMots ",node," " ,node.item.nom, " ",node.plie ," ", node.appartientAUnNoeudPlie,node.getPanelGroupe
            # non return mais  continue car il faut tenir compte des blocs
            if node.appartientAUnNoeudPlie==True : continue
            #print "je suis apres le if pour ",node.item.nom