summaryrefslogtreecommitdiffstats
path: root/src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc
blob: f6f84e62647f0748138d5c7505c1784c877ed60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $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 The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/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$
**
****************************************************************************/

/*!
    \page tutorials-qmlorganizerListView.html


    \contentspage Organizer Qt Quick ListView Tutorial
    \startpage Organizer Qt Quick ListView Tutorial

    \title Organizer Qt Quick ListView Tutorial

    \brief An introduction to the Organizer Qt Quick  API, showing how to develop a simple
           appplication using ListView and the Organizer Model to show events.

    In this tutorial, you will learn about the basic components of the Organizer
    API, including

    \list
    \li Using the Organizer Model and the Qt Quick ListView to display Events
    \li Delete Events stored in your supported calendar backend
    \li Add your own new  Events stored in your supported calendar backend
    \li Edit existing title, start and end dates for your events retrieved.
    \endlist

    We will be developing the simple Qt Quick Events ListView application shown below:

    \image qmlorganizerlistview-main.png

    Tutorial contents:

    \list 1
    \li \l{Part 1 - The Organizer Model and using listViews}
    \li \l{Part 2 - Adding New Events}
    \li \l{Part 3 - Deleting Events}
    \li \l{Part 4 - Editing selected Events}
    \li \l{Part 5 - Future steps}
    \endlist
*/

/*!
    \page tutorials-qmlorganizerListView-part1.html

    \previouspage {Organizer Qt Quick ListView Tutorial}
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
    \nextpage Part 2 - Adding New Events
    \startpage Organizer Qt Quick ListView Tutorial

    \title Part 1 - The Organizer Model and using ListViews

*/

/*!
    \page tutorials-qmlorganizerListView-part2.html

    \previouspage Part 1 - The Organizer Model and using ListViews
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
    \nextpage Part 3 - Deleting Events
    \startpage Organizer Qt Quick ListView Tutorial

    \title Part 2 - Adding New Events

*/

/*!
    \page tutorials-qmlorganizerListView-part3.html

    \previouspage Part 2 - Adding New Events
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
    \nextpage Part 4 - Editing selected Events
    \startpage Organizer Qt Quick ListView Tutorial

    \title Part 3 - Deleting Events

*/

/*!
    \page tutorials-qmlorganizerListView-part4.html

    \previouspage Part 3 - Deleting Events
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
    \nextpage Part 5 - Future Steps
    \startpage Organizer Qt Quick ListView Tutorial

    \title Part 4 - Editing selected Events

*/

/*!
    \page tutorials-qmlorganizerListView-part5.html

    \previouspage Part 4 - Editing selected Events
    \contentspage {Organizer Qt Quick ListView Tutorial} {Contents}
    \startpage Organizer Qt Quick ListView Tutorial

    \title Part 5 - Future Steps

*/