]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
CCAR: small optimization for selection of large number of objects in the object browser
authorcaremoli <caremoli>
Tue, 30 Nov 2010 16:29:34 +0000 (16:29 +0000)
committercaremoli <caremoli>
Tue, 30 Nov 2010 16:29:34 +0000 (16:29 +0000)
commitd5f2ce27f7e774607bdb513089014474a1479947
treedc87b85ed2e742a12afdf9630f1a8c88f7a011ed
parent2610ab6124fc401da0f0ca51ca03a69d460588ec
CCAR: small optimization for selection of large number of objects in the object browser
Qt TreeView is not very fast when looping on select of modelindex
It is faster to build a QItemSelection and make a single selection with this object
It is sensible for number of objects greater than 1000
src/ObjBrowser/OB_Browser.cxx