summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlmodels.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-10-10 09:43:01 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-10-10 09:43:01 (GMT)
commite10635d099ff09ae5a0ceff10b56d4f3c19f59f4 (patch)
tree429077b9be89a1421ec02a9104be65a23c7913f5 /doc/src/declarative/qmlmodels.qdoc
parentd9286e5e0e0a6688960f04600dfaefa5f1247934 (diff)
parent76448b41bb9c6212d2534f0597f9973c881c77bd (diff)
downloadQt-e10635d099ff09ae5a0ceff10b56d4f3c19f59f4.zip
Qt-e10635d099ff09ae5a0ceff10b56d4f3c19f59f4.tar.gz
Qt-e10635d099ff09ae5a0ceff10b56d4f3c19f59f4.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative/qmlmodels.qdoc')
-rw-r--r--doc/src/declarative/qmlmodels.qdoc45
1 files changed, 43 insertions, 2 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc
index 4712de1..d0a5464 100644
--- a/doc/src/declarative/qmlmodels.qdoc
+++ b/doc/src/declarative/qmlmodels.qdoc
@@ -1,4 +1,45 @@
-/*!
+/****************************************************************************
+**
+** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: Qt Software Information (qt-info@nokia.com)
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** No Commercial Usage
+** This file contains pre-release code and may not be distributed.
+** You may use this file in accordance with the terms and conditions
+** contained in the either Technology Preview License Agreement or the
+** Beta Release License Agreement.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Nokia gives you certain
+** additional rights. These rights are described in the Nokia Qt LGPL
+** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
+** package.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3.0 as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 3.0 requirements will be
+** met: http://www.gnu.org/copyleft/gpl.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at qt-sales@nokia.com.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
\page qmlmodels.html
\target qmlmodels
\title Data Models
@@ -22,7 +63,7 @@ There are a number of QML elements that operate using data models:
\o ListView
\o GridView
\o PathView
-\o \l {qml-repeater}{Repeater}
+\o \l Repeater
\endlist
QML supports several types of data model, which may be provided by QML