]> SALOME platform Git repositories - modules/gui.git/blob - tools/CurvePlot/src/python/pyqtside/QtWidgets.py
Salome HOME
dd00a92cc87f63ff37b1e30169d47e9dfc210e42
[modules/gui.git] / tools / CurvePlot / src / python / pyqtside / QtWidgets.py
1 from . import _use_pyqt
2 if _use_pyqt:
3   from PyQt5.QtWidgets import *
4 else:
5   from PySide.QtWidgets import *