![]() |
nsbaci 0.0
|
The main application window for nsbaci. More...
#include <mainwindow.h>


Public Member Functions | |
| MainWindow (QWidget *parent=nullptr) | |
| Constructs the main window. | |
| ~MainWindow () | |
| Destroys the main window and frees resources. | |
The main application window for nsbaci.
MainWindow serves as the primary user interface for the nsbaci application. It provides a text editing area and menu actions for user interactions.
| MainWindow::MainWindow | ( | QWidget * | parent = nullptr | ) |
Constructs the main window.
Constructs and initializes the main window.
| parent | Optional parent widget (default is nullptr). |
Sets up the user interface from the UI form, configures the central widget as a plain text editor, sets the window title, displays a welcome message in the status bar, and sets the application icon on Windows.
| parent | Optional parent widget. |


| MainWindow::~MainWindow | ( | ) |
Destroys the main window and frees resources.
Destroys the main window.
Cleans up the dynamically allocated UI object.