summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/holistic/data/smallTargets/SmallTwo.qml
blob: bf57eed593996e31d280519f03e25b0fe55734cc (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 1.0

Rectangle {
    width: 100
    height: 100
    color: "blue"
    border.color: "black"
    border.width: 5
    radius: 10
}