Hi,
I use a QFileSystemModel on QListView and QTreeView, all works fine but I added a searchbox and there comes problems.
I tried to inherit QSortFilterProxyModel to filter the list/tree based on my searchbox but I got only problems.
When I set the inherited QSortFilterProxyModel class, the list doesn't show the path I set but the drives.
How make correctly a search filter on this case ?
Thanks