Results 1 to 2 of 2

Thread: QProcess - How show/hide external application

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default QProcess - How show/hide external application

    I'm trying to made an application that does the followig operation:
    1) able to start an external program
    2) show/hide external application when required
    3) set on top or not the external program

    I'm using QT to be able to easily move the code to another target.
    I found QProcess object that allows to start an external program, but with QProcess I did'n found how to show/hide and mainly how to manage the external program, I'm able only to kill it.

    Is there someone that can help me????

  2. #2
    Join Date
    Jan 2008
    Location
    Bengaluru
    Posts
    144
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: QProcess - How show/hide external application

    QProcess launches a external program, but it does not have any control on show/hide. one thing what i can suggest is to put all the commands inside a windows batch file and invoke that batch file from QProcess.

Similar Threads

  1. Replies: 3
    Last Post: 20th November 2014, 08:10
  2. how to show and hide frames?
    By rambo83 in forum Qt Programming
    Replies: 2
    Last Post: 6th January 2010, 10:53
  3. Hide and Show QMenu
    By febil in forum Qt Programming
    Replies: 3
    Last Post: 25th March 2009, 10:31
  4. hide from taskbar but show to ALT-TAB
    By musikit in forum Qt Programming
    Replies: 0
    Last Post: 15th August 2008, 17:14
  5. Show or hide a form
    By Gayathri in forum Newbie
    Replies: 11
    Last Post: 17th November 2006, 13:39

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.