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

Add support for Qt 6 and Python 3.10 #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JamesWrigley
Copy link

I've tested this with PyQt5 and PySide6, fingers crossed that it works with the other libraries 🤞 Qt 4 is unsupported now.

- The Qt.MidButton alias was removed in Qt 6
- QQuickItem.geometryChanged() was renamed to QQuickItem.geometryChange()
- The QWheelEvent.pos() alias was removed in Qt 6
Python 3.10 no longer automatically converts floats to ints.
@matenestor
Copy link

Oh man, I was just in middle of implementing the same support for Qt6... and then I noticed this PR here.
I am leaving what I have done. Can we get this merged, @jmitrevs, please? It sits here for 7 months now.

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

Successfully merging this pull request may close these issues.

2 participants