summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/DynRect.qml
blob: 3f83afb3e70211089b22a2772f5134cdb51315c6 (plain)
1
2
3
import Qt 4.6

Rect { color: "steelblue"; width: 100; height: 100; id: newRect }