Any videos on learning how to program in qt ( Special for 2D Graphics View Framework)
-
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. -
You could start "here":http://qt.nokia.com/developer/learning/online/talks/developerdays2009 with the recorded Qt DevDays 2009 presentations.
-
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
-
[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. -
There are some videos available in Forum Nokia too.
-
collating all these material in this "wiki page":http://developer.qt.nokia.com/wiki/Category:Learning::Links_and_Material
-
[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]
-
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 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 :)