2023-04-21 14:10:36 +02:00
|
|
|
// Copyright (C) 2023 The Qt Company Ltd.
|
2022-08-19 15:59:36 +02:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2011-09-27 11:51:32 +02:00
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// 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
|
2024-03-21 15:12:58 +01:00
|
|
|
\nextpage creator-overview.html
|
2011-09-27 11:51:32 +02:00
|
|
|
|
|
|
|
|
\title Qt Creator Manual
|
|
|
|
|
|
2023-02-03 17:25:21 +01:00
|
|
|
\QC is a cross-platform, complete integrated development environment
|
2024-03-14 13:45:50 +01:00
|
|
|
(IDE) that you can use to create applications for
|
2020-08-21 16:07:27 +02:00
|
|
|
\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
|
2011-12-13 11:52:47 +01:00
|
|
|
operating systems. For more information, see \l{Supported Platforms}.
|
2011-09-27 11:51:32 +02:00
|
|
|
|
2019-09-11 15:27:34 +02:00
|
|
|
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.
|
|
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\table
|
2021-06-29 13:46:59 +02:00
|
|
|
\row
|
2024-03-21 15:12:58 +01:00
|
|
|
\li {4,1} \b {\l{All Topics}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\row
|
2020-05-20 16:16:05 +02:00
|
|
|
\li \inlineimage front-gs.png
|
|
|
|
|
\li \inlineimage front-coding.png
|
2023-12-14 14:55:32 +01:00
|
|
|
\li \inlineimage front-help.png
|
|
|
|
|
\li \inlineimage front-advanced.png
|
|
|
|
|
\row
|
2024-03-21 15:12:58 +01:00
|
|
|
\li \b {\l{Developing with \QC}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2024-03-21 15:12:58 +01:00
|
|
|
\li \l{Getting Started}
|
|
|
|
|
\li \l{Creating Projects}
|
|
|
|
|
\li \l{Configuring Projects}
|
|
|
|
|
\li \l{Validating with Target Hardware}
|
|
|
|
|
\li \l{Connecting Devices}
|
|
|
|
|
\li \l{Deploying to Devices}
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Debugging}
|
|
|
|
|
\li \l{Analyzing Code}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2024-03-21 15:12:58 +01:00
|
|
|
\li \b {\l{Tutorials}}
|
|
|
|
|
\generatelist creator-tutorials
|
2023-09-05 16:28:35 +02:00
|
|
|
\li \b {\l{How To}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2023-11-01 16:12:57 +01:00
|
|
|
\li \l{Analyze}
|
|
|
|
|
\li \l{Build and Run}
|
|
|
|
|
\li \l{Debug}
|
2023-09-05 16:28:35 +02:00
|
|
|
\li \l{Design UIs}
|
|
|
|
|
\li \l{Edit Code}
|
|
|
|
|
\li \l{Manage Projects}
|
2024-03-01 14:58:22 +01:00
|
|
|
\li \l{Read Documentation}
|
|
|
|
|
\li \l{Test}
|
|
|
|
|
\li \l{Use \QC}
|
|
|
|
|
\li \l{Use the UI}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2023-08-31 14:13:57 +02:00
|
|
|
\li \b {\l{Reference}}
|
|
|
|
|
\list
|
2024-02-06 16:58:52 +01:00
|
|
|
\li \l {Acknowledgements}
|
2023-08-31 14:13:57 +02:00
|
|
|
\li \l {Build Systems}
|
2023-09-13 10:56:54 +02:00
|
|
|
\li \l {Command-Line Options}
|
2023-08-31 14:13:57 +02:00
|
|
|
\li \l {Custom Wizards}
|
|
|
|
|
\li \l {Keyboard Shortcuts}
|
2023-09-19 17:03:24 +02:00
|
|
|
\li \l {Preferences}
|
2023-08-31 14:13:57 +02:00
|
|
|
\li \l {Supported Platforms}
|
2024-03-21 10:36:06 +01:00
|
|
|
\li \l {Version Control Systems}
|
|
|
|
|
\li \l {Views}
|
2023-08-31 14:13:57 +02:00
|
|
|
\endlist
|
2011-12-13 11:52:47 +01:00
|
|
|
\endtable
|
2011-09-27 11:51:32 +02:00
|
|
|
*/
|