Skip to content
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

Help Question Markers Thinga Mabob on Windows #93

Open
oDinZu opened this issue Jun 4, 2020 · 1 comment
Open

Help Question Markers Thinga Mabob on Windows #93

oDinZu opened this issue Jun 4, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@oDinZu
Copy link

oDinZu commented Jun 4, 2020

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.

IncomingRequestDefaultScreen

@oDinZu oDinZu changed the title Question Markers Thinga Mabob on Windows Help Question Markers Thinga Mabob on Windows Jun 4, 2020
@oDinZu
Copy link
Author

oDinZu commented Jun 6, 2020

Here is an option on how to remove the question mark thingamabobs.

https://stackoverflow.com/questions/81627/how-can-i-hide-delete-the-help-button-on-the-title-bar-of-a-qt-dialog

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants