[Qt-interest] QtScroller/QScroller strange behavior
kahola g
kahola.g at gmail.com
Sat Jun 4 18:48:56 CEST 2011
Hi
I am using QtScroller for kinetic scroll on a QListView.
This works fine as long as I dont set the selection mode to
QAbstractItemView::MultiSelection.
If i use MultiSelection then on touch devices sometimes when I flick
instead of scroll,
I get a lot of selected items. It looks like sometime touch results in
double click kind of behvavior and
listview use the drag to select multiple items. You can see the same
behviour in the example
of QtScroller(on desktop) if you do a double click quickly and drag.
I think I can get rid of it by ignoring double clicks in a subclass of
listview but shouldn't this work without such tweaks.
is it a bug.
--
kg
More information about the Qt-interest-old
mailing list