aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/qtcreator.qdoc
blob: 6fa4967023fc05df550b54de71a04c65aa487899 (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
// Copyright (C) 2023 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.
// **********************************************************************

/*!
    \page index.html
    \nextpage creator-getting-started.html

    \title Qt Creator Manual

    \QC is a cross-platform, complete integrated development environment
    (IDE) for application developers to create applications for multiple
    \l{Desktop Platforms}{desktop}, \l {Embedded Platforms}{embedded}, and
    \l{Mobile Platforms}{mobile device} platforms, such as \l Android and
    \l iOS. It is available for \l Linux, \l \macos and \l Windows
    operating systems. For more information, see \l{Supported Platforms}.

    In addition, you can use the experimental
    \l{Building Applications for the Web}{WebAssembly plugin}
    to build applications in web format and run them in web
    browsers.

    \table
        \row
            \li {4,1} \b {\l{All Topics}{Click Here for a List of All Topics}}
        \row
            \li \inlineimage front-gs.png
            \li \inlineimage front-coding.png
            \li \inlineimage front-preview.png
        \row
            \li \b {\l{Getting Started}}
                \list
                    \li \l{Overview}
                    \li \l{User Interface}
                    \li \l{Configuring Qt Creator}
                    \li \l{Building and Running an Example}
                    \li \l{Tutorials}
                \endlist
            \li \b {\l{Coding}}
                \list
                    \li \l{Writing Code}
                    \li \l{Configuring the Editor}
                \endlist
            \li \b {\l{Building and Running}}
                \list
                    \li \l{Validating with Target Hardware}
                    \li \l{Building for Multiple Platforms}
                    \li \l{Deploying to Devices}
                    \li \l{Connecting Devices}
                \endlist
        \row
            \li \inlineimage front-testing.png
            \li \inlineimage front-help.png
            \li \inlineimage front-advanced.png
        \row
            \li \b {\l{Debugging and Analyzing}}
                \list
                    \li \l{Debugging}
                    \li \l{Analyzing Code}
                    \li \l{Using Squish}
                \endlist
            \li \b {\l{How To}}
                \list
                    \li \l{Analyze}
                    \li \l{Build and Run}
                    \li \l{Debug}
                    \li \l{Design UIs}
                    \li \l{Edit Code}
                    \li \l{Manage Projects}
                    \li \l{Read Documentation}
                    \li \l{Test}
                    \li \l{Use \QC}
                    \li \l{Use the UI}
                    \li \l{How To}{See More...}
                \endlist
            \li \b {\l{Reference}}
                \list
                    \li \l {Acknowledgements}
                    \li \l {Build Systems}
                    \li \l {Command-Line Options}
                    \li \l {Custom Wizards}
                    \li \l {Keyboard Shortcuts}
                    \li \l {Preferences}
                    \li \l {Supported Platforms}
                    \li \l {Reference}{See More...}
                \endlist
    \endtable
*/