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 -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/ad472e57-4780-43ca-a9ff-5aa8589d1708%40googlegroups.com.
