Results 1 to 12 of 12

Thread: QProcess::finished()

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Posts
    15
    Thanks
    1

    Default QProcess::finished()

    Hi

    How do I connect signal finished() from QProcess?
    It is not working, but connect() returns true.

    Qt Code:
    1. QProcess* app = new QProcess();
    2. // app params setzen
    3. ...
    4.  
    5. // slot connect
    6. connect(app,SIGNAL(finished(int,QProcess::ExitStatus)),this,SLOT(AppFinished()));
    To copy to clipboard, switch view to plain text mode 


    Thanks in advance,
    Mike
    Last edited by jpn; 8th July 2008 at 17:53. Reason: changed [qtclass] to [code] tags

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.