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

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