aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc
blob: f05118abbbd5910cf5d89cccefd7b0307dd78d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2015 Canonical Limited and/or its subsidiary(-ies)
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \title C++ Extensions: Image Response Provider Example
    \example imageresponseprovider
    \brief How to load images asynchronously in QML.


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