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. QWidget gestures on android
Forum Updated to NodeBB v4.3 + New Features

QWidget gestures on android

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 4.3k Views 1 Watching
  • 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.
  • L Offline
    L Offline
    lroels
    wrote on last edited by
    #1

    Did anyone succeed in getting swipe, pan and pinch gestures in a QWidget based android application. I only seem to be able to get the tap and hold gesture.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      did you "grab":http://qt-project.org/doc/qt-4.8/qwidget.html#grabGesture the gesture?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lroels
        wrote on last edited by
        #3

        yes, grabbed all gestures, even tried swiping with 2 or three fingers, nothing happens except for tap and hold

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          this "thread":http://qt-project.org/forums/viewthread/34337 may be interesting for you.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lroels
            wrote on last edited by
            #5

            Finally found what seems to be the problem, to get the gestures in a custom widget I have to call grabGesture(...) in both the MainWindow constructor and in my custom widget.

            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