diff options
author | Bea Lam <bea.lam@nokia.com> | 2011-02-01 06:20:27 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2011-02-02 02:59:48 (GMT) |
commit | a3010164fd904f4efe2dadb3df699004edaabd95 (patch) | |
tree | 60bd4fcf808fd24069c755ab676ad7a5f237fd66 /doc/src/declarative | |
parent | 0ee4b2f32a539ee5dc1c08a838f6584ca9d896d4 (diff) | |
download | Qt-a3010164fd904f4efe2dadb3df699004edaabd95.zip Qt-a3010164fd904f4efe2dadb3df699004edaabd95.tar.gz Qt-a3010164fd904f4efe2dadb3df699004edaabd95.tar.bz2 |
Move Qt.application docs into Qt global object page
Previously it was documented as a separate 'Application' element
Reviewed-by: Martin Jones
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qmlviewer.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/qmlviewer.qdoc b/doc/src/declarative/qmlviewer.qdoc index cfb762c..585b402 100644 --- a/doc/src/declarative/qmlviewer.qdoc +++ b/doc/src/declarative/qmlviewer.qdoc @@ -192,6 +192,9 @@ Rectangle { } \endqml +\note Since Qt Quick 1.1 this information is accessible outside of the QML Viewer, +through the \c active property of the \l {QML:Qt::application}{Qt.application} object. + \row \o \c runtime.orientation |