-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
PR: Improve enum to flags aliasing for PyQt6 and PySide6 > 6.3 and QFileDialog
static methods kwarg compatibility
#449
Conversation
2150967
to
882d604
Compare
d0be7fb
to
3664658
Compare
3664658
to
d389b16
Compare
QFileDialog
static methods kwarg compatibility
QFileDialog
static methods kwarg compatibilityQFileDialog
static methods kwarg compatibility
… kwargs wrapper function in _utils
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.
Thanks for your work @dalthviz! It looks good to me, but I have one quick question:
Has this been tested in Napari and works as expected now? I say it because it seems your previous PR was not enough for what they need.
Yep, checks were done and seems like the latest changes here fixed the issues. You can see the feedback for the last changes at napari/napari#6164 (comment) |
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.
Thanks @dalthviz!
QtWidgets.QFileDialog.Options
access asQtWidgets.QFileDialog.Option
alias (PyQt6) #448 and PR: RestoreQt.ItemFlags
access asQt.ItemFlag
alias (PyQt6) #444QFileDialog
static methods (used for compatibility with thedir
vsdirectory
kwarg specification)Need for changes discovered at napari/napari#6164 (comment) and napari/napari#6164 (comment)