summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/videowidget/doc/src/videowidget.qdoc
blob: e999cc19c7ed8f1e8b37b4f1bc6d1282877e1880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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
    \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
*/