Am Mittwoch, 6. Dezember 2017, 13:50:22 MEZ hat Nikolai Kosjar <[email protected]> Folgendes geschrieben: > On 12/06/2017 12:49 PM, Hannes Domani via Qt-creator wrote: > > I have written a plugin (for windows) that starts the current application > > with a tool that creates a memcheck xml file as output. > > Is there a way to load this xml file programmatically into the already > > available MemcheckTool window? > > The current MemcheckTool::loadExternalXmlLogFile() pop ups a file open > dialog. You would need to adapt/overload that one and also make it > accessible from your plugin.
I was hoping this was possible without changing the qtcreator sources. If I have to do that, I might as well remove the extra plugin and extend the valgrind plugin with the needed functionality. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
