Using window messages in qt

I want to process WM_DEVICECHANGE to detect the installation of USB devices. However, I also want to write gui in qt .
Question
How can I access window messages when using qt on Windows?
Thanks

+4
source share
1 answer
+4
source

All Articles