QTouchEvent propagation.
-
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?