summaryrefslogtreecommitdiffstats
path: root/doc/src/examples.qdoc
blob: 7d9f5aa6017a89e77cc81d971ad71f2b9e5563c7 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/****************************************************************************
**
** 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 Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** GNU Free Documentation License
** 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.
**
** Other Usage
** Alternatively, this file may be used in accordance with the terms
** and conditions contained in a signed written agreement between you
** and Nokia.
**
**
**
**
**
** $QT_END_LICENSE$
**
****************************************************************************/

/*!
    \page all-examples.html
    \title QtMobility Examples

    Qt Mobility comes with a variety of examples that cover the entire range of the Qt Mobility
    APIs.

    \section2 Bearer Management

    \list
    \o \l{bearercloud}{Bearer Cloud}
    \o \l{bearermonitor}{Bearer Monitor}
    \endlist

    \section2 Connectivity

    \list
        \o \l{annotatedurl}{NFC Annotated URL}
        \o \l{btchat}{Bluetooth Chat}
        \o \l{bttennis}{Bluetooth Tennis}
        \o \l{btfiletransfer}{Bluetooth File Transfer}
        \o \l{btscanner}{Bluetooth Scanner}
        \o \l{ndefeditor}{NDEF Editor}
        \o \l{declarative-connectivity/tennis}{QML Bluetooth Tennis}
        \o \l{declarative-connectivity/scanner}{QML Bluetooth Scanner}
        \o \l{declarative-connectivity/poster}{QML Poster}
    \endlist

    \section2 Contacts

    \list
    \o \l{samplephonebook}{Sample Phonebook}
    \endlist

    \section2 Document Gallery

    \list
    \o \l{mediabrowser}{Media Browser}
    \o \l{documentproperties}{Document Properties}
    \o \l{declarative-music-browser}{QML Music Browser}
    \endlist

    \section2 Feedback

    \list
    \o \l{hapticsplayer}{Haptics Player}
    \o \l{hapticsquare}{Haptic Square}
    \endlist

    \section2 Location

    \list
    \o \l{logfilepositionsource}{Log File Position Source}
    \o \l{weatherinfo}{Weather Info}
    \o \l{lightmaps}{LightMaps}
    \o \l{flickrdemo}{Flickr Demo}
    \o \l{landmarkbrowser}{Landmark Browser}
    \o \l{Maps Demo Tutorial}{Maps Demo}
    \o \l{declarative-location/landmarkmap}{Landmark Map}
    \o \l{declarative-location/flickr}{Declarative Location Flickr}
    \o \l{declarative-location/mapviewer}{Declarative Map Viewer}
    \endlist

    \section2 Messaging

    \list
    \o \l{keepintouch}{Keep in Touch}
    \o \l{serviceactions}{Service Actions}
    \endlist

    \section2 Multimedia

    \list
    \o \l{audiorecorder}{Audio Recorder}
    \o \l{audiodevices}{Audio Devices}
    \o \l{player}{Player}
    \o \l{radio}{Radio}
    \o \l{slideshow}{Slideshow}
    \o \l{declarative-camera}{Declarative Camera}
    \o \l{video/qmlvideo}{QML Video}
    \o \l{video/qmlvideofx}{QML Video Shader Effects}
    \endlist

    \section2 Organizer

    \list
    \o \l{calendardemo}{Calendar Demo}
    \omit \o \l{qmlorganizer}{QML Organizer} \endomit
    \o \l{todo}{ToDo Example}
    \endlist

    \section2 Publish and Subscribe

    \list
    \o \l{publish-subscribe}{Publish and Subscribe}
    \o \l{battery-charge}{Accessing Publish and Subscribe from QML}
    \endlist

    \section2 Service Framework

    \list
    \o \l{servicebrowser}{Service Browser}
    \o \l{bluetoothtransferplugin}{Bluetooth Transfer Plugin}
    \o \l{filemanagerplugin}{File Manager Plugin}
    \o \l{notesmanagerplugin}{Notes Manager Plugin}
    \o \l{sfw-notes}{Notes Manager}
    \o \l{declarative-sfw-notes}{Declarative Notes Manager}
    \o \l{declarative-sfw-dialer}{Declarative Dialer}
    \o \l{sfwecho}{Echo Client}
    \endlist

    \section2 System Information

    \list
    \o \l{sysinfo}{System Information}
    \endlist

    \section2 Sensors

    \list
    \o \l{sensors/grueplugin}{Grue Plugin}
    \o \l{sensors/grueapp}{Grue Application}
    \o \l{sensors/cubehouse}{Cube House}
    \o \l{sensors/sensor_explorer}{Sensor Explorer}
    \endlist
*/