Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove attempt to set flag that no longer exists in Qt 6
The `AA_DisableWindowContextHelpButton` application attribute was used to disable the context help button (`?` icon) from dialogs on Windows. This attribute no longer exists in Qt 6, and as documented in the Qt 5 docs (https://doc.qt.io/qtforpython-5/PySide2/QtCore/Qt.html#:~:text=Qt.AA_DisableWindowContextHelpButton) it is no longer necessary in Qt 6 since the default behavior is now to hide the button.
- Loading branch information