draperjames / qtpandas

Qt Meets Pandas
MIT License
140 stars 53 forks source link

Qt5 Support? #42

Open curtisma opened 6 years ago

curtisma commented 6 years ago

Has anyone tried to update this to pyQt5? Would anyone else be interested in using it with Qt5?

mihaispetrescu commented 6 years ago

I had the same question.

zbarge commented 6 years ago

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.

mihaispetrescu commented 6 years ago

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.

sem-geologist commented 6 years ago

..and pyside2 or Qt for Python as they call it