Conference Registration 2024.07.18.04
|
The TotalRegisteredDialog class represents a dialog window that displays the total number of registered attendees. More...
#include <totalregistereddialog.h>
Public Member Functions | |
TotalRegisteredDialog (RegistrationList *registrationList) | |
Constructs a TotalRegisteredDialog object. | |
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.
TotalRegisteredDialog::TotalRegisteredDialog | ( | RegistrationList * | registrationList | ) |
Constructs a TotalRegisteredDialog object.
registrationList | A pointer to the RegistrationList object that contains the list of registered attendees. |