Hierarchy in Qt [C++]

qt

Solution

The official class hierarchy is found here:

- http://doc.qt.io/qt-4.8/hierarchy.html

There are also some class charts. It is really big, you need a plotter to print this in a size which is readable:

- http://doc.qt.digia.com/extras/qt43-class-chart.pdf

Problem

Guys could any one point it out to me a link to web page where I can find a hierarchy of classes in Qt, preferably as a diagram (something in UML style)? I'm just starting to learn it and I'm finding it quite difficult to work with all these classes - well, mainly with widgets and layouts at the moment- without knowing where they belong. Thank you.

Original source