2#include <QAbstractButton>
11class ManualControlDialog;
45 void boxClicked(QAbstractButton* button);
47 Ui::ManualControlDialog* ui;
The Dialog class represents a custom dialog window.
Definition ManualControlDialog.h:22
static ManualControlDialog * getInstance()
Gets the created dialog instance when it exists. Functions also as a sentry for not allowing to creat...
~ManualControlDialog() override
Destructor for the Dialog class.
ManualControlDialog(QWidget *parent=nullptr)
Constructor for the Dialog class.
Definition ApplicationPropertyPage.h:7
Definition Application.h:10