From 9c080688f49c19c362d3f69f7d1762521efc045f Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 17 Feb 2011 10:28:49 +0100 Subject: Removed section names and added a link to Qt Quick page. Task-number: QTBUG-16071 --- doc/src/declarative/elements.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src/declarative/elements.qdoc') 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 -- cgit v1.2.1