aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageresponseprovider/imageresponseprovider-example.qml
blob: 980e25fb5b3830cc5aa482426d7c149b2091ea0c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2015 Canonical Limited and/or its subsidiary(-ies)
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick
import "ImageResponseProviderCore"

Column {
    Image { source: "image://async/slow" }
    Image { source: "image://async/fast" }
}