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

/*!
    \title C++ Extensions: Image Provider Example
    \brief How to load images in QML with QQuickImageProvider.
    \example imageprovider
    \examplecategory {Graphics}

    This examples shows how to use QQuickImageProvider to serve images
    to QML image elements.

    \image qml-imageprovider-example.png
*/