summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/Video.qml
diff options
context:
space:
mode:
authorAngus Cummings <angus.cummings@nokia.com>2012-04-16 14:48:08 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-16 10:56:34 +0200
commitc7b02bad9296b1a4b1d6f5d8a2ac6c4190ec3d9d (patch)
treed1cbca4841a28ae2527c4b46767946d3229ec556 /src/imports/multimedia/Video.qml
parent5f7b64346db43a6aa3ea2bbc15c63d4864f4d005 (diff)
Change Video and VideoOutput docs to mention ScreenSaver
Change-Id: If7a03e9eafd351eec484a568802c75d955b68ecf Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/imports/multimedia/Video.qml')
-rw-r--r--src/imports/multimedia/Video.qml13
1 files changed, 13 insertions, 0 deletions
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 {