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

silx.gui.qt: Fixed PyQt6 support #3999

Merged
merged 1 commit into from
Dec 14, 2023
Merged

silx.gui.qt: Fixed PyQt6 support #3999

merged 1 commit into from
Dec 14, 2023

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Dec 13, 2023

This PR fixes issues with PyQt6 enums encountered with Python3.12 on macos (other conditions not tested): some (not all) of the Qt enum members were missed when making them available in the class containing the enum (e.g., Qt.Widget, Qt.AlignCenter).

Actually, iterating over the enum no longer returns all of its values...

@t20100 t20100 added this to the 2.0.0 milestone Dec 13, 2023
@t20100 t20100 requested a review from vasole December 13, 2023 15:33
@vasole vasole merged commit 5535f50 into silx-kit:main Dec 14, 2023
7 checks passed
@t20100 t20100 deleted the fix-pyqt6 branch December 14, 2023 13:43
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