Spy event of QCoreApplication::postEvent

56 Views Asked by At

I have a virtual keyboard that send events to some components when the focus in on it. I have another class that needs to spy those events.

Is it possible to spy an event from the function postEvent ? Of course I don't know who is the receiver, but I want to know every event that is send from this function.

0

There are 0 best solutions below