From 9378686d3c58354a1dcc216c7a21539cf82ceee7 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 10 Jun 2010 12:04:22 +0000 Subject: [PATCH] *** empty log message *** --- Aster/CMakeLists.txt | 2 +- InterfaceQT4/gereTraduction.py | 4 ++++ UiQT4/desCommande.ui | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Aster/CMakeLists.txt b/Aster/CMakeLists.txt index b8a63da8..43110570 100644 --- a/Aster/CMakeLists.txt +++ b/Aster/CMakeLists.txt @@ -24,7 +24,7 @@ install ( FILES configuration_ASTER.py __init__.py prefs_ASTER.py prefs.py properties.py qtEficas_aster.py qtGroup.py style.py - editeur_salome.ini editeur.ini + editeur_salome.ini editeur.ini eficas_aster.py LICENSE.TERMS DESTINATION ${CMAKE_INSTALL_PREFIX}/Aster ) diff --git a/InterfaceQT4/gereTraduction.py b/InterfaceQT4/gereTraduction.py index 307ffa89..d7500886 100644 --- a/InterfaceQT4/gereTraduction.py +++ b/InterfaceQT4/gereTraduction.py @@ -11,12 +11,15 @@ def traduction(directPath,editor,version): if version == "V8V9" : from Traducteur import traduitV8V9 suffixe="v9.comm" + print "hhhhhhhhhhhhhhhhhhhhhhhhhhhh" fn = QFileDialog.getOpenFileName( editor.appliEficas, editor.appliEficas.trUtf8('Traduire Fichier'), QString(directPath) , editor.appliEficas.trUtf8('JDC Files (*.comm);;''All Files (*)')) + print "hhhhhhhhhhhhhhhhhhhhhhhhhhhh" + print fn FichieraTraduire=str(fn) if (FichieraTraduire == "" or FichieraTraduire == () ) : return i=FichieraTraduire.rfind(".") @@ -28,6 +31,7 @@ def traduction(directPath,editor,version): log=directLog+"/convert.log" os.system("rm -rf "+log) os.system("rm -rf "+FichierTraduit) + print "hhhhhhhhhhhhhhhhhhhhhhhhhhhh" qApp.setOverrideCursor(QCursor(Qt.WaitCursor)) if version == "V7V8" : traduitV7V8.traduc(FichieraTraduire,FichierTraduit,log) diff --git a/UiQT4/desCommande.ui b/UiQT4/desCommande.ui index 1f615e55..434caad0 100644 --- a/UiQT4/desCommande.ui +++ b/UiQT4/desCommande.ui @@ -28,7 +28,7 @@ - 1 + 0 -- 2.39.2