self.VERSION_EFICAS="Eficas QT4 V6.3.1"
self.salome=salome
self.ihm="QT"
- self.top = self #(pour CONFIGURATION)
+ self.top = self #(pour CONFIGURATION)
self.QWParent=None #(Pour lancement sans IHM)
self.indice=0
self.dict_reels={}
self.multi=multi
if self.multi == False :self.definitCode(code,ssCode)
- self.RepIcon=os.path.abspath(os.path.join(os.getcwd(),'../Editeur/icons'))
eficas_root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+ self.RepIcon = os.path.join(eficas_root_dir, "Editeur", "icons")
self.ajoutIcones()