You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the Qt::WindowContextHelpButtonHint flag is added to dialogs. You can control this with the WindowFlags parameter to the dialog constructor.
As of Qt 5.10, you can disable these buttons globally with a single QApplication attribute! QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
Operating System: Windows 10 Pro 64bit
Application Version: SDL v1.3-Chat-Alpha
I wonder if we are able to remove these little question markers beside all exit X boxes. At the moment, they have no function.
The text was updated successfully, but these errors were encountered: