36 explicit MainWindow(QWidget *parent =
nullptr);
48 void setupUI(QMainWindow *mainApplicationWindow);
54 void on_actionAddAttendee_triggered();
59 void on_actionGetTotalFees_triggered();
64 void on_actionGetNumberOfAttendeesFromAffiliation_triggered();
69 void on_actionClearFilter_triggered();
74 void on_actionExportRegistrationList_triggered();
79 void on_actionImportRegistrationList_triggered();
82 QTableView *tableViewRegistrations;
86 QStatusBar *statusBar;
88 QAction *actionAddAttendee;
89 QAction *actionExportRegistrationList;
90 QAction *actionImportRegistrationList;
91 QAction *actionSearchAttendee;
92 QAction *actionGetTotalFees;
93 QAction *actionGetNumberOfAttendeesForAffiliation;
95 QLineEdit *lineEditSearch;
96 QPushButton *pushButtonClear;
The MainWindow class represents the main application window.
Definition mainwindow.h:29
MainWindow(QWidget *parent=nullptr)
Constructs a MainWindow object.
Definition mainwindow.cpp:34
~MainWindow()
Destroys the MainWindow object.
Definition mainwindow.cpp:65