summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-18 22:44:12 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-18 22:44:12 (GMT)
commit0b991014c55d02211eee01cad44b4ca4a2edb07d (patch)
treeb539db5897af325432ee5e4b9497903da20a9f67 /src/declarative/qml
parent03388d548159f33c7829b54e911ebb9bc5fd3550 (diff)
downloadQt-0b991014c55d02211eee01cad44b4ca4a2edb07d.zip
Qt-0b991014c55d02211eee01cad44b4ca4a2edb07d.tar.gz
Qt-0b991014c55d02211eee01cad44b4ca4a2edb07d.tar.bz2
Doc.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlcomponent.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp
index e31a1b5..7f8836a 100644
--- a/src/declarative/qml/qmlcomponent.cpp
+++ b/src/declarative/qml/qmlcomponent.cpp
@@ -219,7 +219,8 @@ QmlComponent::~QmlComponent()
}
/*!
- Returns the component's current \l{QmlComponent::Status} {status}.
+ \property QmlComponent::status
+ The component's current \l{QmlComponent::Status} {status}.
*/
QmlComponent::Status QmlComponent::status() const
{
@@ -284,7 +285,8 @@ bool QmlComponent::isLoading() const
}
/*!
- Returns he progress of loading the component, from 0.0 (nothing loaded)
+ \property QmlComponent::progress
+ The progress of loading the component, from 0.0 (nothing loaded)
to 1.0 (finished).
*/
qreal QmlComponent::progress() const
@@ -503,7 +505,8 @@ QString QmlComponent::errorsString() const
}
/*!
- Return the component URL. This is the URL passed to either the constructor,
+ \property QmlComponent::url
+ The component URL. This is the URL passed to either the constructor,
or the loadUrl() or setData() methods.
*/
QUrl QmlComponent::url() const