Sorry but why do you think that its inefficient solution?Originally Posted by harpo
![]()
Sorry but why do you think that its inefficient solution?Originally Posted by harpo
![]()
a life without programming is like an empty bottle![]()
Hi, cause I will be dealing with big number of items and to run thru all the items to find the set would be time-consuming. Also, I have a few filters to implement at the same time, so I was hoping to find a way where I can bunch up that list for showing and then hide the rest at 1 shot.
If you switch from item based to model based approach, you'll be able to use the QSortFilterProxyModel.
thanks I will try that out.
Bookmarks