diff options
Diffstat (limited to 'examples/declarative/flowview/rect.qml')
-rw-r--r-- | examples/declarative/flowview/rect.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/flowview/rect.qml b/examples/declarative/flowview/rect.qml index be2730f..9d81fa4 100644 --- a/examples/declarative/flowview/rect.qml +++ b/examples/declarative/flowview/rect.qml @@ -1,2 +1,4 @@ +import Qt 4.6 + Rect { radius: 5; pen.width: 1; width:400; height: 120; color: background; } |