From c7b02bad9296b1a4b1d6f5d8a2ac6c4190ec3d9d Mon Sep 17 00:00:00 2001 From: Angus Cummings Date: Mon, 16 Apr 2012 14:48:08 +1000 Subject: Change Video and VideoOutput docs to mention ScreenSaver Change-Id: If7a03e9eafd351eec484a568802c75d955b68ecf Reviewed-by: Michael Goddard --- src/imports/multimedia/Video.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/imports/multimedia/Video.qml') diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml index 59932c084..e3a70ed17 100644 --- a/src/imports/multimedia/Video.qml +++ b/src/imports/multimedia/Video.qml @@ -83,6 +83,19 @@ import QtMultimedia 5.0 presentation, see the \l fillMode property description. \sa MediaPlayer, VideoOutput + + \section1 Screen Saver + + If it is likely that an application will be playing video for an extended + period of time without user interaction it may be necessary to disable + the platform's screen saver. The \l ScreenSaver element (from \l QtSystemInfo) + may be used to disable the screensaver in this fashion: + + \qml + import QtSystemInfo 5.0 + + ScreenSaver { screenSaverEnabled: false } + \endqml */ Item { -- cgit v1.2.3