Display multiple images in one QGraphicsView using QScrollBar
Unsolved
General and Desktop
-
I want to display multiple images in one QGraphicsView widget with the ability to use a scroll bar to switch between them. Basically I want a functionality like this: Example
Any tips on how to achieve it? I'm thinking about relating QScrollBar to QGrapchisView using SIGNALS and SLOTS but I wonder if there is a better solution to it.