Core: Supppress 'WhatsThis' in dialogs.

This commit is contained in:
Friedemann Kleint
2011-04-15 11:43:09 +02:00
parent 06c94cda92
commit 8e92316a9a
4 changed files with 5 additions and 0 deletions

View File

@@ -677,6 +677,7 @@ void BaseFileWizard::setupWizard(QWizard *w)
w->setOption(QWizard::NoCancelButton, false);
w->setOption(QWizard::NoDefaultButton, false);
w->setOption(QWizard::NoBackButtonOnStartPage, true);
w->setWindowFlags(w->windowFlags() & ~Qt::WindowContextHelpButtonHint);
}
/*!