aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started/gettingstarted.qdoc
blob: 5eb864f2cf1d4896dcc144f12ffcaad3c0a4dd52 (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
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page gettingstarted.html

    \title Getting Started with Qt
    \brief Finding your way around Qt.

    Hello and welcome to \l {Explore Qt} {Qt}!

    To get you started with Qt, we'll need to know what you'd like to do.

    \table
    \row
        \li \inlineimage front-ui.png
        \li \inlineimage front-coding.png
    \row
        \li \b {Design UIs}
            \list
                \li \l {Get and Install Qt}
                \li \l {Qt Design Studio: Installation}
                \li \l {Qt for Education}
                       {Install Qt Design Studio with Educational License}
                \li \l {Create Your First Applications}
                \li \l {Tools for Qt Quick UIs}
                \li \l {Supported Platforms}
            \endlist
        \li \b {Develop applications}
            \list
                \li \l {Solutions for Developers}
                \li \l {Get and Install Qt}
                \li \l {Qt for Education}
                       {Install Qt with Educational License}
                \li \l {Create Your First Applications}
                \li \l {Supported Platforms}
            \endlist
    \endtable

    For visual learning, take the courses in Qt Academy:
    \table
        \row
            \li \b {Qt Academy Courses}
                \list
                    \li \l {https://www.qt.io/academy/course-catalog#how-to-install-qt}
                       {How to Install Qt}
                    \li \l {https://www.qt.io/academy/course-catalog?q=intro#introduction-to-qt-quick}
                       {Introduction to Qt Quick}
                    \li \l {https://www.qt.io/academy/course-catalog?q=qt+quick+app#creating-a-simple-qt-quick-application}
                       {Create a Simple Qt Quick App}
                    \li \l {https://www.qt.io/academy/course-catalog#getting-started-with-qt-design-studio}
                       {Install Qt Design Studio}
                    \li \l {https://www.qt.io/academy/course-catalog#creating-your-first-app-with-qt-design-studio}
                       {Create Your First App with Qt Design Studio}
                    \li \l {https://www.qt.io/academy/course-catalog#the-must-knows-of-ui-design}
                       {Must-knows of UI Design}
                \endlist
    \endtable

    Use \l {Qt Widgets} if you want to use C++ API to create UIs.
*/