NOAA-PMEL/PyFerret

Support using PySide2 for displayed graphics

Closed this issue · 1 comments

PySide2 is the Python wrapper to Qt supported by Qt, so support using it as an alternative to PyQt. The parts of the API used by the PyFerret displayed graphics engines are identical to PyQt5 so it is just a matter of using PySide2 as the package instead of PyQt5.

Support for PySide2 added in commit 6b60dd2