Results 1 to 2 of 2

Thread: QProcess - communication

  1. #1
    Join Date
    May 2010
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Question QProcess - communication

    Hello,

    I want to communicate with a process:
    Qt Code:
    1. QProcess *proc;
    2. proc->start("sometool", QStringList());
    3. // now "sometool" requires user keyboard input
    To copy to clipboard, switch view to plain text mode 

    Is it possible to send user keyboard input to the started process and how?

    Regards,

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

Similar Threads

  1. Replies: 0
    Last Post: 26th August 2010, 10:44
  2. Replies: 0
    Last Post: 2nd August 2010, 09:17
  3. Communication with USB
    By prasenjit in forum Qt Programming
    Replies: 2
    Last Post: 13th June 2010, 00:19
  4. Qt and .Net communication
    By soniaerm in forum Qt Programming
    Replies: 0
    Last Post: 22nd April 2010, 06:37
  5. QProcess communication
    By bunjee in forum Qt Programming
    Replies: 9
    Last Post: 22nd January 2009, 13:52

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.