PDA

View Full Version : Designer log messages while loading plugins



cocheci
18th May 2006, 13:54
Is there a way to get designer to print out log messages while loading custom plugins?

Thanks,
Cristian

wysota
18th May 2006, 14:01
What kind of messages?

If plugins are yours, you can use qDebug() to spit messages from particular functions (like a constructor).

cocheci
18th May 2006, 14:28
I did place a qDebug message in the constructor of the plugin, but I don't see anything when I start designer. Do I have to run the debug build of designer?

Thanks,
Cristian

cocheci
18th May 2006, 15:50
After building both Qt and the plugin in debug mode, I am now seeing the debug messages.

Thanks,
Cristian