Qt Creator Wiki
Qt Creator is a new cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. It includes:
- An advanced C++ code editor
- Integrated GUI layout and forms designer
- Project and build management tools
- Integrated, context-sensitive help system
- Visual debugger
- Rapid code navigation tools
- Supports multiple platforms
Installing Qt Creator
- If you are interested in using Qt Creator for development, download the latest stable release or look for VendorPackages.
- If you want to check out the latest features, fetch the latest source snapshots for the master or the 1.3 branch. Alternatively, we provide nightly updated binary snapshot builds.
- If you want to participate in the development of Qt Creator, find the project on gitorious.org
Contributing to Qt Creator
We mostly follow the process and guidelines used for Qt itself that you can find in the QtContributionGuidelines. Please find detailed information about the process there. If you have questions, don’t hesitate to contact us e.g. at the #qt-creator IRC channel on Freenode.
Questions and Feedback
If you have any problems, please look through our FrequentlyAskedQuestions first. If your problems persist, scan the Qt Creator mailing list archive. If that doesn’t help, have a look at our Bug Tracker to check if it is a known problem, or to create a bug report. Finally, you can ask on the Qt Creator mailing list by sending a mail with the subject “subscribe” to qt-creator-subscribe@trolltech.com. After subscription, you can post your question. You can also try to ask questions at the #qt-creator IRC channel on Freenode where you will find both Qt Creator developers and Qt Creator users.

