diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-26 23:59:59 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-27 02:12:49 (GMT) |
commit | 9ea7bb34e4b41e1263acb8a175f61566046f9bf6 (patch) | |
tree | cf1c34db5cb295f05fde2fc562f1b867032fd9bf /src/declarative/qml/qdeclarativecomponent.cpp | |
parent | b4b0bdda668e9845623995c788d88a774dd52d98 (diff) | |
download | Qt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.zip Qt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.tar.gz Qt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.tar.bz2 |
various doc fixes
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativecomponent.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.cpp b/src/declarative/qml/qdeclarativecomponent.cpp index 36c4b49..7bc6184 100644 --- a/src/declarative/qml/qdeclarativecomponent.cpp +++ b/src/declarative/qml/qdeclarativecomponent.cpp @@ -119,6 +119,8 @@ class QByteArray; \qml Item { + width: 100; height: 100 + Component { id: redSquare @@ -146,7 +148,7 @@ class QByteArray; to specify how each list item is to be displayed. Component objects can also be dynamically generated using - \l{Qt::createComponent}{Qt.createComponent()}. + \l{Qt::createComponent()}{Qt.createComponent()}. */ /*! |