Qt 6.11 is out! See what's new in the release
blog
MeeGo - Using Qt to get the applications open and kill it
Mobile and Embedded
1
Posts
1
Posters
1.1k
Views
1
Watching
-
Hi,
It is possible using qt to know the open applications in meego? I'm talking about applications like gallery, browser, etc and not system services.
I know that i can use qprocess and call "ps aux" or "top". Another option is using proc folder.
My problem is what filter should i use in this case to get the applications like browser, gallery, radio, etc.Thanks