Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are some good Qt related blogs/forums/sites to follow so one can learn more about developing with Qt? Also maybe some good (in terms of user interface richness) opensource apps that one can read the source code and learn from them.

share|improve this question
community wiki? – SunnyShah Jan 5 '11 at 16:58

8 Answers

up vote 7 down vote accepted

Two good resources are:

If you really want to read source code (something i don't recommend), you should read the source code of a KDE application.

share|improve this answer
I would add planetqt.org to your list. It collects Qt related stuff from many individual blogs although many of the posts here do come from trolltech. – Arnold Spence Sep 6 '10 at 17:05
Why you don't recommend reading source code? It's a good way to learn about good coding style and best practices (depends of course on the source code - there is also crappy code out there ;) ) – Frank Osterfeld Sep 6 '10 at 18:07
@Frank: Potential licensing / patent issues, I suppose. Although I don't agree - reading code is the way to learn :) – Mihai Limbășan Sep 6 '10 at 18:56
@Frank You said it, you can also learn about crappy coding practices without even knowing it just be reading at the wrong code. To learn about best practices, read a book about the topic. – Matias Valdenegro Sep 6 '10 at 19:10
There is no "Effective Qt" or similar yet, and introductionary books are just that, they often only teach the basics, not how to apply things in the real world. So I would ask someone with a clue for a good implementation to have a look at. And even if there is crappy code, one can ask in forums and mailinglists for good, "idiomatic" Qt projects/code. – Frank Osterfeld Sep 8 '10 at 12:09

I just wanted to mention for the french speaking community :

qtfr

and the qt subdomain of developpez :

qt.developpez

share|improve this answer

Try this too.

Qt-articles

share|improve this answer

Also http://www.qtcentre.org/content/ and its wiki may be usable

share|improve this answer

Qt forum is another option.

share|improve this answer

http://qt-apps.org/ has a number of open source applications-source generally one of the download options. http://planetkde.org/ is a kde blog aggregator but there is occasionaly some qt-only stuff.

share|improve this answer

I enjoy this one too. http://ariya.blogspot.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.