MCPcopy Create free account
hub / github.com/cxasm/notepad-- / AboutNdd

Method AboutNdd

src/aboutndd.cpp:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "aboutndd.h"
2
3AboutNdd::AboutNdd(QWidget *parent)
4 : QWidget(parent)
5{
6 ui.setupUi(this);
7
8 ui.label->setOpenExternalLinks(true);
9 // 隐藏最大化、最小化按钮
10 setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint);
11 connect(ui.aboutPushButton, &QPushButton::clicked, this, &AboutNdd::onButtonOkayClicked);
12}
13
14AboutNdd::~AboutNdd()
15{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected