I am having a problem finding a tool to create a UML class diagram for my Qt application.
I tried both BOUML and Umbrello, but both of them have problems with some classes.
I am working on Ubuntu.
I am having a problem finding a tool to create a UML class diagram for my Qt application.
I tried both BOUML and Umbrello, but both of them have problems with some classes.
I am working on Ubuntu.
doxygen can build a lot of diagrams (inheritance, collaboration, even callflow), I think you should try it.
I used it in the past, and even if didn't commented the code as required, it was able to produce very nice (albeit complicated) diagrams.
Citing from Features section of online docs: