8 : QWidget(parent), m_Layout(new QVBoxLayout(this))
10 setObjectName(
"Launcher");
11 QLabel* title =
new QLabel(
this);
12 title->setText(
"Launcher");
13 title->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
~Launcher()
Destructs the launcher widget.
QVBoxLayout * m_Layout
The layout of the launcher widget.
Launcher(QWidget *parent=nullptr)
Constructs the launcher widget.