Viewing class hierarchy of a QT Project
-
wrote on 28 Jan 2021, 13:22 last edited by
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.
-
Is there any way to view class hierarchy of any QT project graphically?
wrote on 28 Jan 2021, 16:01 last edited by@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". -
@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".wrote on 29 Jan 2021, 11:05 last edited by@JonB Thank you i will try it
-
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.
wrote on 29 Jan 2021, 11:05 last edited by@kkoehne Thank you for answering
1/5