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

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