9 m_Layout(new QGridLayout(this))
11 setObjectName(
"Simulator");
12 QLabel* title =
new QLabel(
this);
13 title->setText(
"Simulator");
14 title->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
QGridLayout * m_Layout
The layout of the simulator widget.
Simulator(QWidget *parent=nullptr)
Constructs the simulator widget.
~Simulator()
Destructs the simulator widget.