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

Rectangle {
    width: 120
   height:60
}