diff options
Diffstat (limited to 'doc/src/declarative/scope.qdoc')
-rw-r--r-- | doc/src/declarative/scope.qdoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc index f709335..218af89 100644 --- a/doc/src/declarative/scope.qdoc +++ b/doc/src/declarative/scope.qdoc @@ -40,7 +40,7 @@ ****************************************************************************/ /*! -\page qmlscope.html +\page qdeclarativescope.html \title QML Scope \tableofcontents @@ -348,14 +348,14 @@ Item { } \endcode -\section1 QmlContext chain +\section1 QDeclarativeContext chain -The \l QmlContext chain allows C++ applications to pass data into QML applications. -\l QmlComponent object instances created from C++ are passed a \l QmlContext in which they -are created. Variables defined in this context appear in the scope chain. Each QmlContext -also defines a parent context. Variables in child QmlContext's shadow those in its parent. +The \l QDeclarativeContext chain allows C++ applications to pass data into QML applications. +\l QDeclarativeComponent object instances created from C++ are passed a \l QDeclarativeContext in which they +are created. Variables defined in this context appear in the scope chain. Each QDeclarativeContext +also defines a parent context. Variables in child QDeclarativeContext's shadow those in its parent. -Consider the following QmlContext tree. +Consider the following QDeclarativeContext tree. \image qml-context-tree.png |