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

/*!
    \example widgets/movie
    \title Movie Example
    \ingroup examples-widgets
    \brief The Movie example demonstrates how to use QMovie and QLabel to
    display animations.

    QMovie is mostly useful if one wants to play
    a simple animation without the added complexity of a multimedia
    framework to install and deploy.

    \borderedimage movie-example.png
*/