Doc: Mention "Compiler Explorer Qt & C++ Source" template

Task-number: QTCREATORBUG-30604
Change-Id: I9f21d21086cff38923a2ef2f398d68b2f8652470
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2024-06-14 16:52:30 +02:00
parent 70538bf38c
commit c1c462ab11
3 changed files with 16 additions and 6 deletions

View File

@@ -110,7 +110,9 @@ Editing
### Compiler Explorer
* Added a wizard template for code that uses Qt
* Added a wizard template for code that uses Qt to `File`> `New File`>
`Compiler Explorer`
[Documentation](https://doc.qt.io/qtcreator/creator-how-to-create-compiler-explorer-sessions.html)
### Models

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -9,19 +9,27 @@
\title Create compiler explorer sessions
To create a compiler explorer session for a C++ or Python project:
\note Enable the Compiler Explorer plugin to use it.
To create a compiler explorer session for a Qt and C++, C++, or Python
project:
\list 1
\li Go to \uicontrol File > \uicontrol {New File}.
\li Select \uicontrol {Compiler Explorer} > \uicontrol C++ or
\uicontrol Python > \uicontrol Choose.
\li Select \uicontrol {Compiler Explorer}, and then select one of the
following:
\list
\li \uicontrol {Compiler Explorer C++ Source}
\li \uicontrol {Compiler Explorer Python Source}
\li \uicontrol {Compiler Explorer Qt & C++ Source}
\endlist
\image qtcreator-new-project-compiler-explorer.webp {New File dialog}
\li Select \uicontrol Choose.
\li Follow the instructions of the wizard to create an example
compiler explorer session as a JSON-based \c .qtce file and to open
it.
\endlist
\note Enable the Compiler Explorer plugin to use it.
\sa {Create files}, {Enable and disable plugins}, {Explore compiler code}
*/