qtpandas
qtpandas copied to clipboard
Qt5 Support?
Has anyone tried to update this to pyQt5? Would anyone else be interested in using it with Qt5?
I had the same question.
We worked on this in the days of Qt4 - feel free to submit a PR and I'll approve as long as it passes tests. Otherwise not sure when I'd have time to make the updates.
Looking at the code a little more, I realized I didn't have the correct dependancy libraries. qtpy is supposed to take care of choosing the right PyQt version, whether it's 4, 5, or pyside.
..and pyside2 or Qt for Python as they call it