Qt 6.11 is out! See what's new in the release
blog
QTouchEvent propagation.
General and Desktop
2
Posts
1
Posters
1.6k
Views
1
Watching
-
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? -
Actually I believe I need to keep the events from being grouped with the original touch if the only common parent is the graphicsview.