Qt 6.11 is out! See what's new in the release
blog
List all running application that started by user
General and Desktop
5
Posts
2
Posters
1.7k
Views
1
Watching
-
In general this is OS API dependent. IMO it is quite complex to collect all this information in a unified API. So, I would not expect find anything in Qt. I am not sure, if you will get even the start time somehow on all platforms. When you like to have also the end times, you might a "endless" list when the user is quite active logged-in for long.
When using Qt to start different applications through QProcess for instance, you can build up your own statistic. -
Checkout "QProcess":http://qt-project.org/doc/qt-4.8/qprocess.html