View Single Post
Posts: 45 | Thanked: 15 times | Joined on Nov 2009 @ Barcelona, Spain
#5
Originally Posted by danielwilms View Post
This is what I tried to say before. These things might happen in a technical preview, and this is the reason why it is in extras-devel. For more information there is a blog-post of Kate, which points to this nice presentation, with examples and more information. It is worth to check that out.

Cheers Daniel
I was able to find the code snooping in the qt code that Daniel pointed out.

For those interested, here is the snippet of code

#include <QMaemo5KineticScroller>
#include <QListWidget>

listWidget_ = new QListWidget();
new QMaemo5KineticScroller(listWidget_);

And your .pro needs to have QT +=maemo5

Thank you all

Last edited by cnavarro; 2009-12-02 at 22:34.
 

The Following User Says Thank You to cnavarro For This Useful Post: