3

I have a lot of classes which interact with other classes through signal&slot mechanism, composition, inheratance etc.

I wonder, is there any tool which visualizes(such as:UML-like diagrams) dependencies between classes in source code especially for Qt based codes?

Thanks.

NG_
  • 6,895
  • 7
  • 45
  • 67
metdos
  • 13,411
  • 17
  • 77
  • 120

1 Answers1

2

One such tool is codedrawer for C++(http://www.codedrawer.com/).It is not specifically for QT though, but I hope it should work as per your need. Actually I am myself looking our for tools which are similar in nature, adding the link for followup just in case some good stuff shows up. Code refactoring

Community
  • 1
  • 1
Alok Save
  • 202,538
  • 53
  • 430
  • 533
  • I tried codedrawer, but graphs are a little messy, it is not very clear who uses who. – metdos Sep 24 '10 at 08:26
  • CodeDrawer looks interesting - I could use something like that - but is non-linux, Microsoft only. – DarenW Nov 13 '10 at 21:33