![]() |
nsbaci 0.0
|
A modal dialog window for user interactions. More...
#include <dialog.h>


Public Member Functions | |
| Dialog (QWidget *parent=nullptr) | |
| Constructs the dialog. | |
| ~Dialog () | |
| Destroys the dialog and frees resources. | |
A modal dialog window for user interactions.
Dialog provides a secondary window for user input or displaying additional information. It is typically opened from the main window when the user triggers specific actions.
|
explicit |
Constructs the dialog.
Constructs and initializes the dialog.
| parent | Optional parent widget (default is nullptr). |
Sets up the user interface from the UI form file.
| parent | Optional parent widget. |


| Dialog::~Dialog | ( | ) |
Destroys the dialog and frees resources.
Destroys the dialog.
Cleans up the dynamically allocated UI object.