View Single Post
Posts: 84 | Thanked: 96 times | Joined on Dec 2009 @ Sweden
#6
Originally Posted by krk969 View Post
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. )

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?