Cross-platform software libraries and APIs
Qt Creator IDE and productivity tools
UI Design tool for UI composition
for Qt projects
Digital advertising for UI apps
Usage intelligence for embedded devices
GUI test automation
Code coverage analysis
Test results management and analysis
Software static code analysis
Software architecture verification
The latest version of Qt.
Make the most of Qt tools, with options for commercial licensing, subscriptions, or open-source.
Explore Qt features, the Framework essentials, modules, tools & add-ons.
The project offers PySide6 - the official Python bindings that enhance Python applications.
Qt empowers productivity across the entire product development lifecycle, from UI design and software development to quality assurance and deployment. Find the solution that best suits your needs.
Insight into the evolution and importance of user-centric trends and strategies.
Learn how to shorten development times, improve user experience, and deploy anywhere.
Tips on efficient development, software architecture, and boosting team happiness.
Get the latest resources, check out upcoming events, and see who’s innovating with Qt.
Whether you're a beginner or a seasoned Qt pro, we have all the help and support you need to succeed.
October 29, 2021 by Cristian Adam | Comments
Qt Creator 6 comes with bug fixes and new features that affect CMake projects.
With Qt Creator 6, in order to have the header files displayed in the project tree, they need to be added to the project sources via:
add_library(my_lib [STATIC|SHARED|MODULE] [source.cpp source.h ...])
add_executable(my_exe [source.cpp source.h])
target_sources(my_target <INTERFACE|PUBLIC|PRIVATE> [source.cpp source.h])
This means that the header files will get the same treatment as the source files.
Qt Creator 6 will no longer scan all the files in the project source directory for header files and try to match the source files with the corresponding header files.
When the source matching would fail, then the headers would be grouped in the <Headers>
project node. Qt Creator 6 will always open the correct header file, even if multiple headers have the same name.
Qt Creator 6 comes with optimizations for the project loading. See below the (hot) loading of Qt Creator 6 sources in Qt Creator 5 and Qt Creator 6.
The <File System>
project node is displayed only when Qt Creator cannot load a CMake project. This is done to avoid the file system scanning and have faster project loading times.
Note that you can use the “File System” widget pane for the same operation.
Previously only errors were displayed in the issues pane. Now also warnings are displayed.
If the project fails to load or the previous working configuration has been restored, Qt Creator 6 will display a warning icon in the project tree.
The issues pane will contain the information that otherwise would be present only in the Project Mode.
With Qt Creator 6, you can search with Ctrl + F in the CMake output of the Projects mode.
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.
Nov 14, 2024
Qt Creator 14 has removed support for its Python 2 pretty printers. This..
Nov 14, 2024
We are happy to announce the release of Qt Creator 15 RC! Please check our..
Oct 31, 2024
We are happy to announce the release of Qt Creator 15 Beta2! Please check..
Qt Group includes The Qt Company Oy and its global subsidiaries and affiliates.