Hi all,

from where the event filter is called in qt ???? is it in constructor of application or in key press event or key release event.???

I had given two separate functions to key press of N and key release of N...

But when I continuously press N then also release function is called.It means it take key release event but I had not release the key N.

I also try to give sleep command in between key press and key release But it can not work...

Regards,
Kinjal.