View Single Post
Posts: 13 | Thanked: 0 times | Joined on May 2010
#1
I'm using QT Creator, I am writing an app for my N900 to learn QT. I have a QListWidget that needs to finger scroll, but it seems every time I scroll, the current selection changes to the item my finger landed on to start scrolling. After I scroll, the highlight jumps back to the original item I had selected, but the selectedItem value stays at the item my finger landed on. This forces me to re-select the item after every scroll.
I saw a post about setProperty("FingerScrollable", true), but this does not help, It still behaves the same way.

This is really driving me nuts. How do I fix this?