Hello all,
I want to capture focusLost event on some of the Qt widgets. I want to update some other widgets depending on this event. I know that I can override virtual method focusOutEvent, but doing so for most of the widgets I use is something I dont like. Is this the only way or am I missing something here??
Regards Aseem