summaryrefslogtreecommitdiffstats
path: root/examples/videographicsitem/doc/src/videographicsitem.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/videographicsitem/doc/src/videographicsitem.qdoc')
-rw-r--r--examples/videographicsitem/doc/src/videographicsitem.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/videographicsitem/doc/src/videographicsitem.qdoc b/examples/videographicsitem/doc/src/videographicsitem.qdoc
index 86ddd15b2..c1eb0ccc7 100644
--- a/examples/videographicsitem/doc/src/videographicsitem.qdoc
+++ b/examples/videographicsitem/doc/src/videographicsitem.qdoc
@@ -29,8 +29,12 @@
\example videographicsitem
\title Video Graphics Item Example
\ingroup video_examples
+\brief This example demonstrates how to stream video on a graphics scene.
-\brief This example demonstrates how to make a simple video player using the QMediaPlayer
-and QVideoGraphicsItem classes in the Graphics View framework.
+ The Video Graphics Item example shows how to implement a QGraphicsItem that displays video on a
+ graphics scene using QtMultimedia's QAbstractVideoSurface.
+ \image video-videographicsitem.png
+
+ \sa {Video Widget Example}
*/