Results 1 to 2 of 2

Thread: snapshot of running processes

  1. #1
    Join Date
    May 2011
    Posts
    27
    Thanks
    10
    Qt products
    Qt4
    Platforms
    Windows

    Question snapshot of running processes

    Hello,
    as an QProcess exsample application I want to code a small version of the TaskManager in Windows. I know that the Win32 api has a function to get a snapshot of all running processes. Does this function also exist in Qt?

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: snapshot of running processes

    I think you'll have to use native API to achieve this. QProcess is meant to "(...) start external programs and to communicate with them.", not for a system-wide processes manipulation.

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

    seux (28th June 2011)

Similar Threads

  1. Replies: 5
    Last Post: 14th June 2010, 13:36
  2. QWidgets and processes
    By mihaiadrian in forum Qt Programming
    Replies: 3
    Last Post: 19th May 2010, 16:38
  3. Where can I get snapshot for Qt 4.3.0
    By davit in forum Qt Programming
    Replies: 1
    Last Post: 9th February 2007, 08:17
  4. Enumerate processes using Qt
    By Ben.Hines in forum Qt Programming
    Replies: 5
    Last Post: 14th February 2006, 15:45
  5. Qt 4.1.1 snapshot on windows
    By ldindon in forum Installation and Deployment
    Replies: 4
    Last Post: 13th February 2006, 13:58

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.