Qt Creator是被Nokia收购后推出的一款新的轻量级集成开发环境。此IDE能够跨平台运行,支持的系统包括Linux、Mac OS X 以及 Windows。根据官方描述,Qt Creator的设计目标是使开发人员能够利用Qt 这个应用程序框架更加快速及轻易的完成开发任务。如有需要的网友可以下载本软件使用。
QtCreator 更新日志 Qt Creator 3.2.0,该版本增加了很多新特性,修复了 bug,此外企业 Qt Creator 可使用 QML profiler 来调试 JavaScript 的内存使用。其他值得关注的改进有: Block selections in text editors now allow you to do “column editing”, meaning that all selected lines are edited simultaneously (Qt Creator Manual) Context help can now be configured to open in an external window (without disabling Help mode) Support for C99 designated initializers and concatenated strings was added to the C++ code model, as well as improvements to encoding handling and lambda support and many other things More panes are now searchable with Ctrl+F, for example the project tree The QML profiler received many performance and stability improvements again
完整内容请看 change log, 需要注意的是 Qt Creator 3.2 不再支持 OS X 10.6,技术上的原因是苹果不支持在任意类型的 C++11,但不影响你运行 Qt 应用。