Is the QStandarditemModel - finditems() fast?
General and Desktop
2
Posts
2
Posters
2.2k
Views
1
Watching
-
Does someone know about how finditems function in QStandardItemModel actually performs the process? I want to understand if it's safe to use and fast.
And in cases where only one record should be found, Is it better to use a "for" syntax through rows and compare data one by one? or finditems() function is more efficient?