![]() |
2009-12-02
, 09:18
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
The Following 5 Users Say Thank You to danielwilms For This Useful Post: | ||
![]() |
2009-12-02
, 12:21
|
Posts: 24 |
Thanked: 38 times |
Joined on Nov 2009
|
#3
|
![]() |
2009-12-02
, 13:20
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
And beware that currently, using kinetic scrolling in qt4-maemo5 crashes your app if the scrollarea has child widgets.
The Following 2 Users Say Thank You to danielwilms For This Useful Post: | ||
![]() |
2009-12-02
, 22:23
|
Posts: 45 |
Thanked: 15 times |
Joined on Nov 2009
@ Barcelona, Spain
|
#5
|
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
The Following User Says Thank You to cnavarro For This Useful Post: | ||
![]() |
2009-12-02
, 22:42
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2009
|
#6
|
Does this snippet of code work on Qt 4.6 preview?
listWidget_ = new QListWidget();
listWidget_->setProperty("FingerScrollable", true);
It is not working for me... That is, compiles but does not enable finger scrolling behaviour...
It was working in 4.5. It is described in
http://wiki.maemo.org/Qt/Finger_Scrolling
best regards
Carlos