Infrastructure map of desktop application
Unsolved
General and Desktop
-
Hi,
Here we can see the information about a class that includes:
- Inheritance tree scheme
- Graphic scheme
- list of methods
and some other information
Where to find information how to do the same? Or maybe Qt has something similar to this? How to google that?
-
In the documentation, e.g. for QLabel here: https://doc.qt.io/qt-5/qlabel.html
The scheme is not graphical but textual but the information is there. -
@Christian-Ehrlicher Thank you for help
I just found a solution: use Doxygen with GraphViz.
This allows to produce documentation and different schemes, including one mentioned above -
Could you provide more info / link ?
I have been looking for same info since I started using Qt.
Thanks