-
Notifications
You must be signed in to change notification settings - Fork 55
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
Font dialog #1060
Font dialog #1060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@corranwebster - this may be a bit of a shallow review but I've pulled the branch, ran the unit tests locally on MacOS (qt5) and also tested the example code provide.
Everything seems to be working as expected, so I just have a couple of minor questions.
Let me know if there is an other area that would be beneficial to focus on
Getting failures from MacOS/PySide6. Need to look into it. |
This is a fairly simple PR, so there isn't much else to it (the heavy lifting is already in place). I think everything is addressed and we have tests back to working state, so this just needs merge approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This adds a standard font selection dialog class that works with
Font
classes.This requires #1042 to be merged first.
Fixes #1080