You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, January 18th 2006, 10:23am

catch a specific event in qApplication

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. :baby: :