Conference Registration 2024.07.18.04
|
The MainWindow class represents the main application window. More...
#include <mainwindow.h>
Public Member Functions | |
MainWindow (QWidget *parent=nullptr) | |
Constructs a MainWindow object. | |
~MainWindow () | |
Destroys the MainWindow object. | |
The MainWindow class represents the main application window.
This class inherits from QMainWindow and provides the user interface for the application. It contains various widgets such as a table view, line edit, push button, and actions. The MainWindow class also manages the registration model, registration list, and proxy model.
|
explicit |
Constructs a MainWindow object.
parent | The parent widget (default is nullptr). |