Qt Creator
is a new cross-platform integrated development environment (IDE)
tailored to the needs of Qt developers. Qt Creator is available bundled together with the latest Qt libraries and additional development tools as part of the Qt SDK, which provides everything you need to get started with cross-platform Qt
development in a single install.
Qt Creator Video Tutorials
Features & Benefits
Qt Creator focuses on providing features that help new Qt users get
up and running faster, and also boost the productivity of experienced
Qt developers.
Code Faster with a Powerful C++ Code Editor
Syntax highlighting and code completion
Static code checking and style hints as you type
Context sensitive help
Code folding
Parenthesis matching and parenthesis selection modes
The complete Qt Creator source code is available under the LGPL through a publicly accessible source code repository.
The repository provides users with complete visibility into the Qt
Creator source code and development process as the product evolves
toward final release.
If you want to contribute to Qt Creator, please have a look at the doc/coding-style.qdoc document in the repository.