Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. pincharea
    Log in to post
    • All categories
    • L

      Unsolved Is there a simple way to use pinch to zoom an image at the center of the pinch gesture?
      QML and Qt Quick • qml image zoom pinch pincharea • • larkei15

      5
      1
      Votes
      5
      Posts
      2498
      Views

      C

      QZoomableImage

    • eiriham

      Unsolved QML PinchArea and Slider
      General and Desktop • qml slider pincharea scale pinch • • eiriham

      1
      0
      Votes
      1
      Posts
      562
      Views

      No one has replied

    • R

      Unsolved QML PinchArea not working
      Mobile and Embedded • pincharea qml • • Rikudou_Sennin

      2
      0
      Votes
      2
      Posts
      1252
      Views

      D

      Try moving your pincharea outside of the image you are scaling. Either wrap the image inside the pincharea or keep them as siblings. I avoid putting things like pincharea and mouseareas inside things i am scaling as it can really mess with your x,y cordinates on click/select events as things scale.

    • CharlieG

      Use a PinchArea on ListView
      QML and Qt Quick • pincharea listview • • CharlieG

      2
      0
      Votes
      2
      Posts
      1088
      Views

      richardpaulhesse

      Hi,
      Did you solve this issue ?
      I am interessted, because I am facing the same problem.
      Thank you so much !

      Cheers,
      Richard

    • patrikd

      Listview and Pincharea
      QML and Qt Quick • pincharea listview • • patrikd

      2
      0
      Votes
      2
      Posts
      754
      Views

      p3c0

      @patrikd Try setting pressDelay in ListView to some higher value. Eg:

      pressDelay: 1000 // 1 sec