Qt Creator is a cross-platform integrated development environment
(IDE) tailored to the needs of Qt developers. Qt Creator runs on
Windows, Linux/X11 and Mac OS X desktop operating systems, and allows
developers to create applications for multiple desktop and mobile
device platforms.
The figure above shows some of the components of Qt Creator in Edit mode. Click to enlarge.
Sophisticated Code Editor Qt Creator's advanced code editor provides support for editing C++
and QML (JavaScript), context-sensitive help, code completion,
navigation and more. Read more.
Version Control
Qt Creator integrates with most popular version control systems, including Git, Subversion, Bazaar, Perforce, CVS and Mercurial. Read more
Integrated UI Designers Qt Creator provides two integrated visual editors: Qt Designer for building UIs from Qt widgets, and Qt Quick Designer for developing animated UIs with the QML language. Read more
Project & Build Management Whether you import an existing project or create one from scratch,
Qt Creator generates all the necessary files. Support for Cmake and cross-compiling with qmake
is included. Read more
Desktop & Mobile Targets Qt Creator provides support for building and running Qt applications
for desktops and mobile devices. Build settings allow you to quickly switch
between build targets. Read more
Qt Simulator Available as part of the Qt SDK, the Qt Simulator to test Qt
application for mobile devices in an environment similar to that of the
target device. Read more
Resources
Browse the resources below to learn more about Qt Creator: