Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    QTouchEvent propagation.

    General and Desktop
    1
    2
    1190
    Loading More Posts
    • 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.
    • M
      merimus last edited by

      I'm working on an application for a device similar to the microsoft surface (a multitouch table)

      The base window is a graphics view and objects are graphicsitems.
      Is there an easy way to prevent the touch events from propagating up through the graphicsview and down to another graphics item.

      For instance, if I have two rect items I cannot touch and drag them independently.
      Any ideas?

      1 Reply Last reply Reply Quote 0
      • M
        merimus last edited by

        Actually I believe I need to keep the events from being grouped with the original touch if the only common parent is the graphicsview.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post