How To

The following topics describe how to use Qt Creator to perform a particular task.

Analyze

Qt Creator integrates code analysis tools for detecting memory leaks, profiling function execution, analyzing CPU use, and eliminating unnecessary complexity of code. Other integrated tools provide code coverage and visualize trace events.

Build and Run

Build with CMake

Build with qmake

Run applications

Create Models and Diagrams

Debug

Design UIs

Edit Code

Configure Editors

Manage Language Servers

Manage Kits

Manage Projects

Create Projects

Add Files

Configure Projects

Read Documentation

Test

Qt Creator supports both code based tests and build system based tests. Code based testing offers special handling for particular testing frameworks that strongly ties to the underlying code models or specialized parsers. Build system based testing is independent from any testing frameworks. It retrieves information directly from the underlying build system and uses it or even the build system as such to execute the respective tests.

Use Qt Creator

Use the UI