Qt C++ class diagrams?
Solved
General and Desktop
-
I see very extensive documentation of Qt C++ classes - e.g. https://doc.qt.io/qt-5/classes.html . But does documentation include a class hierarchy diagram so that we can quickly see how these classes are related? I haven't managed to find that yet...
-
Hi,
AFAIK, there's no such diagram generated. However, at the top of each class, you have an information table that includes the base class of the one you are currently looking as well as all classes inheriting it.
-
@Tom-asso said in Qt C++ class diagrams?:
that's what I was afraid of!
I share your frustration, althought the more you use the framework, the less relevant it becomes.