|
Conference Registration 2024.07.18.04
|
The RegistrationFilterProxyModel class is a custom proxy model that filters the data based on a filter text. More...
#include <registrationfilterproxymodel.h>
Public Slots | |
| void | setFilterText (const QString &filterText) |
| Sets the filter text to be used for filtering the data. | |
Public Member Functions | |
| RegistrationFilterProxyModel (QObject *parent=nullptr) | |
| Constructs a RegistrationFilterProxyModel object. | |
The RegistrationFilterProxyModel class is a custom proxy model that filters the data based on a filter text.
This class inherits from QSortFilterProxyModel and adds the functionality to filter the data based on a filter text. It provides a slot to set the filter text and updates the filtered data accordingly.
|
explicit |
Constructs a RegistrationFilterProxyModel object.
| parent | The parent object. |
|
slot |
Sets the filter text to be used for filtering the data.
| filterText | The filter text. |