PDA

View Full Version : OS specific events handling



oficjalne100
30th October 2011, 17:45
Hello

I write network application. And I have problem with hibernation under MS Windows. I want catch Windows specific event (they are explained on the site: http://www.codeproject.com/KB/system/OSEvents.aspx) and reconnect my application when system is wake from hibernation. But I can't find any info how to catch MS Windows specific events in Qt application. Is this possible in some way?

thank you very much
Szyk

ChrisW67
1st November 2011, 03:14
Is QCoreApplication::winEventFilter() what you are looking for?