aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/overview/creator-only/creator-tutorials.qdoc
blob: e75d8fb4a5d24fbca6685237871a4ff9b093bc5a (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
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

// **********************************************************************
// NOTE: the sections are not ordered by their logical order to avoid
// reshuffling the file each time the index order changes (i.e., often).
// Run the fixnavi.pl script to adjust the links to the index order.
// **********************************************************************

/*!
    \previouspage creator-build-example-application.html
    \page creator-tutorials.html
    \nextpage {Creating a Qt Quick Application}

    \title Tutorials

    \image front-help.png

    You can use \QC to create applications for several platforms by using
    several technologies. The tutorials in this manual explain how to create
    some basic applications.

    \list

        \li \l{Creating a Qt Quick Application}

            Learn how to create a Qt Quick application.

        \li \l{Creating a Qt Widget Based Application}

            Learn how to create a Qt widget based application for the desktop.

       \li \l{Creating a Mobile Application}

            Learn how to create a Qt Quick application using Qt Quick Controls
            for Android and iOS devices.

    \endlist

*/