UML diagram generator from project sources
-
Hi,
Is there any tool or plugin for Creator to generate diagram from code or classes map from code (code visulizator)?
Best regards Viktor.
-
Hi,
It depends on your needs. The most popular tool for documenting (which is includes UML class diagrams) is the doxygen.
If you only need to get some "impression" about inheritance, between different types, I suggest to use the "Open type hierarchy" view in the Qt Creator. If you click on the "Project browser" over the opened project tree, there will be an combobox menu that contains this option.Regards,
Norbert -
Thank you Norbert.
I know Project browser.
But i want imagine my project in graphical view.
I will learn Doxygen. -
Perhaps have a look at the ModelEditor plugin: https://wiki.qt.io/ModelEditor
I have not used it yet, but remember it from a message on the mailing list.
-
@TheBadger thank you.
Can you tell me how i can download it?
I can't find the link.