![]() |
Scanframe Modular Application 0.1.0
|
The Dialog class represents a custom dialog window. More...
#include <ManualControlDialog.h>
Public Member Functions | |
ManualControlDialog (QWidget *parent=nullptr) | |
Constructor for the Dialog class. | |
~ManualControlDialog () override | |
Destructor for the Dialog class. | |
Static Public Member Functions | |
static ManualControlDialog * | getInstance () |
Gets the created dialog instance when it exists. Functions also as a sentry for not allowing to create 2. | |
The Dialog class represents a custom dialog window.
This dialog includes standard "Open", "Save", and "Cancel" buttons at the bottom, managed by a QDialogButtonBox for proper platform-specific layout and behavior.
|
explicit |
Constructor for the Dialog class.
parent | The parent widget of this dialog. |
|
override |
Destructor for the Dialog class.
|
static |
Gets the created dialog instance when it exists. Functions also as a sentry for not allowing to create 2.