PDA

View Full Version : error in program execution



qtlearner123
24th April 2012, 07:58
Hi all,

if i write an application and because of some error at run time the qt is not able to display the output but the application is still running, how can i force the application to stop running, right now i am completely exiting from QT and starting again. Is there a better method available than this?

thanks in advance,
regards,
satya

ChrisW67
24th April 2012, 08:29
Qt is a library, not something you can exit. Perhaps you mean Qt Creator?

If you are running an application inside Qt Creator then you can terminate it with the Stop button (a red square) immediately above the output panes. Failing that:

Windows Task Manager
Linux/UNIX kill command, KDE System Activity monitor (Ctrl-Esc).
OS X Activity Monitor


By far and away the best way to deal with this is to fix your program.

qtlearner123
24th April 2012, 09:43
sorry i mean to say Qt creator and thank you for the reply.

thanks and regards,
satya