aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc')
-rw-r--r--doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc80
1 files changed, 78 insertions, 2 deletions
diff --git a/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc b/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
index 1b545943e3..baf079c08f 100644
--- a/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
+++ b/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
@@ -80,6 +80,75 @@
\generatelist creator-how-to-design
+ \section1 Develop for Devices
+
+ Install the toolchain for building applications for the targeted
+ embedded or mobile platform on the computer, and use \QOI to
+ install Qt libraries that are built for the platform. Then add a
+ kit with the toolchain and the Qt version for the device's architecture.
+ When possible, \QOI creates suitable kits for you. Connect the devices
+ to the computer to run, debug, and analyze applications on them.
+
+ \section2 Android
+
+ Install \l {Qt for Android} and Android tools, and connect Android devices to
+ the computer.
+
+ \generatelist creator-how-to-android
+
+ \section2 Bare Metal
+
+ Run and debug applications on small Linux devices that are not supported
+ by the remote Linux device plugin by using GDB or a hardware debugger.
+
+ \generatelist creator-how-to-bare-metal
+
+ \section2 \B2Q
+
+ Run, debug, and analyze applications on \l{\B2Q: Documentation}{\B2Q}
+ devices.
+
+ \generatelist creator-how-to-b2qt
+
+ \section2 Docker
+
+ Create \e {Docker devices} from \e {Docker images} and use them to build,
+ run, and debug applications.
+
+ \generatelist creator-how-to-docker
+
+ \section2 iOS
+
+ Install \l {Qt for iOS} and Xcode, and connect iOS devices to the computer.
+
+ \generatelist creator-how-to-ios
+
+ \section2 MCUs
+
+ Install \l {Qt for MCUs}, and connect microcontrollers to the computer.
+
+ \generatelist creator-how-to-mcu
+
+ \section2 QNX Neutrino
+
+ Install \l {Qt for QNX}, and connect QNX Neutrino devices to the computer.
+
+ \generatelist creator-how-to-qnx
+
+ \section2 Remote Linux
+
+ Add kits for toolchains for building applications for generic Linux
+ devices, and connect the devices to the computer.
+
+ \generatelist creator-how-to-remote-linux
+
+ \section2 WebAssembly
+
+ Install \l{Qt for WebAssembly} to build applications for the web and run them
+ in a web browser.
+
+ \generatelist creator-how-to-webassembly
+
\section1 Edit Code
The code editor offers useful features for editing C++ and QML code, such
@@ -115,7 +184,7 @@
\QC groups build and run specific settings as kits to make cross-platform
development easier. Each kit consists of a set of values that define one
- environment, such as a device, tool chain, Qt version, and debugger command
+ environment, such as a device, toolchain, Qt version, and debugger command
to use.
\generatelist creator-how-to-manage-kits
@@ -423,6 +492,12 @@
\uicontrol {Find References to Symbol Under Cursor}.
\endlist
+ \section1 Inspect QML and JavaScript
+
+ To inspect QML and JavaScript properties, methods, and enums, place the
+ cursor over them and go to \uicontrol Tools > \uicontrol {QML/JS} >
+ \uicontrol {Inspect API for Element Under Cursor}.
+
\section1 Move between QML and C++
To move to the C++ implementation of a QML type in the code editor, place the
@@ -433,7 +508,8 @@
\li Go to \uicontrol {Follow Symbol Under Cursor} in the context menu.
\endlist
- \sa {Edit Code}{How To: Edit Code}, {Edit Mode}, {Navigate with locator}
+ \sa {Edit Code}{How To: Edit Code}, {Clangd}, {Edit Mode},
+ {Navigate with locator}
*/
/*!