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

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