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

The TotalRegisteredDialog class represents a dialog window that displays the total number of registered attendees. More...

#include <totalregistereddialog.h>

Inheritance diagram for TotalRegisteredDialog:

Public Member Functions

 TotalRegisteredDialog (RegistrationList *registrationList)
 Constructs a TotalRegisteredDialog object.
 

Detailed Description

The TotalRegisteredDialog class represents a dialog window that displays the total number of registered attendees.

This class inherits from QDialog and provides functionality to calculate and display the total number of registered attendees. It includes UI elements such as labels, line edits, and buttons for user interaction.

Constructor & Destructor Documentation

◆ TotalRegisteredDialog()

TotalRegisteredDialog::TotalRegisteredDialog ( RegistrationList * registrationList)

Constructs a TotalRegisteredDialog object.

Parameters
registrationListA pointer to the RegistrationList object that contains the list of registered attendees.

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