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

Rectangle {
    width: 320
    height: 480
    color: "red"
}