2017-03-08 16:27:22 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2021-04-08 12:30:30 +02:00
|
|
|
** Copyright (C) 2021 The Qt Company Ltd.
|
2017-03-08 16:27:22 +01:00
|
|
|
** Contact: https://www.qt.io/licensing/
|
|
|
|
|
**
|
|
|
|
|
** This file is part of the Qt Creator documentation.
|
|
|
|
|
**
|
|
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License Usage
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\page qtcreator-toc.html
|
|
|
|
|
|
2018-05-24 09:58:06 +02:00
|
|
|
\title All Topics
|
2017-03-08 16:27:22 +01:00
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Getting Started}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{IDE Overview}
|
|
|
|
|
\li \l{User Interface}
|
2019-04-12 16:51:44 +02:00
|
|
|
\list
|
|
|
|
|
\li \l{Selecting Modes}
|
2020-02-24 15:38:42 +01:00
|
|
|
\li \l{Working with Sidebars}
|
2020-05-28 12:06:16 +02:00
|
|
|
\li \l{Browsing Project Contents}
|
2021-04-08 12:30:30 +02:00
|
|
|
\list
|
|
|
|
|
\li \l{Projects}
|
|
|
|
|
\li \l{File System}
|
|
|
|
|
\li \l{Open Documents}
|
|
|
|
|
\endlist
|
2020-02-24 15:38:42 +01:00
|
|
|
\li \l{Managing Workspaces}
|
2019-04-12 16:51:44 +02:00
|
|
|
\li \l{Viewing Output}
|
|
|
|
|
\endlist
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Configuring Qt Creator}
|
|
|
|
|
\li \l{Building and Running an Example}
|
|
|
|
|
\li \l{Tutorials}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Creating a Qt Quick Application}
|
|
|
|
|
\li \l{Creating a Qt Widget Based Application}
|
|
|
|
|
\li \l{Creating a Mobile Application}
|
|
|
|
|
\endlist
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Managing Projects}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Creating Projects}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Opening Projects}
|
|
|
|
|
\li \l{Adding Libraries to Projects}
|
|
|
|
|
\li \l{Adding New Custom Wizards}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Using Version Control Systems}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Using Bazaar}
|
|
|
|
|
\li \l{Using ClearCase}
|
|
|
|
|
\li \l{Using CVS}
|
|
|
|
|
\li \l{Using Git}
|
|
|
|
|
\li \l{Using Mercurial}
|
|
|
|
|
\li \l{Using Perforce}
|
|
|
|
|
\li \l{Using Subversion}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Configuring Projects}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Adding Kits}
|
|
|
|
|
\li \l{Adding Qt Versions}
|
|
|
|
|
\li \l{Adding Compilers}
|
|
|
|
|
\li \l{Adding Debuggers}
|
|
|
|
|
\li \l{Specifying Build Settings}
|
2021-03-26 16:31:13 +01:00
|
|
|
\list
|
|
|
|
|
\li \l{Cmake Build Configuration}
|
|
|
|
|
\li \l{qmake Build Configuration}
|
|
|
|
|
\li \l{Qbs Build Configuration}
|
|
|
|
|
\li \l{Meson Build Configuration}
|
|
|
|
|
\li \l{IncrediBuild Build Configuration}
|
|
|
|
|
\li \l{Conan Build Configuration}
|
|
|
|
|
\endlist
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Specifying Run Settings}
|
|
|
|
|
\li \l{Specifying Editor Settings}
|
|
|
|
|
\li \l{Specifying Code Style Settings}
|
|
|
|
|
\li \l{Specifying Dependencies}
|
2020-03-05 15:55:06 +01:00
|
|
|
\li \l{Specifying Environment Settings}
|
2020-08-11 11:21:54 +02:00
|
|
|
\li \l{Using Custom Output Parsers}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Sharing Project Settings}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Managing Sessions}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Designing User Interfaces}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Developing Qt Quick Applications}
|
|
|
|
|
\list
|
|
|
|
|
\li \l {Creating Qt Quick Projects}
|
2021-02-22 18:21:47 +01:00
|
|
|
\li \l {Design Views}
|
2021-02-12 18:16:06 +01:00
|
|
|
\list
|
2021-02-19 10:37:32 +01:00
|
|
|
\li \l{Form Editor}
|
2021-03-09 15:17:22 +02:00
|
|
|
\li \l{3D Editor}
|
2021-02-12 18:16:06 +01:00
|
|
|
\li \l{Library}
|
2021-02-22 17:30:46 +01:00
|
|
|
\li \l{Navigator}
|
2021-02-22 18:15:55 +01:00
|
|
|
\li \l{Properties}
|
2021-03-04 13:16:36 +01:00
|
|
|
\li \l{Connection View}
|
2021-03-04 13:24:10 +01:00
|
|
|
\li \l{States}
|
2021-03-01 13:00:26 +01:00
|
|
|
\li \l{Transition Editor}
|
2021-03-02 17:37:36 +01:00
|
|
|
\li \l{Timeline}
|
|
|
|
|
\li \l{Curve Editor}
|
2021-04-09 13:58:54 +02:00
|
|
|
\li \l{Text Editor}
|
2021-02-12 18:16:06 +01:00
|
|
|
\endlist
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l {Wireframing}
|
2018-07-11 13:36:37 +02:00
|
|
|
\list
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l {Components}
|
2020-02-26 09:36:22 +01:00
|
|
|
\list
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l {Preset Components}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Shapes}
|
|
|
|
|
\li \l{Text}
|
|
|
|
|
\li \l{Images}
|
|
|
|
|
\li \l{UI Controls}
|
|
|
|
|
\li \l{User Interaction Methods}
|
|
|
|
|
\li \l{Lists and Other Data Models}
|
|
|
|
|
\li \l{Animations}
|
|
|
|
|
\li \l{3D Views}
|
|
|
|
|
\li \l{Group}
|
|
|
|
|
\li \l{3D Models}
|
|
|
|
|
\li \l{Materials and Shaders}
|
|
|
|
|
\li \l{Textures}
|
|
|
|
|
\li \l{3D Materials}
|
|
|
|
|
\li \l{3D Effects}
|
|
|
|
|
\li \l{Custom Shaders}
|
|
|
|
|
\li \l{Custom Effects and Materials}
|
|
|
|
|
\li \l{Lights}
|
|
|
|
|
\li \l{Cameras}
|
|
|
|
|
\li \l{Scene Environment}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l {Creating Component Instances}
|
|
|
|
|
\li \l {Creating Custom Components}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Creating Buttons}
|
|
|
|
|
\li \l{Creating Scalable Buttons and Borders}
|
|
|
|
|
\endlist
|
2020-02-26 09:36:22 +01:00
|
|
|
\endlist
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l{Creating Optimized 3D Scenes}
|
2021-02-22 18:15:55 +01:00
|
|
|
\li \l{Specifying Component Properties}
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l{Scalable Layouts}
|
2020-02-26 09:36:22 +01:00
|
|
|
\li \l{Using Custom Fonts}
|
2020-03-12 11:07:17 +01:00
|
|
|
\li \l{Annotating Designs}
|
2021-03-16 10:29:55 +01:00
|
|
|
\li \l{UI Files}
|
2021-06-07 16:13:00 +02:00
|
|
|
\endlist
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Prototyping}
|
2020-02-26 09:36:22 +01:00
|
|
|
\list
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Creating UI Logic}
|
|
|
|
|
\li \l{Simulating Complex Experiences}
|
2021-03-02 17:37:36 +01:00
|
|
|
\list
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Loading Placeholder Data}
|
|
|
|
|
\li \l{Using QML Modules with Plugins}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l {Dynamic Behaviors}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Adding Connections}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Connecting Components to Signals}
|
|
|
|
|
\li \l{Adding Bindings Between Properties}
|
|
|
|
|
\li \l{Specifying Dynamic Properties}
|
|
|
|
|
\li \l{Managing C++ Backend Objects}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l {Adding States}
|
2021-03-02 17:37:36 +01:00
|
|
|
\endlist
|
2020-02-26 09:36:22 +01:00
|
|
|
\li \l {Exporting 3D Assets}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Exporting from Blender}{Blender}
|
|
|
|
|
\li \l{Exporting from Maya}{Maya}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Importing 3D Assets}
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Exporting Components}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Motion Design}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Introduction to Animation Techniques}
|
|
|
|
|
\li \l{Creating Animations}
|
|
|
|
|
\li \l{Editing Easing Curves}
|
|
|
|
|
\endlist
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l {Browsing ISO 7000 Icons}
|
2019-01-17 11:44:12 +01:00
|
|
|
\li \l {Converting UI Projects to Applications}
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Developing Widget Based Applications}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Adding Qt Designer Plugins}
|
|
|
|
|
\endlist
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Optimizing Applications for Mobile Devices}
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Coding}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Writing Code}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Working in Edit Mode}
|
|
|
|
|
\li \l{Semantic Highlighting}
|
|
|
|
|
\li \l{Checking Code Syntax}
|
|
|
|
|
\li \l{Completing Code}
|
|
|
|
|
\li \l{Indenting Text or Code}
|
|
|
|
|
\li \l{Using Qt Quick Toolbars}
|
|
|
|
|
\li \l{Pasting and Fetching Code Snippets}
|
|
|
|
|
\li \l{Using Text Editing Macros}
|
|
|
|
|
\li \l{Comparing Files}
|
|
|
|
|
\li \l{Parsing C++ Files with the Clang Code Model}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Finding}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Finding and Replacing}
|
|
|
|
|
\li \l{Searching with the Locator}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Refactoring}
|
2021-04-14 18:22:18 +02:00
|
|
|
\li \l{Applying Refactoring Actions}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Beautifying Source Code}
|
|
|
|
|
\li \l{Configuring the Editor}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Specifying Text Editor Settings}
|
|
|
|
|
\li \l{Using FakeVim Mode}
|
|
|
|
|
\endlist
|
2018-10-11 14:54:35 +02:00
|
|
|
\li \l{Using Language Servers}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Editing MIME Types}
|
|
|
|
|
\li \l{Modeling}
|
|
|
|
|
\li \l{Editing State Charts}
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Building and Running}
|
|
|
|
|
\list
|
2021-06-10 17:10:47 +02:00
|
|
|
\li \l{Validating with Target Hardware}
|
2019-07-05 14:14:29 +02:00
|
|
|
\list
|
|
|
|
|
\li \l{Previewing on Desktop}
|
|
|
|
|
\li \l{Previewing on Devices}
|
2019-10-23 15:31:30 +02:00
|
|
|
\li \l{Previewing in Browsers}
|
2019-07-05 14:14:29 +02:00
|
|
|
\endlist
|
2017-03-08 16:27:22 +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}
|
2017-03-08 16:27:22 +01:00
|
|
|
\list
|
|
|
|
|
\li \l{Deploying Applications to Android Devices}
|
2020-05-20 13:06:11 +02:00
|
|
|
\li \l{Deploying Applications to Generic Remote Linux Devices}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Deploying Applications to QNX Neutrino Devices}
|
|
|
|
|
\endlist
|
2017-08-17 17:02:56 +02:00
|
|
|
\li \l{Connecting Devices}
|
2017-03-08 16:27:22 +01:00
|
|
|
\list
|
|
|
|
|
\li \l{Connecting Android Devices}
|
|
|
|
|
\li \l{Connecting Bare Metal Devices}
|
2020-05-20 13:06:11 +02:00
|
|
|
\li \l{Connecting Generic Remote Linux Devices}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Connecting iOS Devices}
|
2019-10-11 15:02:52 +02:00
|
|
|
\li \l{Connecting MCUs}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Connecting QNX Devices}
|
2019-09-11 15:27:34 +02:00
|
|
|
\li \l{Building Applications for the Web}
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Customizing the Build Process}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Testing}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Debugging}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Setting Up Debugger}
|
|
|
|
|
\li \l{Launching the Debugger}
|
|
|
|
|
\li \l{Interacting with the Debugger}
|
|
|
|
|
\li \l{Using Debugging Helpers}
|
|
|
|
|
\li \l{Debugging Qt Quick Projects}
|
|
|
|
|
\li \l{Debugging a C++ Example Application}
|
|
|
|
|
\li \l{Debugging a Qt Quick Example Application}
|
|
|
|
|
\li \l{Troubleshooting Debugger}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Analyzing Code}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Profiling QML Applications}
|
|
|
|
|
\li \l{Using Valgrind Code Analysis Tools}
|
|
|
|
|
\list
|
2018-02-01 10:20:16 +01:00
|
|
|
\li \l{Detecting Memory Leaks with Memcheck}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Profiling Function Execution}
|
|
|
|
|
\li \l{Running Valgrind Tools on External Applications}
|
|
|
|
|
\endlist
|
2018-05-30 17:55:50 +02:00
|
|
|
\li \l{Using Clang Tools}
|
2018-02-01 10:20:16 +01:00
|
|
|
\li \l{Detecting Memory Leaks with Heob}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Analyzing CPU Usage}
|
2018-10-16 10:22:11 +02:00
|
|
|
\li \l{Analyzing Code with Cppcheck}
|
2019-09-30 16:45:16 +02:00
|
|
|
\li \l{Visualizing Chrome Trace Events}
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Running Autotests}
|
|
|
|
|
\endlist
|
|
|
|
|
\li \l{Advanced Use}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Supported Platforms}
|
2020-06-03 15:06:21 +02:00
|
|
|
\list
|
|
|
|
|
\li \l {Desktop Platforms}
|
|
|
|
|
\li \l {Embedded Platforms}
|
|
|
|
|
\li \l {Mobile Platforms}
|
|
|
|
|
\endlist
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Using Other Build Systems}
|
|
|
|
|
\list
|
2017-03-09 12:11:17 +01:00
|
|
|
\li \l{Setting Up CMake}
|
|
|
|
|
\li \l{Setting Up Qbs}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Setting Up an Autotools Project}
|
|
|
|
|
\li \l{Setting Up a Generic Project}
|
2019-11-07 16:06:29 +01:00
|
|
|
\li \l{Setting Up Nimble}
|
2020-07-02 17:15:01 +02:00
|
|
|
\li \l{Setting Up Meson}
|
2020-08-07 16:33:55 +02:00
|
|
|
\li \l{Setting Up IncrediBuild}
|
2021-01-07 11:49:30 +01:00
|
|
|
\li \l{Setting Up Conan}
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Using Command Line Options}
|
|
|
|
|
\li \l{Keyboard Shortcuts}
|
|
|
|
|
\li \l{Using External Tools}
|
|
|
|
|
\li \l{Showing Task List Files in Issues Pane}
|
2021-04-15 21:17:19 +03:00
|
|
|
\li \l{Managing Data Collection}
|
|
|
|
|
\list
|
|
|
|
|
\li \l {Collecting Usage Statistics}
|
|
|
|
|
\endlist
|
2017-03-08 16:27:22 +01:00
|
|
|
\endlist
|
|
|
|
|
\li \l{Getting Help}
|
|
|
|
|
\list
|
|
|
|
|
\li \l{Using the Help Mode}
|
|
|
|
|
\li \l{FAQ}
|
2019-10-25 14:51:50 +02:00
|
|
|
\li \l{How-tos}
|
2017-03-08 16:27:22 +01:00
|
|
|
\li \l{Known Issues}
|
|
|
|
|
\li \l{Glossary}
|
|
|
|
|
\li \l{Technical Support}
|
|
|
|
|
\li \l{Acknowledgements}
|
|
|
|
|
\endlist
|
|
|
|
|
\endlist
|
|
|
|
|
*/
|