Files
RedBear-OS/local/recipes/qt/qtdeclarative/source/examples/quick/imageresponseprovider/imageresponseprovider-example.qml
T

12 lines
287 B
QML

// 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" }
}