PDA

View Full Version : graphical demonstration of .cpp qt files



navid
25th December 2009, 18:21
Hello,

Is there any solution to graphical demonstration of .cpp qt files (shows relations between functions / signals / slots)?

regards
navid

axeljaeger
8th January 2010, 12:18
To show relations between functions, use Doxygen. I am not aware of any solution that shows the relation between signals and slots. Because the connection between signals and slots are made during runtime, someone would have to hook into a process to develop such a tool.