Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Gestures in QML 2.0

Gestures in QML 2.0

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.0k 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
    ddpro
    wrote on last edited by
    #1

    Hi there,
    What is the best way to capture simple gestures (like swipe left, right, up, down) in QML 2.0?
    I found the MultiPointTouchArea element but it seems there is no built in support for simple standard gestures.
    Thanks a ton.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on last edited by
      #2

      There are no built-in gesture recognizers in Quick 2, apart from PinchArea. MultiPointTouchArea is still your best bet, I believe. Recognizing one finger gestures like swipe should be simple enough.

      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