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
|
2013-11-01 10:21:25 +01:00
|
|
|
\nextpage creator-getting-started.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
|
2015-08-25 15:53:23 +02:00
|
|
|
(IDE) for application developers to create applications for multiple
|
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.
|
|
|
|
|
|
2015-03-20 14:05:31 +01:00
|
|
|
This manual also describes features that are only available if you have the
|
|
|
|
|
appropriate \l{http://qt.io/licensing/}{Qt license}. For more information,
|
2018-06-19 14:41:58 +02:00
|
|
|
see \l{Commercial Features}.
|
2015-03-20 14:05:31 +01:00
|
|
|
|
2023-04-21 14:10:36 +02:00
|
|
|
|
|
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\table
|
2021-06-29 13:46:59 +02:00
|
|
|
\row
|
2023-04-21 14:10:36 +02:00
|
|
|
\li {4,1} \b {\l{All Topics}{Click Here for a List of 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-projects.png
|
|
|
|
|
\li \inlineimage front-ui.png
|
|
|
|
|
\li \inlineimage front-coding.png
|
2011-12-13 11:52:47 +01:00
|
|
|
\row
|
2013-10-11 12:46:47 +02:00
|
|
|
\li \b {\l{Getting Started}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{IDE Overview}
|
|
|
|
|
\li \l{User Interface}
|
2013-04-19 15:36:38 +02:00
|
|
|
\li \l{Configuring Qt Creator}
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Building and Running an Example}
|
|
|
|
|
\li \l{Tutorials}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2013-10-11 12:46:47 +02:00
|
|
|
\li \b {\l{Managing Projects}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Creating Projects}
|
|
|
|
|
\li \l{Using Version Control Systems}
|
|
|
|
|
\li \l{Configuring Projects}
|
|
|
|
|
\li \l{Managing Sessions}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \b {\l{Designing User Interfaces}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Developing Qt Quick Applications}
|
|
|
|
|
\li \l{Developing Widget Based Applications}
|
2021-06-24 16:12:26 +02:00
|
|
|
\li \l{Optimizing Applications for Mobile Devices}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \b {\l{Coding}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Writing Code}
|
|
|
|
|
\li \l{Finding}
|
|
|
|
|
\li \l{Refactoring}
|
|
|
|
|
\li \l{Configuring the Editor}
|
2015-11-19 12:56:17 +01:00
|
|
|
\li \l{Modeling}
|
2016-09-30 12:46:20 +02:00
|
|
|
\li \l{Editing State Charts}
|
2015-11-13 11:20:28 +01:00
|
|
|
\endlist
|
|
|
|
|
\row
|
2020-05-20 16:16:05 +02:00
|
|
|
\li \inlineimage front-preview.png
|
|
|
|
|
\li \inlineimage front-testing.png
|
|
|
|
|
\li \inlineimage front-advanced.png
|
|
|
|
|
\li \inlineimage front-help.png
|
2015-11-13 11:20:28 +01:00
|
|
|
\row
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \b {\l{Building and Running}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Validating with Target Hardware}
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Building for Multiple Platforms}
|
|
|
|
|
\li \l{Running on Multiple Platforms}
|
2017-08-17 17:02:56 +02:00
|
|
|
\li \l{Deploying to Devices}
|
|
|
|
|
\li \l{Connecting Devices}
|
2015-11-13 11:20:28 +01:00
|
|
|
\endlist
|
2015-04-08 10:03:43 +02:00
|
|
|
\li \b {\l{Testing}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Debugging}
|
|
|
|
|
\li \l{Analyzing Code}
|
2015-04-08 10:03:43 +02:00
|
|
|
\li \l{Running Autotests}
|
2022-09-16 16:56:09 +02:00
|
|
|
\li \l{Using Squish}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \b {\l{Advanced Use}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Supported Platforms}
|
2021-11-10 14:58:37 +01:00
|
|
|
\li \l{Build Systems}
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Using Command Line Options}
|
|
|
|
|
\li \l{Keyboard Shortcuts}
|
|
|
|
|
\li \l{Using External Tools}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \b {\l{Getting Help}}
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Using the Help Mode}
|
|
|
|
|
\li \l{FAQ}
|
2019-10-25 14:51:50 +02:00
|
|
|
\li \l{How-tos}
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Known Issues}
|
|
|
|
|
\li \l{Glossary}
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2018-05-24 09:58:06 +02:00
|
|
|
\row
|
2021-06-29 13:46:59 +02:00
|
|
|
\li {4,1} \b {Contact Us}
|
|
|
|
|
\list
|
|
|
|
|
\li To report bugs and suggestions to the
|
|
|
|
|
\l{https://bugreports.qt.io/}{Qt Project Bug Tracker},
|
|
|
|
|
select \uicontrol Help > \uicontrol {Report Bug}.
|
|
|
|
|
\li To copy and paste detailed information about your
|
|
|
|
|
system to the bug report, select \uicontrol Help >
|
|
|
|
|
\uicontrol {System Information}.
|
|
|
|
|
\li To join the \l{https://lists.qt-project.org/listinfo/qt-creator}
|
|
|
|
|
{\QC mailing list} or \l{https://web.libera.chat/#qt-creator}
|
|
|
|
|
{#qt-creator} channel on Libera.Chat IRC, select
|
|
|
|
|
\uicontrol Help > \uicontrol Contact.
|
|
|
|
|
\li For credits and a list of third-party libraries, see
|
|
|
|
|
\l {Acknowledgements}.
|
|
|
|
|
\endlist
|
2011-12-13 11:52:47 +01:00
|
|
|
\endtable
|
2011-09-27 11:51:32 +02:00
|
|
|
*/
|