Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. flickabler content width and height after zoom?
Forum Updated to NodeBB v4.3 + New Features

flickabler content width and height after zoom?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 163 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dinesh Lama
    wrote on last edited by Dinesh Lama
    #1

    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?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved