Qt Creator attempts to meet your development needs, whether you are an experienced Qt developer or a newcomer to Qt. When you install Qt Creator as a part of Qt SDK, the default configuration allows you to start coding, building, running and debugging applications with very little effort.
However, you can easily change or extend the default configuration, by choosing a different build system or integrating external tools.
You can also use special options to start Qt Creator from the command line and use it mainly from the keyboard.
You can install and run Qt Creator on several operating systems to create applications for multiple desktop and mobile device platforms.
Qt Creator is integrated with cross-platform systems for build automation: qmake and CMake. In addition, you can import generic projects that do not use qmake or CMake, and specify that Qt Creator ignores your build system.
You can start Qt Creator and specify some options for running it from the command line.
Qt Creator provides various keyboard shortcuts to speed up your development process. You can change the keyboard shortcuts, as well as import and export keyboard shortcut mapping schemes.
You can use external tools directly from Qt Creator. Qt Linguist, QML preview tools (QML Viewer and QML Scene), the default text editor for your system, and the sort tool are preconfigured for use. You can change their default configurations and configure new tools.
You can load report files created by code scanning and analysis tools to the Issues output pane. You can navigate to the corresponding source code by clicking the error message.