Results 1 to 11 of 11

Thread: How to command other process?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2011
    Location
    Porto Alegre, Brazil
    Posts
    482
    Thanks
    165
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default How to command other process?

    Hello!

    I want to create a software that externaly controls other softwares. I know that QProcess is certanly a class that I'm gonna use sometime, but given what I read on its help files I'm not sure it has what I need:

    * the possibility to check if the process is running or stoped (stoped == stoped or simply 'not answering')
    * the possibility to manipulate the software without having to start it by my software (in other words, I should be able to run it, stop it, command it etc. while not having to start it by my application; it should rather start by the user's choice, and as far as I know QProcess only allows for the user to command the software in question if that one is started with QProcess)
    * the possiblity to see the software's parameters (such as how much RAM memory it's consuming)
    * (I think the most difficult part) To see if the software is currently being used (i.e. the user is doing something with it) or it is simply opened, with nobody actually using it.

    So can I do all this with QProcess (as far as I know, not)? In case the answer being "no", what more will I have to use? And in case "yes", how exactly should I do it? (Because I couldn't figured it out).


    Thanks!

    Momergil
    Last edited by Momergil; 26th June 2012 at 15:24.

Similar Threads

  1. Replies: 7
    Last Post: 20th October 2012, 13:44
  2. Replies: 3
    Last Post: 23rd February 2011, 08:50
  3. Replies: 4
    Last Post: 14th July 2009, 03:27
  4. Command in process does'nt work
    By mourad in forum Qt Programming
    Replies: 2
    Last Post: 2nd June 2009, 09:12
  5. How to communicate Qt Process with non-qt process
    By nrabara in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 15th February 2009, 21:01

Tags for this Thread

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.