PDA

View Full Version : Multiple widgets to receive QTouchEvent



jlin
14th December 2009, 22:41
I am using Qt 4.6 to develope multi touch application. The problem I am having is everytime only one widget can receive the QtouchEvent. Has anyone encounter similar problem? Thanks

aamer4yu
15th December 2009, 05:37
I guess it will be for one widget only, mostly determined by the point u start with.
If you want to pass these events to multiple widgets within your application, you can try installing a event filter and handling them on your own.