def get_file_variable(self) :
#---------------------------#
titre = "Choix d'un fichier XML"
- texte = "Le fichier contient une commande INCLUDE\n"
+ texte = "Le fichier contient une commande MODEL\n"
texte = texte+'Donnez le nom du fichier XML qui contient la description des variables'
QMessageBox.information( self, titre,texte)
mc = self.node.item.get_definition()
if self.node.item.get_nom() != "FileName" :
self.BFichier.close()
+ else :
+ self.bParametres.close()
type = mc.type[0]
#if not('grma' in repr(type)) or not(self.editor.salome) :
if not(('grma' in repr(type)) or ('grno' in repr(type))) or not(self.editor.salome) :
def BOk2Pressed(self):
SaisieValeur.BOk2Pressed(self)
- if self.node.item.parent.nom == "MODEL" :
- self.node.item.parent.change_fichier="1"
- self.node.item.parent.build_include(None,"")
def BFichierPressed(self):
fichier = QFileDialog.getOpenFileName(self.appliEficas,
def LEValeurPressed(self):
SaisieValeur.LEValeurPressed(self)
if self.node.item.parent.nom == "MODEL" :
- self.node.item.parent.change_fichier="1"
- self.node.item.parent.build_include(None,"")
+ if self.node.item.isvalid():
+ self.node.item.parent.change_fichier="1"
+ self.node.item.parent.build_include(None,"")
def BParametresPressed(self):
QTPanel.BParametresPressed(self)