9#ifndef TOTALREGISTEREDDIALOG_H
10#define TOTALREGISTEREDDIALOG_H
41 void on_lineEditAffiliation_textChanged();
51 QGridLayout *gridLayout;
52 QLabel *labelAffiliation;
53 QLineEdit *lineEditAffiliation;
54 QLabel *labelTotalAttendees;
55 QLineEdit *lineEditTotalAttendees;
56 QPushButton *pushButtonClose;
Manages a list of conference registrations.
Definition registrationlist.h:28
The TotalRegisteredDialog class represents a dialog window that displays the total number of register...
Definition totalregistereddialog.h:27
TotalRegisteredDialog(RegistrationList *registrationList)
Constructs a TotalRegisteredDialog object.
Definition totalregistereddialog.cpp:19