Salome HOME
Qt5 porting avec Pascale
authorTMA Salome <tma.edf@opencascade.com>
Tue, 23 Feb 2016 16:09:34 +0000 (17:09 +0100)
committerTMA Salome <tma.edf@opencascade.com>
Tue, 23 Feb 2016 16:09:34 +0000 (17:09 +0100)
src/EFICASGUI/EFICASGUI.py
src/EFICASGUI/eficasSalome.py

index a56ac522a3b5bc40c4069e1452a17a5b9c35ce64..cb34b7028212e937d76ab30ce0635f597536a9f7 100644 (file)
@@ -5,8 +5,8 @@ import os
 """
     Interface PyQt
 """
-from PyQt4.QtGui import *
-from PyQt4.QtCore import *
+from PyQt5.QtWidgets import *
+from PyQt5.QtCore import *
 
 import salome
 import SalomePyQt
index 02f78fa17305b15125b72b69285f8a295291e315..e7364e0ab78f0ae736a162b7089ec5e3863794dc 100644 (file)
@@ -3,8 +3,8 @@
 
 import sys, os, re,types
 import traceback
-from PyQt4.QtGui import QMessageBox
-from PyQt4.QtGui import QApplication
+from PyQt5.QtWidgets import QMessageBox
+from PyQt5.QtWidgets import QApplication
 
 from salome.kernel.logger import Logger
 logger = Logger( "EFICAS_SRC.EFICASGUI.eficasSalome.py" )