All,
I am developing a Qtcreator plugin by myself, basically is to add a menu item to invoke an external python script, the problem I met is how to export message to output window, I tried qDebug, cout, which can only print the message to the Parent Qtcreator(the one I developing plugin), what I need is to export the message to output window of Qtcreator I built, does anyone know how to do that?
Thanks, Le