X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2Fcomposimp.py;h=decf706257391945cbd2c9981a83b117f0c75322;hb=91f8ed1cbaed8a138bc89ad058c99625b2aee6c5;hp=f97c0a95c7d2c0bdbe5f27fc111f81333861b1f2;hpb=796ae9061bdbb9bbaffe59639526dd550b2839fb;p=tools%2Feficas.git diff --git a/InterfaceQT4/composimp.py b/InterfaceQT4/composimp.py index f97c0a95..decf7062 100644 --- a/InterfaceQT4/composimp.py +++ b/InterfaceQT4/composimp.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: iso-8859-1 -*- # Copyright (C) 2007-2013 EDF R&D # # This library is free software; you can redistribute it and/or @@ -130,7 +130,12 @@ class Node(browser.JDCNode,typeNode.PopUpMenuNodeMinimal): # Attention l ordre des if est important # Attention il faut gerer les blocs et les facteurs # a gerer comme dans composimp - # Gerer les matrices --> Actuellement pas dans ce type de panneau + # Gestion des matrices + if self.item.wait_matrice (): + from monWidgetMatrice import MonWidgetMatrice + widget=MonWidgetMatrice(self,maDefinition,monNom,monObjet,parentQt,maCommande) + self.widget=widget + return widget #print "____________________________", monNom, self.item.wait_co() #print "____________________________", monNom, self.item.wait_assd()