mirror of https://gitee.com/cxasm/notepad--.git
commit
7764effe2a
|
@ -6,6 +6,8 @@ AboutNdd::AboutNdd(QWidget *parent)
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
ui.label->setOpenExternalLinks(true);
|
ui.label->setOpenExternalLinks(true);
|
||||||
|
// 隐藏最大化、最小化按钮
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint);
|
||||||
connect(ui.aboutPushButton, &QPushButton::clicked, this, &AboutNdd::onButtonOkayClicked);
|
connect(ui.aboutPushButton, &QPushButton::clicked, this, &AboutNdd::onButtonOkayClicked);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue