Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt5 Support #111

Closed
thuyen opened this issue Dec 13, 2016 · 2 comments
Closed

Qt5 Support #111

thuyen opened this issue Dec 13, 2016 · 2 comments

Comments

@thuyen
Copy link

thuyen commented Dec 13, 2016

Is it possible to use PyQt5 instead?

Thanks.

@nilsonholger
Copy link
Member

Hmmmmm, not sure, but why don't you give it a try and tell me how it goes? Basically, just install the necessary PyQt5 dependencies and replace all from PyQt4 import ... to from PyQt5 import .... Might just do the trick...

@thuyen
Copy link
Author

thuyen commented Dec 24, 2016

Yeah, I have been running it with Qt5. Due to some changes in the interface, it takes a little more work. I push it here:
https://github.com/thuyen/sloth/tree/qt5
I don't have any experience with QT, changes are very rudimentary, just make it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants