Getting QT to respond to power-events (sleep/hibernate)

Posted by Chris Kaminski on Stack Overflow See other posts from Stack Overflow or by Chris Kaminski
Published on 2010-05-17T17:38:14Z Indexed on 2010/05/17 18:10 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I'm trying to develop software that is intelligent wrt sleep events (cleanly closing network connections, making sure data restart locations are set properly, etc).

Are there mechanisms in QT (4.6) currently that facilitate me responding to system power events?

© Stack Overflow or respective owner

Related posts about qt4

Related posts about c++