当前位置: 代码迷 >> QT开发 >> shows running applications to a QTableView on Windows or Ubuntu,该怎么解决
  详细解决方案

shows running applications to a QTableView on Windows or Ubuntu,该怎么解决

热度:583   发布时间:2016-04-25 03:36:44.0
shows running applications to a QTableView on Windows or Ubuntu
shows running applications to a QTableView on Windows or Ubuntu 

I want to get the list of programs that shows in the Applications tab of Windows Task Manager and then shows them in a QTableView , I wonder which Windows APIs should I use ?

If I want to do the same thing on Ubuntu ,then which Ubuntu APIs should I use ?


------解决方案--------------------
You can use the QProcess running a shell commed like "top",read all return.You show these infomation in a QTableView.
------解决方案--------------------
可以用QProcess,但是更详细的信息需要用到系统的API。就像楼上说的那样,在linux中,可以读返回值。
具体的API用法可以google..
  相关解决方案