Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier and tailored to the needs of Qt developers
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 editor with C++, QML and ECMAscript support
- Rapid code navigation tools
- Syntax highlighting and code completion
- Static code checking and style hints as you type
- Support for source code refactoring
- Integrated, context-sensitive help system
- Code folding
- Parenthesis matching and parenthesis selection modes
- Integrated GUI layout and forms designer
- Project and build management tools
- Visual debugger
- Supports multiple platforms
The latest release Qt Creator 3.1.2 is bundled together with Qt 5.3.1
Install Qt Creator 3.1.2 in Ubuntu 14.04
For 32bit
wget http://download.qt-project.org/official_releases/qt/5.3/5.3.1/qt-opensource-linux-x86-5.3.1.run chmod +x qt-opensource-linux-x86-5.3.1.run ./qt-opensource-linux-x86-5.3.1.run
For 64bit
wget http://download.qt-project.org/official_releases/qt/5.3/5.3.1/qt-opensource-linux-x64-5.3.1.run chmod +x qt-opensource-linux-x64-5.3.1.run ./qt-opensource-linux-x64-5.3.1.run
– On Qt Setup Wizard screen, follow the onscreen wizard to complete the installation
comments powered by Disqus