aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeloader/data/BlueRect.qml
blob: d2da64d263b2a82059c1e3437243df71b675fb80 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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