QT List all running apps
-
Could you please make your question clearer with details? Where do you intend list the apps, devices or desktop (platform) ?
-
I think that Qt does not have API for that. But you can use platform specific APIs.
As the topic is in the Mobile and Embedded section I could recommend you this article about "retrieving running processes using a native API in Symbian":http://www.developer.nokia.com/Community/Wiki/Process_and_threads,_how_to_find_them
-
[quote author="georgenjt" date="1310366533"]I'm developing an applications for my symbian^3 device..i just want to list all the running applications..how to do it in QT..??Or any other language support listing of running applications??[/quote]
For Symbian^3 you can do it in C++ using RProcess as it is described at the link at my previous message.