Results 1 to 6 of 6

Thread: QProcess problem (Main program hangs)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QProcess problem (Main program hangs)

    Quote Originally Posted by sincnarf View Post
    Is this a memory problem or I'm just not using QProcess::execute() and QProcess::start() correctly?
    QProcess::execute() is a static method, so you don't need a QProcess instance to invoke it, and even if you do have one, it won't affect it.

    Do you wait for that eog application to close somewhere in your program?

    Quote Originally Posted by sincnarf View Post
    Also, I do not know how to use task manager in ubuntu. can anyone point me to how I can manage the Qt Application when it hangs?
    man ps
    man kill

  2. The following user says thank you to jacek for this useful post:

    sincnarf (11th October 2007)

Similar Threads

  1. Problem with qprocess
    By resal in forum Qt Programming
    Replies: 8
    Last Post: 29th August 2007, 22:13
  2. New to QT, problem displaying main window...
    By McCall in forum Qt Programming
    Replies: 4
    Last Post: 15th June 2007, 14:27
  3. QProcess hangs
    By Skizmo in forum Qt Programming
    Replies: 4
    Last Post: 8th March 2007, 10:27
  4. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19
  5. problem with qprocess
    By deekayt in forum Qt Programming
    Replies: 2
    Last Post: 13th June 2006, 13:30

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
  •  
Qt is a trademark of The Qt Company.