Qt does not provide such a functionality. But you can use a timer and query that informations from your OS using the OS specific API.
Qt does not provide such a functionality. But you can use a timer and query that informations from your OS using the OS specific API.
timmu (15th February 2012)
Thanks a lot.
This is very interesting. Do you happen to have a link to some page that would explain that?
for windows, check for MEMORYSTATUS structure and GlobalMemoryStatus function.
timmu (15th February 2012)
Bookmarks