Conference Registration 2024.07.18.04
|
The TotalFeesDialog class represents a dialog window for calculating and displaying total fees. More...
#include <totalfeesdialog.h>
Public Member Functions | |
TotalFeesDialog (RegistrationList *registrationList) | |
Constructs a TotalFeesDialog object with the given registration list. | |
The TotalFeesDialog class represents a dialog window for calculating and displaying total fees.
This class inherits from QDialog and provides a user interface for calculating and displaying the total fees based on the selected registration type. It also allows the user to close the dialog window.
TotalFeesDialog::TotalFeesDialog | ( | RegistrationList * | registrationList | ) |
Constructs a TotalFeesDialog object with the given registration list.
registrationList | A pointer to the RegistrationList object. |