How to implement kinetic scrolling for QListWidget? I have seen some examples have very nice scrolling for their list...![]()
How to implement kinetic scrolling for QListWidget? I have seen some examples have very nice scrolling for their list...![]()
This is supposed to be done like this
http://doc.qt.nokia.com/qt-maemo-4.6...r.html#details
You could take a look at the following blog post which employs a method that also works on Symbian:
http://labs.trolltech.com/blogs/2008...tic-scrolling/
However, if you don't mind using pre-release software, you could also checkout using the ListView element in QML which is part of the upcoming Qt 4.7 release:
http://doc.qt.nokia.com/4.7-snapshot/qml-listview.html