Install QT Creator on Ubuntu 9.04
Thursday, 15. October 2009, 00:53:00
Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.Features
- Intuitive C++ class library
- Portability across desktop and embedded operating systems
- Integrated development tools with cross-platform IDE
- High runtime performance and small footprint on embedded
Downloads
http://qt.nokia.com/downloads
Install
On Linux/Unix, you need to make the file executable in order to run it. You can either do this with your desktop's file manager or, at the command line, type:
chmod u+x qt-sdk-linux-x86-opensource-2009.04.1.bin
You should now be able to execute the file as normal. You can do this from the command line by typing:
./qt-sdk-linux-x86-opensource-2009.04.1.bin
ScreenShot
Step by step of installing Qt Creator
Welcome Screen.
License Agreement.
Installation directory. If you're not 'root' the installation directory could maybe 'home/<username>/qtsdk-2009.03'
Select components.
Ready to install.
Progress
FinishHow to access
Open QT Creator from menu Development -> Qt Creator C++ IDE For Developing Qt Applications
Qt Creator shortcut.Qt Creator IDE
Qt Creator.






