Viewing class hierarchy of a QT Project
Unsolved
General and Desktop
-
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".