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

The NewRegistrationDialog class represents a dialog for creating a new registration. More...

#include <newregistrationdialog.h>

Inheritance diagram for NewRegistrationDialog:

Public Member Functions

 NewRegistrationDialog (RegistrationList *list, QDialog *parent=nullptr)
 Constructs a NewRegistrationDialog object.
 
 ~NewRegistrationDialog ()
 Destroys the NewRegistrationDialog object.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NewRegistrationDialog()

NewRegistrationDialog::NewRegistrationDialog ( RegistrationList * list,
QDialog * parent = nullptr )
explicit

Constructs a NewRegistrationDialog object.

Parameters
listA pointer to the RegistrationList object.
parentThe parent widget of the dialog.

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