PDA

View Full Version : Newbie to QT, any suggestion?



xhsoldier
4th June 2009, 08:51
I am new to QT.
1. Is there some good documents or example for me to develop QT GUI applications?
2. If I want to develop QT system lib/exe, what should I do?
3. QT uses Model-View framework, it is a little different Model-View-controller/UI Engine?

freezeblue
4th June 2009, 09:29
I am new to QT.
1. Is there some good documents or example for me to develop QT GUI applications?
2. If I want to develop QT system lib/exe, what should I do?
3. QT uses Model-View framework, it is a little different Model-View-controller/UI Engine?

1. The documents come with the Qt source code are best textbooks.
2. Get a Qt distribution. Compile or install (depends on whether you get binary or source code) it with the compiler you are familiar with. Then, coding as usual.
3. MVC is nice! Worth learning, ease your working.

Lykurg
4th June 2009, 13:09
1. Is there some good documents or example for me to develop QT GUI applications?

Use the documentation of Qt (-> assistant) there are good examples and tutorials. If you also have experience with programming, a change to Qt shouldn't be hard. The docs are really great! Also use the search function of this forum. Good books for Qt are mentioned a few times.