PDA

View Full Version : Qt MultiTouch on Embedded Linux



wyjyan
6th June 2012, 13:13
Hi

how to convert QMouseEvent to QTouchEvent.

how can we demonstrate the touch / multitouch based scenario with a Qt application

can anybody suggest / give a sample code for this


expecting help

wyjyan
14th June 2012, 07:07
I've started generating custom or synthetic events.

Trying to accumulate those events and their X,Y position to manipulate Gestures

How to do it ?

aamer4yu
14th June 2012, 10:26
Please do not duplicate your queries.
As far as multi touch is concerned, I guess Qt has some classes for it. There was also an example for multi touch paint in Qt labs, search for it.

Next,, how to implement yourself, you could look at the sources for example mentioned above :)

sonulohani
18th June 2012, 11:13
hey aamer, ya there is an example but that is not for the embedded linux.... its for the symbian or any windows touch based device.....