#include <shortcut_treeview.h>
Public Member Functions | |
| ShortcutFilterProxyModel (QObject *parent=nullptr) | |
Protected Member Functions | |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
Custom implementation of QSortFilterProxyModel that appends the source and parent strings together when filtering
|
explicit |
|
nodiscardoverrideprotected |
Appends the parent and source row together before doing the regex match.