Results 1 to 2 of 2

Thread: open exe file or output of another program

  1. #1
    Join Date
    Jun 2011
    Posts
    3
    Qt products
    Qt4

    Default open exe file or output of another program

    how to open a exe file or output of another program by clicking a pushbutton ?
    I Am begginer so please help
    thank u in advance

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: qt

    You can launch a external executable from Qt, and then read the executable output on stdout (if the executable outputs there). This can be done using QProcess
    http://doc.qt.nokia.com/4.7-snapshot/qprocess.html

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

    andre_teprom (19th September 2011)

Similar Threads

  1. Replies: 0
    Last Post: 12th February 2011, 10:03
  2. Open file without run again the program
    By avis_phoenix in forum Qt Programming
    Replies: 1
    Last Post: 7th August 2009, 23:01
  3. Replies: 4
    Last Post: 24th November 2007, 13:33
  4. Replies: 5
    Last Post: 29th October 2007, 22:49
  5. Open source program
    By Michiel in forum General Discussion
    Replies: 2
    Last Post: 28th March 2006, 14:14

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.