PDA

View Full Version : Is There A Better Qt Tutorial Than The One At www voidrealms com



ChrisL1234
7th June 2012, 17:03
I find the set of 100 videos at www.voidrealms.com to be at a very introductory level. The code taught is not sophisticed code. For example, reading and writing XML code seems to hard code values a little too much for me. The instructor hints about the lack of eloquent code.

Yes, the voidrealms videos are acceptable because they cover a lot of material.

Anyway, is there a better set of videos to learn Qt after watching the voidrealms videos.

Thank you,
Chris L.

ChrisW67
8th June 2012, 00:18
The Qt documentation includes quite a few fully-worked examples, a larger number of partially worked examples, and a bunch of demos. All of these are good to learn from. "C++ GUI Programming with Qt 4" by Blanchette and Summerfield (First Ed. available here (http://www.qtrac.eu/marksummerfield.html), 2nd ed. at your favourite bookseller), and "Advanced Qt Programming" by Summerfield are worth a look.