summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/examples.qdoc
blob: a04cb0eb8590ae19bd44093bad8b99350788263c (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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
/****************************************************************************
**
** 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 qdeclarativeexamples.html
  \title QML Examples and Demos
  \brief Building UIs with QML
  \ingroup all-examples


Qt includes a set of examples and demos that show how to use various aspects
of QML. The examples are small demonstrations of particular QML components,
while the demos contain more complete and functional applications.

To run the examples and demos, open them in Qt Creator or use the included
\l {QML Viewer} tool. The \l {QML Viewer} can be run from the command line:

\code
    qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml
\endcode

On \macos, you can run the included "QMLViewer" application from the
Finder, or use the command line:

\code
    QMLViewer.app/Contents/MacOS/QMLViewer $QTDIR/demos/declarative/samegame/samegame.qml
\endcode


\section1 Demos

The QML demos integrate a variety of features to demonstrate how QML
can be used to produce sophisticated interfaces and applications:


\table
\row

\li
\l{demos/declarative/calculator}{Calculator}
\image qml-calculator-example-small.png

\li
\l{demos/declarative/flickr}{Flickr Mobile}
\image qml-flickr-demo-small.png

\li
\l{demos/declarative/minehunt}{Minehunt}
\image qml-minehunt-demo-small.png

\row

\li
\l{demos/declarative/photoviewer}{Photo Viewer}
\image qml-photoviewer-demo-small.png

\li
\l{demos/declarative/rssnews}{RSS News Reader}
\image qml-rssnews-demo-small.png

\li
\l{demos/declarative/samegame}{Same Game}
\image qml-samegame-demo-small.png

\row

\li
\l{demos/declarative/snake}{Snake}
\image qml-snake-demo-small.png

\li
\l{demos/declarative/twitter}{Twitter}
\image qml-twitter-demo-small.png

\li
\l{demos/declarative/webbrowser}{Web Browser}
\image qml-webbrowser-demo-small.png

\endtable

The demos can be found in Qt's \c demos/declarative directory.


\section1 Examples

The QML examples are small, simple applications that show how to use a particular
QML component or feature. If you are new
to QML, you may also find the \l{QML Tutorial}{Hello World} and
\l {QML Advanced Tutorial}{Same Game} tutorials useful.

The examples can be found in Qt's \c examples/declarative directory.

\section2 Animation
\list
\li \l{declarative/animation/basics/color-animation}{Color Animation}
\li \l{declarative/animation/behaviors/behavior-example}{Behaviors}
\li \l{declarative/animation/easing}{Easing}
\li \l{declarative/animation/basics/property-animation}{Property Animation}
\li \l{declarative/animation/states}{States}
\li \l{declarative/animation/behaviors/wigglytext}{Wiggly Text}
\endlist

\section2 Image Elements
\list
\li \l{declarative/imageelements/borderimage}{BorderImage}
\li \l{declarative/imageelements/image}{Image}
\endlist

\section2 Text
\list
\li \l{declarative/text/fonts}{Fonts}
\li \l{declarative/text/textselection}{Text Selection}
\endlist

\section2 Positioners
\list
\li \l{declarative/positioners}{Example}
\endlist

\section2 Key Interaction
\list
\li \l{declarative/keyinteraction/focus}{Focus}
\endlist

\section2 Touch Interaction
\list
\li \l{declarative/touchinteraction/mousearea}{MouseArea}
\endlist

\section2 UI Components
\list
\li \l{declarative/ui-components/dialcontrol}{Dial control}
\li \l{declarative/ui-components/flipable}{Flipable}
\li \l{declarative/ui-components/progressbar}{Progress bar}
\li \l{declarative/ui-components/scrollbar}{Scroll bar}
\li \l{declarative/ui-components/searchbox}{Search box}
\li \l{declarative/ui-components/slideswitch}{Slide switch}
\li \l{declarative/ui-components/spinner}{Spinner}
\li \l{declarative/ui-components/tabwidget}{Tab widget}
\endlist

\section2 Toys
\list
\li \l{declarative/toys/clocks}{Clocks}
\li \l{declarative/toys/corkboards}{Corkboards}
\li \l{declarative/toys/dynamicscene}{Dynamic Scene}
\li \l{declarative/toys/tic-tac-toe}{Tic Tac Toe}
\li \l{declarative/toys/tvtennis}{TV Tennis}
\endlist

\section2 Models and Views
\list
\li \l{declarative/modelviews/gridview}{GridView}
\li \l{Models and Views: ListView Examples}{ListView}
\li \l{declarative/modelviews/pathview}{PathView}
\li \l{declarative/modelviews/package}{Package}
\li \l{declarative/modelviews/parallax}{Parallax}
\li \l{declarative/modelviews/visualitemmodel}{VisualItemModel}

\li \l{declarative/modelviews/stringlistmodel}{String ListModel}
\li \l{declarative/modelviews/objectlistmodel}{Object ListModel}
\li \l{declarative/modelviews/abstractitemmodel}{AbstractItemModel}

\li \l{Models and Views: WebView Examples}{WebView}
\endlist

\section2 XML
\list
\li \l{declarative/xml/xmlhttprequest}{XmlHttpRequest}
\endlist

\section2 Internationalization (i18n)
\list
\li \l{declarative/i18n}{Example}
\endlist

\section2 Right-to-left User Interfaces
\list
\li \l{declarative/righttoleft/layoutmirroring}{Layout mirroring}
\li \l{declarative/righttoleft/layoutdirection}{Layout direction}
\li \l{declarative/righttoleft/textalignment}{Text alignment}
\endlist

\section2 Threading
\list
\li \l{declarative/threading/threadedlistmodel}{Threaded ListModel}
\li \l{declarative/threading/workerscript}{WorkerScript}
\endlist

\section2 Screen Orientation
\list
\li \l{declarative/screenorientation}{Example}
\endlist

\section2 SQL Local Storage
\list
\li \l{declarative/sqllocalstorage}{Example}
\endlist

\section2 C++ Extensions
\list
\li \l{declarative-cppextensions-reference.html}{Reference examples}
\li \l{declarative/cppextensions/plugins}{Plugins}
\li \l{declarative-cppextensions-qgraphicslayouts.html}{QGraphicsLayouts}
\li \l{declarative/cppextensions/qwidgets}{QWidgets}
\li \l{declarative/cppextensions/imageprovider}{Image provider}
\li \l{declarative/cppextensions/networkaccessmanagerfactory}{Network access manager factory}
\endlist


\section1 Labs

\list
\li \l{src/imports/folderlistmodel}{Folder List Model} - a C++ model plugin
\li \l{declarative/shadereffects}{Shader Effects}
\endlist

*/