Create Filter for QStandardItemModel
Solved
General and Desktop
-
I want to implement windows like filtering views. I tried to search but couldn't find enough, any reference page or code would be of great help. I attached the photo below about what I'm looking for to implement.
I already made table using QTreeView and QStandardItemModel, so the sorting works, need to implement the Filtering part.
-
Hi,
Are you looking for something like QSortFilterProxyModel ?
-
Yes, you are in charge of writing the GUI part.