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

/*!
    \example videowidget
    \title Video Widget Example
    \ingroup multimedia_examples
    \examplecategory {Multimedia}
    \brief Implementing a video player widget.
    \meta {tag} {widgets,QVideoWidget}

    \e{Video Widget} demonstrates how to implement a simple video player using
    QVideoWidget.

    \image video-videowidget.png

    \include examples-run.qdocinc
*/