10-04-2012 02:45 PM
Hi, I am building an application using QML, it stays inactive for more than 5 minutes and enters on standby mode (turning off the screen) is there any way to avoid this?
I found this native code
int idle_mode = SCREEN_IDLE_MODE_KEEP_AWAKE;
screen_set_window_property_iv(screen_win, SCREEN_PROPERTY_IDLE_MODE, &idle_mode);
but I want to know if there is a way to do it using the Qt framework.
Thank you
10-04-2012 04:53 PM