9#ifndef TOTALFEESDIALOG_H
10#define TOTALFEESDIALOG_H
41 void on_comboBoxRegistrationType_currentIndexChanged();
49 QGridLayout *gridLayout;
50 QLabel *labelRegistrationType;
51 QComboBox *comboBoxRegistrationType;
52 QLabel *labelTotalFees;
53 QLineEdit *lineEditTotalFees;
54 QPushButton *pushButtonClose;
Manages a list of conference registrations.
Definition registrationlist.h:28
The TotalFeesDialog class represents a dialog window for calculating and displaying total fees.
Definition totalfeesdialog.h:28
TotalFeesDialog(RegistrationList *registrationList)
Constructs a TotalFeesDialog object with the given registration list.
Definition totalfeesdialog.cpp:21