Re: Best Qt4 Books in 2011
I'll second the first one :)
Once you are past that level you can also try:
Mark Summerfield. Advanced Qt Programming, Creating Great Software with C++ and Qt 4. Prentice Hall.
Re: Best Qt4 Books in 2011
My favorit is still the book of Johan.
If you are a good programmer and only need the book for a "brief" introduction (as while the normal work life you surley won't need more than the documentation and this forum here ;)), the first edition of C++ GUI Programming with Qt 4 is free for download. (Don't have the link right now, but you'll easily find it) It should be enough to guide you through the basic Qt techniques in a structured manner, so that after that you could easily start programmint with Qt and learn further while coding.
Re: Best Qt4 Books in 2011
My favourite is Johan's book too also for reasons anyone who has seen the book can clearly be aware of ;)
Anyway there is also a third title - "The Book of Qt 4: The Art of Building Qt Applications" by Daniel Molketin. You can learn my opinion about this book from my review of it - http://blog.wysota.eu.org/index.php/...ations-review/
Re: Best Qt4 Books in 2011
Picked up Johan's excellent book last week. For an experienced programmer, the first 2 chapters make this book worth buying.
Re: Best Qt4 Books in 2011
Yeah I have Johan's book. It is good, some couple parts are old and outdated, but others are still very useful.
Re: Best Qt4 Books in 2011
is there any new book about qt in development?
Re: Best Qt4 Books in 2011
Yes, it has been mentioned in second post: link to amazon
But as the title says, it's not an introduction to Qt
As an first book i recommend Johan's book Foundations of Qt Development, the thing i like the most at this book is the usage of code snippets, the author sometimes just gives you a little code that you need to integrate into a project and code the rest of the needed ui/functionality to proper use the snippet, that makes you reuse and play on your own with the things you learned before and helps you better learn and understand the concepts.
LE: don't understand me wrong, the book also has begin-to-end applications, but some smaller concepts are introduced by explanation and snippet (as i said, somewhat, forcing you to already reuse and put in practice the knowledge you previously learned)
Re: Best Qt4 Books in 2011
Hi. Thank you very much for your suggestions! I will see if I can get my hands on any of the books mentioned here.:o
Re: Best Qt4 Books in 2011
I have the second book... Its very good. But the Summerfield's one is very good too.