Qt 6.11 is out! See what's new in the release
blog
Panning of scene area in QGraphicsView
-
Can some one help me , how do I pan the scene area with out using of scrollbar.
I want to pan the scene area irrespective of the scroll bar policy. -
he first link is working with Scroll bar , but I need to pan without scroll bar.
I tried the second link which does not pan at all.
-
Solution in the link one works ,when scroll bar is enabled and its moves based on the scroll .
If I zoom out the widget scroll bar is automatically goes off and panning is not working.looking for a solution that even though scroll bar is off , I am able to pan the complete scene.