aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/image.4.qml
blob: 7031dca0bff576978b808e2b0c6254d5eb83851d (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Image {
    width: 320
    height: 480
    source: "green.png"
    asynchronous: true
}