Hello, All !
I have two similar QTreeView's with sorted data in everywhere for move data from one model to another.
QTreeView
|
QSortFIlterProxyModel
||
QStandardItemModel.
I manipulate with model data using methods data()/setData() from one model to another, but if I try to select very many rows (~1000) then time of moving became very very big. Any ideas ? Can I do it without copying ?
Thanks in advance.


Reply With Quote


). If you do so it would probably be faster and less memory consumming because it would avoid some duplications and deep copies but I'm not sure how much... I guess it depends on what you're actually doing.

Bookmarks