summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/BlueRect.qml
blob: f202fc825be4cab04b6405b978ac3e40a1ce3899 (plain)
1
2
3
4
5
6
7
8
import Qt 4.7

Rectangle {
    objectName: "blue"
    width: 100
    height: 100
    color: "blue"
}