|
2010-01-13
, 14:03
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
I bet this question is asked before, however i cant fint a thread about it.
Is it possible to make kinetic scrolling with default qt version (4.5.3?) under framantle? I tried varius filter but no go with that.
Or has anyone made their own routines for this that is re-usable?
The Following User Says Thank You to krk969 For This Useful Post: | ||
|
2010-01-13
, 14:07
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#3
|
The Following 6 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-01-13
, 15:01
|
Posts: 84 |
Thanked: 96 times |
Joined on Dec 2009
@ Sweden
|
#4
|
The version of Qt that knows about finger scrolling will be released with PR1.1, see http://wiki.maemo.org/Qt4_Hildon#FREMANTLE_.28Qt_4.5.29 for details.
|
2010-01-15
, 07:04
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#5
|
updated the wiki Here
Im trying it today.
Will update the wiki.
works only in 4.6 AFAIK.
|
2010-01-15
, 08:23
|
Posts: 84 |
Thanked: 96 times |
Joined on Dec 2009
@ Sweden
|
#6
|
Ive tried the kinetic scrolling and integrated it into my londonTubeApp, works like a charm.
Ill be updating the wiki as soon as im done testing.
the only issues Ive found
- I cant make anything kinetic scroll inside my QMainWindow object, that was pretty strange, in case any of you get a chance to try please update the wiki.
- doesnt kinetic scroll a QWebView AFAIK. ( tried it, the screen responds to my touch but doesnt paint the screen well. )
|
2010-01-15
, 08:33
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#7
|
The version of Qt that knows about finger scrolling will be released with PR1.1, see http://wiki.maemo.org/Qt4_Hildon#FREMANTLE_.28Qt_4.5.29 for details.
|
2010-01-15
, 09:08
|
Posts: 84 |
Thanked: 96 times |
Joined on Dec 2009
@ Sweden
|
#8
|
I would like to try this very much now, but the wiki.maemo.org is currently down because of the server moves. Does anyone have it open or a sample code that they could copy and paste here?
Cheers!
QTableWidget *table = new QTableWidget(this); table->setProperty("FingerScrollable", true);
The Following 4 Users Say Thank You to Hexagoon For This Useful Post: | ||
|
2010-01-15
, 09:17
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#9
|
Edit: In Qt Creator you just create a dynamic property (FingerScrollable, bool, true) on the element you wish to enable it on.
|
2010-01-15
, 10:04
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#10
|
Putting a QAbastractScrollArea inside you mainwindow will solve the first problem, i think
Edit: Or did you mean that no sub-childs of the qmainwindow fingerscrolls?
The Following User Says Thank You to krk969 For This Useful Post: | ||
Is it possible to make kinetic scrolling with default qt version (4.5.3?) under framantle? I tried varius filter but no go with that.
Or has anyone made their own routines for this that is re-usable?
Edit: The reason i'm asking is that it would be über-slick to have this in my app "Qtify".