How to export message to output window like Application output from Qtcreator self-made plugin
Unsolved
General and Desktop
-
Hi, 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.
Thanks,
Le -
hi
- what I need is to export the message to output window of Qtcreator I built.
Sorry, you lost me a bit there.
You have 2 Creators ?
One where you start and debug and a second one, that loads the plugin ?