Hello everybody (I just joined the formue).
I use pyqtgraph in my app and I want to switch for pyqt5 to pyside2 for licensing issues. I tried (in a quick a dirty way) to add pyside2 support to pyqtgraph. At the beginning I it thoughts was easy (just a modification of Qt.py in the sources of pyqtgraph) but then I start finding all kind of "if QT_LIB == 'PyQt4':" in the code, and files specially generated (axisCtrlTelplate....).
I don't know anything about the pyqtgraph internals to cleanly add support to pyside2. Do you guys have an horizon to add pyside2 support (qt4 and pyside are dead projects now
https://en.wikipedia.org/wiki/PySide).
Thanks for this great library.
Felipe