summaryrefslogtreecommitdiff
path: root/doc/src/declarative/elements.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-17 10:28:49 +0100
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-17 10:29:51 +0100
commit9c080688f49c19c362d3f69f7d1762521efc045f (patch)
tree7cc063a17c0887d6c4c74cd6a5ac8a2a20b447df /doc/src/declarative/elements.qdoc
parente91a42b7dfe9805e4025467f81af9ec713e0904b (diff)
downloadqt4-tools-9c080688f49c19c362d3f69f7d1762521efc045f.tar.gz
Removed section names and added a link to Qt Quick page.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/elements.qdoc')
-rw-r--r--doc/src/declarative/elements.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 466b9403cd..c087f17e5c 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -31,7 +31,8 @@
\title QML Elements
\brief A listing of standard QML elements.
-These are the functionally grouped lists of QML elements.
+These are the functionally grouped lists of QML elements as part of
+\l{Qt Quick}.
Elements are declared with the their name and two curly braces. Elements may
be nested in elements, thereby creating a parent-child relationship between the
@@ -44,7 +45,7 @@ To see the QML elements listed by functional area, see the
\list
\o \l {Item} - Basic item element inherited by QML elements
\o \l {Component} - Encapsulates QML elements during importing
-\o \l {QML:QtObject} {QtObject} - Basic element containing only the objectName property
+\o \l {QML:QtObject} {QtObject} - Basic element containing only the \c {objectName} property
\endlist
\section1 Graphics