aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/examples.qdoc
blob: 4cb1d8ddd49353bef8b2d488d24c964a2398ac09 (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
/****************************************************************************
**
** Copyright (C) 2013 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$
** 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$
**
****************************************************************************/

/*!

\page qtquick-codesamples.html
\title Qt Quick Code Samples
\brief Building UIs with QML
\ingroup all-examples
\ingroup qtquick
\target qtquick-samples

These are code samples that show how to use various aspects of Qt Quick. Larger
compound interfaces are grouped as applications as they demonstrate more Qt
Quick features.

Here is a list of fully-functional demo applications.
To run the sample applications, open them in Qt Creator or use the included
\l {Prototyping with qmlscene}{qmlscene} tool.

\annotatedlist{qtquickdemos}

Some of these code samples below  have a corresponding tutorial.
The Qt Quick features are covered in the \l {Qt Quick}{main page}.
This set of code samples are part of the collection of \l{Qt Examples}.

\annotatedlist{qtquickexamples}

The following examples show how a QML-based user interface can be combined with C++
code using the \l{Qt QML} module.

\annotatedlist{qmlextendingexamples}

*/

/*
\div {class="threecolumn_area"}
    \div {class="heading"}
        QDeclarative Examples
    \enddiv
    These examples show how a QML based UI could interact with the
    QDeclarative module.
    \div {class="threecolumn_piece"}
        \div {class="heading"}
        From Qt C++ to QML
        \enddiv
        \list
        \li \l {qml/cppextensions/referenceexamples/adding}{Exporting C++ Classes}
        \li \l {qml/cppextensions/referenceexamples/properties}{Exporting Qt C++ Properties}
        \li \l {qml/cppextensions/referenceexamples/coercion}{C++ Inheritance and Coercion}
        \li \l {qml/cppextensions/referenceexamples/default}{Default Property}
        \li \l {qml/cppextensions/referenceexamples/grouped}{Grouped Properties}
        \li \l {qml/cppextensions/referenceexamples/attached}{Attached Properties}
        \li \l {qml/cppextensions/referenceexamples/signal}{Signal Support}
        \li \l {qml/cppextensions/referenceexamples/methods}{Methods Support}
        \li \l {qml/cppextensions/referenceexamples/valuesource}{Property Value Source}
        \li \l {qml/cppextensions/referenceexamples/binding}{Binding}
        \endlist
    \enddiv
    \div {class="threecolumn_piece"}
        \div {class="heading"}
        Plugins and Resources
        \enddiv
        \list
        \li \l{qml/cppextensions/plugins}{Plugins}
        \li \l{qml/cppextensions/imageprovider}{Image Provider}
        \li \l{qml/cppextensions/networkaccessmanagerfactory}{Network Access Manager}
        \li \l{src/imports/folderlistmodel}{Folder List Model} - a C++ model plugin
        \endlist
    \enddiv
    \div {class="threecolumn_piece"}
        \div {class="heading"}
        Qt UI and QML Integration
        \enddiv
        \list
        \li \l{qml-cppextensions-qgraphicslayouts.html}{QGraphicsLayouts}
        \li \l{qml/cppextensions/qwidgets}{QWidgets}
        \endlist
    \enddiv
    \div {class="threecolumn_piece"}
        \div {class="heading"}
        UI Components
        \enddiv
        \list
        \li \l{tutorials/ui-components/dialcontrol}{Dial Control}
        \li \l{tutorials/ui-components/flipable}{Flipable}
        \li \l{tutorials/ui-components/progressbar}{Progress Bar}
        \li \l{tutorials/ui-components/scrollbar}{Scroll Bar}
        \li \l{tutorials/ui-components/searchbox}{Search Box}
        \li \l{tutorials/ui-components/slideswitch}{Slide Switch}
        \li \l{tutorials/ui-components/spinner}{Spinner}
        \li \l{tutorials/ui-components/tabwidget}{Tab Widget}
        \endlist
    \enddiv
\enddiv

\div {class="threecolumn_area"}
    \div {class="heading"}
        Learning and Resources
    \enddiv
    The Qt Developer Network contains additional content such as learning
    videos, a wiki, and a forum for posting questions.
    \div {class="threecolumn_piece"}
        \div {class="heading"}
            Elements and Components
        \enddiv
        \list
        \li \l{Qt Quick QML Types}
        \li \l{external: Qt Mobility QML Plugins}{QML Plugins}
        \li \l{external: Qt Quick Components for Symbian}{Symbian Components}
        \li MeeGo Components
        \li \l{Qt WebKit QML Types}
        \endlist
    \enddiv
    \div {class="threecolumn_piece"}
        \div {class="heading"}
            Qt Developer Network
        \enddiv
        \list
        \li \l{Qt eLearning}{Training Materials}
        \li \l{Forums on Qt Developer Network}{Forums}
        \li \l{Wiki on Qt Developer Network}{Wiki}
        \endlist
    \enddiv
    \div {class="threecolumn_piece"}
        \div {class="heading"}
            Reference
        \enddiv
        \list
        \li \l{All Classes}{Qt API}
        \li \l{external: Qt Creator Manual}{Qt Creator Manual}
        \li \l{Develop with Qt}
        \endlist
    \enddiv
\enddiv
*/