1#ifndef DIALOGS_OPTIONCATEGORYFILTERMODEL_H
2#define DIALOGS_OPTIONCATEGORYFILTERMODEL_H
4#include <QSortFilterProxyModel>
14 bool filterAcceptsRow(
int source_row,
const QModelIndex &sourceParent)
const override;
The OptionCategoryFilterModel class is used by SettingsDialog to filter option categories.
OptionCategoryFilterModel(QObject *parent=nullptr)
Constructs an option category filter model.
bool filterAcceptsRow(int source_row, const QModelIndex &sourceParent) const override