9 #include <QSortFilterProxyModel>
24 bool lessThan(
const QModelIndex &source_left,
25 const QModelIndex &source_right)
const override;
A sort and filter proxy model supporting string collation.
QCollator collator() const
Retrieves the string collator currently in use.
void set_collator(const QCollator &coll)
Changes the collator currently in use.
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
Reimplemented protected function.
collated_sort_filter_proxy_model(QObject *parent=nullptr)
Constructor.