Conference Registration 2024.07.18.04
Loading...
Searching...
No Matches
MainWindow Class Reference

The MainWindow class represents the main application window. More...

#include <mainwindow.h>

Inheritance diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=nullptr)
 Constructs a MainWindow object.
 
 ~MainWindow ()
 Destroys the MainWindow object.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MainWindow()

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

Constructs a MainWindow object.

Parameters
parentThe parent widget (default is nullptr).

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