9#ifndef REGISTRATIONFILTERPROXYMODEL_H
10#define REGISTRATIONFILTERPROXYMODEL_H
12#include <QSortFilterProxyModel>
The RegistrationFilterProxyModel class is a custom proxy model that filters the data based on a filte...
Definition registrationfilterproxymodel.h:21
void setFilterText(const QString &filterText)
Sets the filter text to be used for filtering the data.
Definition registrationfilterproxymodel.cpp:21
RegistrationFilterProxyModel(QObject *parent=nullptr)
Constructs a RegistrationFilterProxyModel object.
Definition registrationfilterproxymodel.cpp:14