hi all.
i am a new buddy to this forum and also to the QT.
i have a application that is taking the tab focus(keyboard ) by default.
i need to set the tab focus works only few selected widgets out of hundreds of widgets.
At same time i am very much concerned wiht the performance of the application.
catching the focus events in qApplication::events() will take toll on the performance as it need comparasion and goes on for each and every event .
is there any way that i can get the specified events in qapplication .
something like FocusEvent.or
is there any other simple solution.

: