Is it possible to use kinetic scrolling with multi-selection QListView
Hi,
I'm using 4.6.1~git20100122-0maemo1 and trying to use kinetic scrolling
with QListView of which selection mode is multi-selection.
If I set setSelectionMode(QAbstractItemView::NoSelection),
the kinetic scrolling does work, but in other case, it doesn't.
Is it possible to enable it?
If so, how to do it?
Regards,
Kimitake
Re: Is it possible to use kinetic scrolling with multi-selection QListView
I've tried fetchmore example
[url]http://qt.gitorious.org/qt/qt/trees/master/examples/itemviews[/url]
with adding
fetchmoreview->setSelectionMode(QAbstractItemView::MultiSelection);
and it works perfectly.
I'm using 4.6.2~git20100128-0maemo1.
Re: Is it possible to use kinetic scrolling with multi-selection QListView
divanov,
I just removed 4.5.3 package from my scratchbox and confirmed it worked
with 4.6.1~git20100122-0maemo1. Of course, my app also worked.
Thanks!