17 : QSortFilterProxyModel(parent)
23 if (QSortFilterProxyModel::filterAcceptsRow(sourceRow, sourceParent))
27 return category->matches(filterRegExp().pattern());
The OptionCategoryModel class is used by SettingsDialog to store and display option categories...
The OptionCategory class wraps associated option pages.
OptionCategoryFilterModel(QObject *parent=nullptr)
Constructs an option category filter model.
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog.
virtual bool filterAcceptsRow(int source_row, const QModelIndex &sourceParent) const override