Hi all,

I'm using Qt Creator 2.0.1 and Qt 4.7.1 on Windows XP with MinGW32 5.6.1 compiler.

I have set CONFIG += console on the .pro file to see the debug output on console window. My question is:

Why does the console window disappears immediately if my application is exited? I want the console window remains on top (just like WindowsStaysOnTopHint flag of QWidget) or at least the console window doesn't disappear immediately. How do I configure this?

Thanks