Any videos on learning how to program in qt ( Special for 2D Graphics View Framework)
-
wrote on 28 Jul 2010, 20:47 last edited by
Hi,
There are some videos on the "Qt eLearning":http://qt.nokia.com/developer/learning/elearning site.
"Qt Essentials":http://qt.nokia.com/developer/learning/online/training/modules
"Programming with Qt - QGraphicsView (by ICS) ":http://qt.nokia.com/developer/learning/online/training/training-day-at-developer-days-2009/programming-with-qt-qgraphicsview-by-ics
-
wrote on 28 Jul 2010, 23:22 last edited by
I think, that the best book to learn this - Qt help documentation. If you need samples - look qt-demo application.
-
wrote on 27 Aug 2010, 14:59 last edited by
[quote author="yarco" date="1280333056"]Erm? Yes, i baught a book named "c++ gui qt4 programming".
And in modern time, i think video is better than book.
I'm very interested in small 2D game recently.
I googled a lot, but it is rare for me to get one, not saying any videos about graphics/view framework.
Sad.[/quote]
You have got to be kidding me. In programming books and other written materials are the best learning sources. Don't get me wrong videos are good to but they are never going too be better than written materials. -
wrote on 8 Sept 2010, 10:49 last edited by
There are some videos available in Forum Nokia too.
-
wrote on 8 Sept 2010, 22:34 last edited by
I have learned it by demo/examples and assistant documentation.
-
wrote on 24 Sept 2010, 03:34 last edited by
collating all these material in this "wiki page":http://developer.qt.nokia.com/wiki/Category:Learning::Links_and_Material
-
wrote on 24 Sept 2010, 07:51 last edited by
[quote author="chetankjain" date="1285299261"]collating all these material in this "wiki page":http://developer.qt.nokia.com/wiki/Category:Learning::Links_and_Material[/quote]
I think we already have another page for links to videos and training materials.
"http://developer.qt.nokia.com/wiki/Material_and_Links":http://developer.qt.nokia.com/wiki/Material_and_Links
[edit: fixed link / chetankjain]
-
wrote on 24 Sept 2010, 08:23 last edited by
yes qtk that was my fault, I was the one who created both the links :P
I've already asked the wiki masters to remove the duplicate
-
wrote on 25 Sept 2010, 13:38 last edited by
For me, The best way to learn Qt is: read the examples and the "documentation":http://doc.qt.nokia.com/4.7/index.html
-
wrote on 25 Sept 2010, 13:42 last edited by
[quote author="danilocesar" date="1285421897"]For me, The best way to learn Qt is: read the examples and the "documentation":http://doc.qt.nokia.com/4.7/index.html[/quote]
totally agree, but sometimes I just feel it is so nice to just sit back and see some cool videos on Qt :)