Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Viewing class hierarchy of a QT Project
-
Is there any way to view class hierarchy of any QT project graphically?
-
Qt Creator features a 'Type Hierarchy' view that let you navigate the class hierarchy of classes: https://doc.qt.io/qtcreator/creator-views.html#viewing-type-hierarchy . Other IDE's feature something similar.
Anyhow, if you're asking for a complete, pre-generated class diagram for Qt classes ... I don't think this is available anywhere.
-
@suslucoder
This is beyond my pay-grade. But if you look around the answer everywhere over the years is "No, but use Doxygen plus Graphviz".
-
@JonB Thank you i will try it
-
@kkoehne Thank you for answering