summaryrefslogtreecommitdiffstats
path: root/examples/declarative/flowview/rect.qml
blob: 9d81fa454122ba89a5994d3b26d1a2bc44690a39 (plain)
1
2
3
4
import Qt 4.6

Rect { radius: 5; pen.width: 1; width:400; height: 120; color: background; }