The NewRegistrationDialog class represents a dialog for creating a new registration. More...
#include <newregistrationdialog.h>
Public Member Functions | |
NewRegistrationDialog (RegistrationList *list, QDialog *parent=nullptr) | |
Constructs a NewRegistrationDialog object. | |
~NewRegistrationDialog () | |
Destroys the NewRegistrationDialog object. | |
The NewRegistrationDialog class represents a dialog for creating a new registration.
This class inherits from QDialog and provides functionality for creating a new registration by allowing the user to input various registration details such as registration type, booking date, name, affiliation, email, student qualification, and guest category. The class also provides slots for handling button clicks and combobox changes, as well as private helper methods for setting up the user interface and updating the registration form based on the selected registration type.
|
explicit |
Constructs a NewRegistrationDialog object.
list | A pointer to the RegistrationList object. |
parent | The parent widget of the dialog. |