Hi,

I am currently trying to create a multitouch onscreen keyboard.
I own an asus t91mt, which has a dualtouch touchscreen.
My problem is that, although a TouchEvent can registers up to 2 touches, two different widgets cannot be touched at the same time.

It seems that once a widget recieves a TouchEvent, other widgets cannot, so that the second finger touch can only be recieved by the first widget touched.

All my widgets have the Qt::WA_AcceptTouchEvents property set.

Does anybody knows a way to bypass that issue ?

I would really like some help here, as I have been banging my head on the walls trying to figure that out.

Thanks in advance.