forked from qt-creator/qt-creator
ReadOnlyFilesDialog: Hide 'What's this' button on Windows
Change-Id: Id0f9a8ca3d0e395e46d6f7a4c01c6a33d1bc7688 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -143,6 +143,7 @@ ReadOnlyFilesDialog::ReadOnlyFilesDialog(const QList<QString> &fileNames, QWidge
|
|||||||
: QDialog(parent)
|
: QDialog(parent)
|
||||||
, d(new ReadOnlyFilesDialogPrivate(this))
|
, d(new ReadOnlyFilesDialogPrivate(this))
|
||||||
{
|
{
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
d->initDialog(fileNames);
|
d->initDialog(fileNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user