31 #include <QSortFilterProxyModel>
Helper model to make filtering available.
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override
void setSortMechanism(gui_utility::mSortMechanism sortMechanism)
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
GatelibraryProxyModel(QObject *parent=nullptr)
gui_utility::mSortMechanism sortMechanism()
void startSearch(QString text, int options)
QObject * parent() const const