Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.0.0 Beta
-
-
Qt6 Installer Sprint 18
Description
Qt 5 by default adds a 'What's this' button to dialogs, that however is not functional for the INstaller Settings.
This can be prevented globally by setting Qt::AA_DisableWindowContextHelpButton on the application, or in the dialog setup by explicitly removing the removing Qt::WindowContextHelpButtonHint attribute.