summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/videographicsitem/doc/src/videographicsitem.qdoc
blob: 5dcb7143e327ce3db5d30f64a2ab5d72c0759452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example videographicsitem
    \title Video Graphics Item Example
    \ingroup multimedia_examples
    \brief Streaming video on a graphics scene.
    \meta {tag} {widgets}

    \e{Video Graphics Item} demonstrates how to implement a QGraphicsItem that
    displays video on a graphics scene using QVideoSink.

    \image video-videographicsitem.png

    \sa {Video Widget Example}

    \include examples-run.qdocinc
*/