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

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