tags:

views:

36

answers:

1

hi we can handle windows message in c# with override WndProc

how we can do it in Qt

A: 

You might be able to override QCoreApplication::winEventFilter() ?

Paul Dixon