create a hidden column where you store only the first (integer) part of the string. And then sort for that column. Or create your own QSortFilterProxyModel and define a proper sort function. (QSortFilterProxyModel::lessThan())
create a hidden column where you store only the first (integer) part of the string. And then sort for that column. Or create your own QSortFilterProxyModel and define a proper sort function. (QSortFilterProxyModel::lessThan())
Bookmarks