03-31-2012 01:25 PM
Solved! Go to Solution.
03-31-2012 01:52 PM
03-31-2012 03:14 PM
04-06-2012 01:36 AM
04-07-2012 06:06 AM
Thank you very much. It's working!!
I used the QMainWindow of my App.
WId winId = this->mainWindow->winId();
if( winId != NULL )
{
int idleMode = SCREEN_IDLE_MODE_KEEP_AWAKE;
screen_set_window_property_iv( screen_window_t(winId), SCREEN_PROPERTY_IDLE_MODE, &idleMode);
}