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. propagateComposedEvents for MultiPointTouchArea
Forum Updated to NodeBB v4.3 + New Features

propagateComposedEvents for MultiPointTouchArea

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 378 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.
  • T Offline
    T Offline
    therealmatiss
    wrote on last edited by
    #1

    Hello! I was wondering why is there no propagateComposedEvents available for MultiPointTouchArea?

    The idea is that to have a MultiPointTouchArea, which rotates/zooms/pans an object and the underlying object has buttons. Unfortunately it's not possible to press those buttons with MultiPointTouchArea on top of it.

    What are the solutions to this problem?

    1 Reply Last reply
    0
    • johngodJ Offline
      johngodJ Offline
      johngod
      wrote on last edited by
      #2

      It will only work with buttons on top of MultiTouchPointArea. It this is not possible, one hacky solution is to mimic the buttons, put them on top, and bind their position to the underlying buttons positions.

      T 1 Reply Last reply
      1
      • johngodJ johngod

        It will only work with buttons on top of MultiTouchPointArea. It this is not possible, one hacky solution is to mimic the buttons, put them on top, and bind their position to the underlying buttons positions.

        T Offline
        T Offline
        therealmatiss
        wrote on last edited by
        #3

        @johngod It's very unfortunate. Is this an intended thing or a bug that there's no propagataComposedEvents for MultiPointTouchArea? I mean the only difference from MouseArea is multiple inputs at once.

        1 Reply Last reply
        0
        • johngodJ Offline
          johngodJ Offline
          johngod
          wrote on last edited by
          #4

          Hi @therealmatiss Since it is not in the MultiPointTouchArea docs it should not be a bug, maybe it just was not developed for it. You can ask about it in the qt dev mailing list and create a feature request in qt bug report https://bugreports.qt.io/secure/Dashboard.jspa. I am a bit work overloaded right now but when I find the time I will try to check qt code and see if this would be feasible to port.

          1 Reply Last reply
          1

          • Login

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