It's possible to do such a graph using grep, sed or awk (or both) and graphviz. First grep your sources for connect statements and extract the data from them (sender, signal, receiver, slot), then grep sources again to find classes for each of the sender and receiver objects and then use graphviz to create a graph.