nsbaci 0.0
Loading...
Searching...
No Matches
Dialog Class Reference

A modal dialog window for user interactions. More...

#include <dialog.h>

Inheritance diagram for Dialog:
Collaboration diagram for Dialog:

Public Member Functions

 Dialog (QWidget *parent=nullptr)
 Constructs the dialog.
 ~Dialog ()
 Destroys the dialog and frees resources.

Detailed Description

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.

Note
This class inherits from QDialog and uses Qt's UI form system.

Constructor & Destructor Documentation

◆ Dialog()

Dialog::Dialog ( QWidget * parent = nullptr)
explicit

Constructs the dialog.

Constructs and initializes the dialog.

Parameters
parentOptional parent widget (default is nullptr).

Sets up the user interface from the UI form file.

Parameters
parentOptional parent widget.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~Dialog()

Dialog::~Dialog ( )

Destroys the dialog and frees resources.

Destroys the dialog.

Cleans up the dynamically allocated UI object.


The documentation for this class was generated from the following files: