Handle all events that involve my widgets
-
I'd like to be able to handle all the events that involve the widgets in my program, for the purpose of recording and replaying them. Is there a central place that I can insert code to do this?
-
Hi,
@technovelist said:
I'd like to be able to handle all the events that involve the widgets in my program, for the purpose of recording and replaying them. Is there a central place that I can insert code to do this?
Yes, there is. See QCoreApplication::notify() and QObject::installEventFilter().