summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-10 14:16:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-10 18:55:49 +0200
commit2d61d4c684e3c6c66d75525d4536e38910ae9109 (patch)
treeef41182dd4bfaab849e105ed25124c278a217c38 /examples
parenta5adde7bcaf4cd8407e06741491f25336e294787 (diff)
Qt Contacts: Added reference pages and polished documentation
-added \qmlmodule and \module pages -fixed landing page's links -added documentation page for Qt Contacts' example. Change-Id: Ie2e63382afef8318e79543409b4c6b589f794079 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc b/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc
new file mode 100644
index 000000000..1931f1741
--- /dev/null
+++ b/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc
@@ -0,0 +1,38 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt PIM Module.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example qmlcontactslistview
+ \title Qt Quick Contacts List view
+ \brief An example using Qt Contacts' QML API
+
+ \image qmlcontactslistview-main.png
+ This example demonstrates usage of \l{Qt Contacts}' QML API.
+
+ \image qmlcontactslistview-edit.png
+
+*/