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

MNT: stop high-dpi setting warning on pyside6(qt6) #1198

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

Conversation

nstelter-slac
Copy link
Collaborator

@nstelter-slac nstelter-slac commented Mar 14, 2025

The check already in place:

'if hasattr(Qt, "AA_UseHighDpiPixmaps"):'

was not stopping the warning, I think b/c the attribute still exists in Qt6 (was getting ran), but is marked internally as depreciated.

@nstelter-slac nstelter-slac added the pyside6 for adding pyside6 (qt6) support label Mar 14, 2025
The check already in place:

'if hasattr(Qt, "AA_UseHighDpiPixmaps"):'

was not stopping the warning, I think b/c the attribute still exists in Qt6 but is marked internally somehow as depreciated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pyside6 for adding pyside6 (qt6) support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant