error in program execution
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
Re: error in program execution
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.
Re: error in program execution
sorry i mean to say Qt creator and thank you for the reply.
thanks and regards,
satya