Document the concept of creation context for QML Components.
authorMichael Brasser <michael.brasser@nokia.com>
Tue, 26 Jun 2012 03:45:35 +0000 (13:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 27 Jun 2012 05:26:46 +0000 (07:26 +0200)
commit73736a5f2e9668e4f38f5466df5df2ddf93e064f
tree750c5ec08c483a96fa7a9681c325d5390b893dae
parent05dfbbbb261388c7be7a576b4be5791910f57076
Document the concept of creation context for QML Components.

Task-number: QTBUG-18011
Change-Id: I78d13df70a20fd9286a20fad4cc09f21591d3f9a
Reviewed-by: Bea Lam <bea.lam@nokia.com>
src/qml/doc/snippets/qml/component/MyItem.qml [new file with mode: 0644]
src/qml/doc/snippets/qml/component/main.qml [new file with mode: 0644]
src/qml/qml/qqmlcomponent.cpp
src/quick/doc/snippets/qml/loader/MyComponent.qml [new file with mode: 0644]
src/quick/doc/snippets/qml/loader/creationContext1.qml [new file with mode: 0644]
src/quick/doc/snippets/qml/loader/creationContext2.qml [new file with mode: 0644]
src/quick/doc/snippets/qml/loader/creationContext3.qml [new file with mode: 0644]
src/quick/doc/snippets/qml/loader/creationContext4.qml [new file with mode: 0644]
src/quick/items/qquickloader.cpp