aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickloader.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-05-08 11:41:28 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-09 00:56:16 +0200
commit3b04bbde6356797368114fce1b45b85271e9fed8 (patch)
tree05147265a236c1e6966c7385a97cdbc5e09ed68b /src/quick/items/qquickloader.cpp
parente7b5ab4a57c8a0177384d31b836219248f0309d5 (diff)
Add documentation/links for incubateObject
Change-Id: I0ba05f513c6e11451b49848eb69e4b579e75f9a4 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/quick/items/qquickloader.cpp')
-rw-r--r--src/quick/items/qquickloader.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/quick/items/qquickloader.cpp b/src/quick/items/qquickloader.cpp
index 864e03bf43..54e426098d 100644
--- a/src/quick/items/qquickloader.cpp
+++ b/src/quick/items/qquickloader.cpp
@@ -161,7 +161,10 @@ qreal QQuickLoaderPrivate::getImplicitHeight() const
\brief The Loader item allows dynamically loading an Item-based
subtree from a URL or Component.
- Loader is used to dynamically load visual QML components. It can load a
+ Loader is used to dynamically load visual QML components. For loading non-visual
+ components, see \l {Dynamic Object Management in QML}.
+
+ Loader can load a
QML file (using the \l source property) or a \l Component object (using
the \l sourceComponent property). It is useful for delaying the creation
of a component until it is required: for example, when a component should