[Figure] installing the QT environment and the QT creator development tool in Ubuntu thanks to snail mail for posting it on 09-10-13 and being read for 2612 comments and 0 comments
[Lottery Q & A activities 2011-4-1 ~ 4-18] Open Source people seize the opportunity always (clock) by you
First install qt4 and use QT Creator for development demonstration
In terminal, enter: sudo apt-Get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
- The qt4-dev-tools includes QT assistant, QT linguist, QT creator
- Qt4-doc this is help documentation
- Qt4-qtconfig QT Configuration tool, which is installed by default
- Some official demo of qt4-demos
- Qt4-designer visual form setup Tool
See the figure below:
After the installation is complete, you will see more QT creator, qt4 assistant, qt4 designer, QT linguist...
Let's start with my first hello World: Open QT creator first, and the interface is OK.
Click file-> New
A form with mainwindow will be generated by default. Is the interface quite familiar? It is very similar to Windows programming ..
Interface Design with Creator for development is not bad