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

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    dc4bf6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620a231 View commit details
    Browse the repository at this point in the history
  3. Fix compatibility with Qt 6

    - 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
    JamesWrigley committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6ab8a98 View commit details
    Browse the repository at this point in the history
  4. Fix compatibility with Python 3.10

    Python 3.10 no longer automatically converts floats to ints.
    JamesWrigley committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    026bac0 View commit details
    Browse the repository at this point in the history