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

The main application window for nsbaci. More...

#include <mainwindow.h>

Inheritance diagram for MainWindow:
Collaboration diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=nullptr)
 Constructs the main window.
 ~MainWindow ()
 Destroys the main window and frees resources.

Detailed Description

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.

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

Constructor & Destructor Documentation

◆ MainWindow()

MainWindow::MainWindow ( QWidget * parent = nullptr)

Constructs the main window.

Constructs and initializes the main window.

Parameters
parentOptional 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.

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

◆ ~MainWindow()

MainWindow::~MainWindow ( )

Destroys the main window and frees resources.

Destroys the main window.

Cleans up the dynamically allocated UI object.


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