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. Moving multiple Qt Quick Controls2 slider simultaneously

Moving multiple Qt Quick Controls2 slider simultaneously

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 741 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.
  • larry104L Offline
    larry104L Offline
    larry104
    wrote on last edited by
    #1

    It seems that on a multi point touch screen you can't move 2 Qt Quick Controls2 slider at the same time. Pressing multiple keys at the same time works fine - Is there something I miss here?

    1 Reply Last reply
    0
    • semlanikS Offline
      semlanikS Offline
      semlanik
      wrote on last edited by
      #2

      Hi I guess issue here is that QQC2 doesn't handle Touch Events. MT touch devices sent Mouse Events simutainosly with Touch Events, but most components from standard libraries still using MouseAreas and Mouse events. So you can create own QQuickItem and try to handle Touch Events there, hope it will help.

      1 Reply Last reply
      0
      • larry104L Offline
        larry104L Offline
        larry104
        wrote on last edited by
        #3

        Good guess, I looked into the source code of the slider indeed it uses MouseAreas/Mouse events. I guess more work on my side ....
        Thanks!

        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