~chris.gagnon/+junk/qtpim-coverage

« back to all changes in this revision

Viewing changes to src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc

  • Committer: chris.gagnon
  • Date: 2013-12-10 23:09:37 UTC
  • Revision ID: chris.gagnon@canonical.com-20131210230937-2akf1ft1edcttk87
first post

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
**
 
3
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
 
4
** Contact: http://www.qt-project.org/legal
 
5
**
 
6
** This file is part of the documentation of the Qt Toolkit.
 
7
**
 
8
** $QT_BEGIN_LICENSE:FDL$
 
9
** Commercial License Usage
 
10
** Licensees holding valid commercial Qt licenses may use this file in
 
11
** accordance with the commercial license agreement provided with the
 
12
** Software or, alternatively, in accordance with the terms contained in
 
13
** a written agreement between you and Digia.  For licensing terms and
 
14
** conditions see http://qt.digia.com/licensing.  For further information
 
15
** use the contact form at http://qt.digia.com/contact-us.
 
16
**
 
17
** GNU Free Documentation License Usage
 
18
** Alternatively, this file may be used under the terms of the GNU Free
 
19
** Documentation License version 1.3 as published by the Free Software
 
20
** Foundation and appearing in the file included in the packaging of
 
21
** this file.  Please review the following information to ensure
 
22
** the GNU Free Documentation License version 1.3 requirements
 
23
** will be met: http://www.gnu.org/copyleft/fdl.html.
 
24
** $QT_END_LICENSE$
 
25
**
 
26
****************************************************************************/
 
27
 
 
28
/*!
 
29
    \page tutorials-qmlorganizerListView.html
 
30
 
 
31
 
 
32
    \contentspage Organizer Qt Quick ListView Tutorial
 
33
    \startpage Organizer Qt Quick ListView Tutorial
 
34
 
 
35
    \title Organizer Qt Quick ListView Tutorial
 
36
 
 
37
    \brief An introduction to the Organizer Qt Quick  API, showing how to develop a simple
 
38
           appplication using ListView and the Organizer Model to show events.
 
39
 
 
40
    In this tutorial, you will learn about the basic components of the Organizer
 
41
    API, including
 
42
 
 
43
    \list
 
44
    \li Using the Organizer Model and the Qt Quick ListView to display Events
 
45
    \li Delete Events stored in your supported calendar backend
 
46
    \li Add your own new  Events stored in your supported calendar backend
 
47
    \li Edit existing title, start and end dates for your events retrieved.
 
48
    \endlist
 
49
 
 
50
    We will be developing the simple Qt Quick Events ListView application shown below:
 
51
 
 
52
    \image qmlorganizerlistview-main.png
 
53
 
 
54
    Tutorial contents:
 
55
 
 
56
    \list 1
 
57
    \li \l{Part 1 - The Organizer Model and using listViews}
 
58
    \li \l{Part 2 - Adding New Events}
 
59
    \li \l{Part 3 - Deleting Events}
 
60
    \li \l{Part 4 - Editing selected Events}
 
61
    \li \l{Part 5 - Future steps}
 
62
    \endlist
 
63
*/
 
64
 
 
65
/*!
 
66
    \page tutorials-qmlorganizerListView-part1.html
 
67
 
 
68
    \previouspage {Organizer Qt Quick ListView Tutorial}
 
69
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
 
70
    \nextpage Part 2 - Adding New Events
 
71
    \startpage Organizer Qt Quick ListView Tutorial
 
72
 
 
73
    \title Part 1 - The Organizer Model and using ListViews
 
74
 
 
75
*/
 
76
 
 
77
/*!
 
78
    \page tutorials-qmlorganizerListView-part2.html
 
79
 
 
80
    \previouspage Part 1 - The Organizer Model and using ListViews
 
81
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
 
82
    \nextpage Part 3 - Deleting Events
 
83
    \startpage Organizer Qt Quick ListView Tutorial
 
84
 
 
85
    \title Part 2 - Adding New Events
 
86
 
 
87
*/
 
88
 
 
89
/*!
 
90
    \page tutorials-qmlorganizerListView-part3.html
 
91
 
 
92
    \previouspage Part 2 - Adding New Events
 
93
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
 
94
    \nextpage Part 4 - Editing selected Events
 
95
    \startpage Organizer Qt Quick ListView Tutorial
 
96
 
 
97
    \title Part 3 - Deleting Events
 
98
 
 
99
*/
 
100
 
 
101
/*!
 
102
    \page tutorials-qmlorganizerListView-part4.html
 
103
 
 
104
    \previouspage Part 3 - Deleting Events
 
105
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
 
106
    \nextpage Part 5 - Future Steps
 
107
    \startpage Organizer Qt Quick ListView Tutorial
 
108
 
 
109
    \title Part 4 - Editing selected Events
 
110
 
 
111
*/
 
112
 
 
113
/*!
 
114
    \page tutorials-qmlorganizerListView-part5.html
 
115
 
 
116
    \previouspage Part 4 - Editing selected Events
 
117
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
 
118
    \startpage Organizer Qt Quick ListView Tutorial
 
119
 
 
120
    \title Part 5 - Future Steps
 
121
 
 
122
*/