Hi. I was wondering if there is any application out there which can take a Qt project file, scan the source files and draw the signal/slot connection graph. I'm looking for something in the lines of
qtobjectinspector, but I'm really only interested in a static connection graph, i.e. sort of a class diagram showing the connections between signals and slots. It wouldn't take into account that signals and slots actually are connected between class instances and not classes.

I guess I'm just lazy, but for my current project it would help in getting and overview of the application.

Thanks