hi we can handle windows message in c# with override WndProc
how we can do it in Qt
You might be able to override QCoreApplication::winEventFilter() ?