November 23, 2023 by Eike Ziller | Comments
We are happy to announce the release of Qt Creator 12!
Use Tools > Compiler Explorer > Open Compiler Explorer to open an editor that integrates the Compiler Explorer from https://godbolt.org. While you write code, Qt Creator asks Compiler Explorer to compile it, generate assembly, and optionally execute it, and shows you the result, just like on their website. You can open multiple editors and configure different compilers. Save your document including the settings as a .qtce file for sharing or continuing you experiments later. The plugin is disabled by default, so first enable the plugin in Help > About Plugins > CompilerExplorer (or Qt Creator > About Plugins > CompilerExplorer on macOS).
CMake 3.27 and later include debugging functionality via the Debug Adapter Protocol (DAP). Qt Creator 12 implements debugging via DAP in Debug mode > DAP, which means that you now can set breakpoints in your project's CMake files and debug CMake's configuration process. Instead of going through the Debug mode, you can also trigger CMake debugging more directly with Debug > Start Debugging > Start CMake Debugging.
Additionally, the new Analyze > CMake Profiler starts CMake in profiling mode (available since CMake 3.18) and opens the results in Qt Creator's trace file viewer.
Easily create recordings of (a part of) your screen for bug reports, sharing, blog posts, etc. Of course I've created the above with the ScreenRecorder plugin ;). The plugin is disabled by default, so first enable the plugin in Help > About Plugins > ScreenRecorder (or Qt Creator > About Plugins > ScreenRecorder on macOS).
The following is just an excerpt. Please have a look at our change log for further details on improvements and fixes in Qt Creator 12. Also head over to the separate blog post with more details on the improvements on the CMake integration.
General
Editing
Projects
A note for commercial users: Even though Qt Creator 12 counts as an "Upgrade" in terms of the license agreement, Qt Creator 12 is available free of charge for commercial users.
The opensource version is available on the Qt download page under "Qt Creator", and you find commercially licensed packages on the Qt Account Portal. Qt Creator 12 is also available as an update in the online installer. Please post issues in our bug tracker. You can also find us on IRC on #qt-creator on irc.libera.chat, and on the Qt Creator mailing list.
You can read the Qt Creator Manual in Qt Creator in the Help mode or access it online in the Qt documentation portal.
Download the latest release here: www.qt.io/download.
Qt 6.8 release focuses on technology trends like spatial computing & XR, complex data visualization in 2D & 3D, and ARM-based development for desktop.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Feb 13, 2025
We are happy to announce the release of Qt Creator 16 Beta2. Please head..
Feb 5, 2025
Qt for MCUs 2.8.2 LTS (Long-Term Support) has been released and is..
Feb 5, 2025
Claude 3.5 Sonnet is the best LLM to write QML code when prompted in..