You're right, that's the way to go; but I'm already using a QSortFilterProxyModel to enable the user to filter the QStringListModel content based on regular expressions. Can you chain together multiple QSortFilterProxyModels (i.e., originalSource->QSortFilterProxyModel to produce item list->QSortFilterProxyModel to allow user filtering)?
Cheers,
Martin
Bookmarks