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

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