Results 1 to 3 of 3

Thread: error in program execution

  1. #1
    Join Date
    Jan 2012
    Posts
    20
    Thanks
    3

    Default 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

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default 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.

  3. The following user says thank you to ChrisW67 for this useful post:

    qtlearner123 (24th April 2012)

  4. #3
    Join Date
    Jan 2012
    Posts
    20
    Thanks
    3

    Default Re: error in program execution

    sorry i mean to say Qt creator and thank you for the reply.

    thanks and regards,
    satya

Similar Threads

  1. error while execution duplicate connection name
    By khadija123 in forum Qt Programming
    Replies: 1
    Last Post: 13th April 2012, 14:59
  2. Replies: 2
    Last Post: 9th February 2011, 09:33
  3. Replies: 12
    Last Post: 9th April 2008, 13:49
  4. Execution error
    By Shuchi Agrawal in forum Installation and Deployment
    Replies: 10
    Last Post: 9th February 2007, 12:12
  5. Qtopia example execution error(application hangs)
    By devendra in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 17th October 2006, 09:11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.