]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
bug sur le numero de version V9_4_0 V9_4_0rc1
authorpascale.noyret <pascale.noyret@edf.fr>
Wed, 30 Oct 2019 15:36:29 +0000 (16:36 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Wed, 30 Oct 2019 15:36:29 +0000 (16:36 +0100)
Extensions/parametre.py
InterfaceQT4/getVersion.py
InterfaceQT4/qtEficas.py

index f99b8bdc368d262c5ba6d476485b3c067ba97979..5ab01bab1f703b1a590b033b1ce45cb4bad17c6c 100644 (file)
@@ -74,6 +74,7 @@ class PARAMETRE(N_OBJECT.OBJECT,I_OBJECT.OBJECT,Formula) :
     #self.val=valeur
     self.valeur = valeur
     self.val=repr(valeur)
+    self.fenetreIhm=None
 
   def interpreteValeur(self,val):
     """
index 9044feb1fcc561cf1021a8207f0f949713d0c87c..30a2c6556ab07e1387ac85a255e536e640da883a 100644 (file)
@@ -22,7 +22,7 @@
 
 __version = {
     'major': 9,
-    'minor': 3
+    'minor': 4
     }
 
 def getEficasVersion():
index f00e8b1c2affabf9fb6d9e6a627e26bc56bf79ea..f8f580ce1e96f6f804100087f4b242e65c06bbe3 100755 (executable)
@@ -751,7 +751,8 @@ class Appli(AppliSsIhm,Ui_Eficas,QMainWindow):
         titre = tr("version ")
         monVisuDialg=DVisu(parent=self,fl=0)
         monVisuDialg.setWindowTitle(titre)
-        monVisuDialg.TB.setText(self.VERSION_EFICAS +tr(" pour ") + self.code)
+        if self.code != None : monVisuDialg.TB.setText(self.VERSION_EFICAS +tr(" pour ") + self.code)
+        else :  monVisuDialg.TB.setText(self.VERSION_EFICAS )
         monVisuDialg.adjustSize()
         monVisuDialg.show()