Kinetic Scroll on Image ?
-
Hi Guys,
I have to Kinetic Scroll on Image i have used Scroll Area for that purpose and i also used FlickCham on that but the Image is not Scrolling
Please Suggest some way or piece of code for that.Thanks and Advance.
-
I have done some successful kinetic scrolling using QGraphicsView. I suggest making a QGraphicsObject subclass and using QPropertyAnimation in combination with some mouse event handlers.
-
Could you please share some working code ?