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. How are touch events propogated to QML Items
Forum Update on Monday, May 27th 2025

How are touch events propogated to QML Items

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 257 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.
  • A Offline
    A Offline
    Aubrey Francois
    wrote on last edited by
    #1

    Background: We have an application that is designed to run on a large touchscreen. we have noticed that if multiple people are touching the screen at the same time, the touch events "stack up" until all the app is doing is processing (old) touch events and then eventually it will crash. My solution to this was to filter the touch events using an event filter, but I was hoping someone could enlighten me to how touch events are propagated inside of the app?

    Thanks,
    Aubrey

    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