diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-10 00:44:02 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-10 00:44:02 (GMT) |
commit | 099dc3000e2767bad3c657d7011c8701afa11873 (patch) | |
tree | d23eb0dc3e0fe41a3d6afc6bc722c6c2c0221ce9 /src/declarative/graphicsitems/qdeclarativeloader.cpp | |
parent | a6b3fdccab1a4d3ed941ba069dc632aa9c8dc755 (diff) | |
download | Qt-099dc3000e2767bad3c657d7011c8701afa11873.zip Qt-099dc3000e2767bad3c657d7011c8701afa11873.tar.gz Qt-099dc3000e2767bad3c657d7011c8701afa11873.tar.bz2 |
Doc
QTBUG-8448
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeloader.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeloader.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeloader.cpp b/src/declarative/graphicsitems/qdeclarativeloader.cpp index b0499d7..c9e80ee 100644 --- a/src/declarative/graphicsitems/qdeclarativeloader.cpp +++ b/src/declarative/graphicsitems/qdeclarativeloader.cpp @@ -346,12 +346,13 @@ QDeclarativeLoader::Status QDeclarativeLoader::status() const } /*! - \qmlproperty real Loader::progress +\qmlproperty real Loader::progress - This property holds the progress of QML data loading, from 0.0 (nothing loaded) - to 1.0 (finished). +This property holds the progress of loading QML data from the network, from +0.0 (nothing loaded) to 1.0 (finished). Most QML files are quite small, so +this value will rapidly change from 0 to 1. - \sa status +\sa status */ qreal QDeclarativeLoader::progress() const { |