You don't have to implement the event filter in any widget, a normal QObject subclass will do.
You then install an instance of that class on the QApplication instance as its event filter.
Cheers,
_
You don't have to implement the event filter in any widget, a normal QObject subclass will do.
You then install an instance of that class on the QApplication instance as its event filter.
Cheers,
_
Thanks.....
It is working fine.
QApplication::installEventFilter(QObject*) did the work for me.
Bookmarks