How to have computer's performance
Solved
Qt Creator and other tools
-
Hi, I'm searching for obtaining performance of my computer, like this :
I want just the graph and put it in a QWidget.
Is it possible to do it?
Thanks for advance. -
I do not think that this is simple. At least not as simple as just having the graph in a widget.
Possibly there might a start into the right direction https://www.codeproject.com/Articles/4357/GetProcessTimes
-
thanks, @koahnig for your answer. I have see the link but with that, I can't draw a graph no? :/ I don't see how I can... And I don't understand their code... :/
-