aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageprovider/doc/src/imageprovider.qdoc
blob: 7a4f64285c569859b8f366e0f00d81f6fec783c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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

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

    \image qml-imageprovider-example.png
*/