Is there a tool to analyze my code project in PyQt4 and draw it if possible? I use Python with Qt4 in the Eclipse SDK.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at python parser of SourceAnalyzer tools + QSAGUI . Actually this isn’t a stable version for python parser (may be just alpha version), but it can get some call-graph from your code and visualize it with dot language (Graphviz). Also we are open for your feedback and hot fixes.