qt6-bb10/qtdeclarative/tests/auto/quick/qquickpixmapcache/data/slowLoading.qml

14 lines
247 B
QML

import QtQuick
import PixmapCacheTest
DeviceLoadingImage {
id: root
width: 240
height: 240
sourceSize.width: width
sourceSize.height: height
source: "image://slow/200"
asynchronous: true
retainWhileLoading: true
}