Qt 6.11 is out! See what's new in the release
blog
Kinetic Scroll on Image ?
Mobile and Embedded
4
Posts
3
Posters
3.1k
Views
1
Watching
-
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 ?