Qt: Don't show the Qt "What's this" button

This commit is contained in:
Starsam80 2017-06-29 18:52:53 -06:00
commit ed0ba7ef28
No known key found for this signature in database
GPG key ID: 4E48BB48BA7E9026
5 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,7 @@ SettingsWindow::SettingsWindow(QWidget* parent) : QDialog(parent)
{
// Set Window Properties
setWindowTitle(tr("Settings"));
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
resize(720, 600);
// Main Layout