1 #ifndef DIALOGS_OPTIONCATEGORYFILTERMODEL_H 2 #define DIALOGS_OPTIONCATEGORYFILTERMODEL_H 4 #include <QSortFilterProxyModel> 15 virtual bool filterAcceptsRow(
int source_row,
const QModelIndex &sourceParent)
const;
22 #endif // DIALOGS_OPTIONCATEGORYFILTERMODEL_H virtual bool filterAcceptsRow(int source_row, const QModelIndex &sourceParent) const
OptionCategoryFilterModel(QObject *parent=nullptr)
Constructs an option category filter model.
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog.
The OptionCategoryFilterModel class is used by SettingsDialog to filter option categories.