Developer(s) | Qt Project |
---|---|
Stable release | 12.02[1]
/ February 7, 2024 |
Repository | |
Written in | C++ (Qt) |
Operating system | GNU/Linux, macOS, BSD family, Windows |
Type | |
License | GPL-3.0-only with Qt-GPL-exception-1.0[2] |
Website | www |
Qt Creator is a cross-platform C++, JavaScript, Python and QML integrated development environment (IDE) which simplifies GUI application development. It is part of the SDK for the Qt GUI application development framework and uses the Qt API, which encapsulates host OS GUI function calls.[3] It includes a visual debugger and an integrated WYSIWYG GUI layout and forms designer. The editor has features such as syntax highlighting and autocompletion. Qt Creator uses the C++ compiler from the GNU Compiler Collection on Linux. On Windows it can use MinGW or MSVC with the default install and can also use Microsoft Console Debugger when compiled from source code. Clang is also supported.