We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f93d9 commit 842a634Copy full SHA for 842a634
src/AboutDialog.cpp
@@ -9,6 +9,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
9
{
10
ui->setupUi(this);
11
this->setFixedSize(this->width(), this->height());
12
+ this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
13
14
ui->label_version->setText(tr("Version ") + APP_VERSION + "\n\n" +
15
tr("Qt Version ") + QT_VERSION_STR + "\n\n" +
0 commit comments