Qt 6.11 is out! See what's new in the release
blog
flickabler content width and height after zoom?
-
Here is the simple flickable item i have:
Flickable { anchors.fill: parent contentWidth: image.width; contentHeight: image.height Image { id: image; source: "images/download.png"; PinchHandler { } } }Here when i zoom the image somehow i'm not able to flick/drag the image in the flickable area. How can i resolve this?