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
You can read more infomation about qt creator from http://www.qtsoftware.com/products/developer-tools
Once we download the source of "qt-creator-1.1.0-src.zip" , unzip it and do the follows:
So easy, right?
juse run the qtcreator under ./bin.
Then you get a powerful IDE to develop GUI in cross-platform: )