diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-03-03 04:06:35 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-03-03 04:06:35 (GMT) |
commit | fdc857a176cf86970981e6d3c814725ca674b307 (patch) | |
tree | 47c5d2dc6443a6b513e6450d9aa679a7cdd5d0a2 | |
parent | 070601edc397b9cebc8bffd3f1a18da9a5180b21 (diff) | |
download | Qt-fdc857a176cf86970981e6d3c814725ca674b307.zip Qt-fdc857a176cf86970981e6d3c814725ca674b307.tar.gz Qt-fdc857a176cf86970981e6d3c814725ca674b307.tar.bz2 |
Add import Qt.widgets 4.6 to layout.qml example
-rw-r--r-- | examples/declarative/layouts/layouts.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/layouts/layouts.qml b/examples/declarative/layouts/layouts.qml index accd969..4b2a3f8 100644 --- a/examples/declarative/layouts/layouts.qml +++ b/examples/declarative/layouts/layouts.qml @@ -1,5 +1,5 @@ import Qt 4.6 - +import Qt.widgets 4.6 Item { id: resizable width:400 |