fix: don't show what's this button from setting dialog.
This commit is contained in:
parent
3b94eecde2
commit
dc82115e1f
|
@ -42,6 +42,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
|
||||||
});
|
});
|
||||||
|
|
||||||
this->setMinimumSize(300, 61); // not sure why it complain "Unable to set geometry"
|
this->setMinimumSize(300, 61); // not sure why it complain "Unable to set geometry"
|
||||||
|
setWindowFlag(Qt::WindowContextHelpButtonHint, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
SettingsDialog::~SettingsDialog()
|
SettingsDialog::~SettingsDialog()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user