Class hierarchy diagram
-
I know of this older one for "Qt 4.3":http://doc.qt.nokia.com/extras/qt43-class-chart.pdf but I haven't seen anything for any more recent versions.
-
If I remember correctly "doxygen":http://www.doxygen.org in conjunction with "graphviz":http://www.graphviz.org/ was able - or is able - to create class diagrams right from the sources. If you use doxywizard there should be an option for generating inheritance and collaboration diagrams.
-
I think the reason why there is no diagram above 4.3 is because it would be huge (even the 4.3 diagram seems huge to me).
-
I'd consider using it as wallpaper for my room :)
-
@Lukas: +1
We use doxygen with graphviz in our project made in Qt, you could very well use it on Qt itself. It should give you some diagrams and actually probably a complete API reference too.. considering the level of documentation Qt code has.