System event monitor in qt widget application
-
Hello all,
I am running a Qt widget application. The application collects data and shows on the display any unexpected shutdown loss data to prevent that I am thinking about monitoring the system event log and doing some tasks if the shutdown event occurs.
does any one have ay idea about it..
Thanks and regards
Ashish Upara -
Hello all,
I am running a Qt widget application. The application collects data and shows on the display any unexpected shutdown loss data to prevent that I am thinking about monitoring the system event log and doing some tasks if the shutdown event occurs.
does any one have ay idea about it..
Thanks and regards
Ashish Upara@Ashish-Epsilon Why don't you simply store the data continuously to a file or database if it needs to be persistent?