QCustomPlot for IDA Pro Qt C++ plug-ins
For a Windows executable exploratory data analysis project using IDA Pro I needed to display some graphs. As is my usual planed on doing this from a Windows IDA C/C++ plug-in.
I looked at doing this several ways. One idea was to just dump out a text file in the Graphviz DOT language and using a Graphviz viewer to see it. Couldn’t be much simpler than that, but then looking for possible Qt options I ran into the awesome QCustomPlot.
With a little work I got it going in IDA: