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. ListView, PathView, GridView multiple instance touch event support
Forum Update on Monday, May 27th 2025

ListView, PathView, GridView multiple instance touch event support

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 569 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.
  • _ Offline
    _ Offline
    _tomtom_
    wrote on 7 May 2014, 09:15 last edited by
    #1

    hello guys,

    i'am working on an multitouch application launched on a big touch table. This project is a multi-user oriented project for collaborative work.

    As the title said we work with multiple instance of items on the same scene. But these three components are designed for mouse. Touch events in qquickpathview.cpp ( for example ) are translated into mouse events and interact with the system mouse.

    The problem is we can not interact with more than one at time.

    I searched about inheriting QQuickPathView for override touchEvent functions but it's not really easy and all interesting function are in the private pathview classe.

    Maybe we just have to completely re-design these components but it's no easy too, and not in my mind the best practice.

    Have you got some ideas to help us ?

    thanks a lot

    Thomas

    Plus tu pédales moins vite, moins t'avance plus vite

    1 Reply Last reply
    0

    1/1

    7 May 2014, 09:15

    • Login

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