summaryrefslogtreecommitdiffstats
path: root/doc/src/examples.qdoc
blob: 13ffbfb32ad87bd8ca5c1d3f90464c69421d6f13 (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
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtexamplesandtutorials.html
    \title Qt Examples And Tutorials
    \brief A list of Qt examples and tutorials.

    A collection of code samples and tutorials are provided with Qt to
    help new users get started with Qt development. These documents cover a
    range of topics, from basic use of widgets to step-by-step tutorials that
    show how an application is put together.

    The examples are part of the Qt packages. Visit the \l Downloads page for
    more information.

    \section1 Running the Examples

    Open and run examples within Qt Creator's \gui{Welcome} mode. Most of the
    examples run on various platforms and to search for platform-specific
    examples, type the platform name (or any keywords) in the search field. For
    example, typing \c Android in the search field lists the examples that are
    fully compatible with Android.

    For more information about running examples in Qt Creator, visit the
    \l{Qt Creator: Building and Running an Example}{Building and Running an Example}
    page.


    \section1 Application Examples
    \annotatedlist {category Application Examples}

    \section1 Desktop
    \annotatedlist {category Desktop}

    \section1 Mobile
    \annotatedlist {category Mobile}

    \section1 Embedded
    \annotatedlist {category Embedded}

    \section1 Graphics
    \annotatedlist {category Graphics}

    \section1 Multimedia
    \annotatedlist {category Multimedia}

    \section1 3D
    \annotatedlist {category 3D}

    \section1 Data Visualization
    \annotatedlist {category Data Visualization}

    \section1 Data Processing & I/O
    \annotatedlist {category Data Processing & I/O}

    \section1 Connectivity
    \annotatedlist {category Connectivity}

    \section1 Networking
    \annotatedlist {category Networking}

    \section1 Positioning & Location
    \annotatedlist {category Positioning & Location}

    \section1 User Interface Components
    \annotatedlist {category User Interface Components}

    \section1 Web Technologies
    \annotatedlist {category Web Technologies}

    \section1 Community Examples

    To view and run examples provided through the Qt Project, visit the
    \l{http://wiki.qt.io/Category:Learning::Demos_and_Examples}{Community Examples} page.

   \section1 All Examples

   \l{All Qt Examples} lists all examples categorized by the Qt module they
   belong to.
*/

/*!
\page qtexamples.html
\title All Qt Examples
\brief List of all the Qt examples

\generatelist annotatedexamples
*/