readme

来自「软件无线电的平台」· 代码 · 共 14 行

TXT
14
字号
The cpuplot example shows how to use a couple of features thatcame new with Qwt 0.4.1/0.4.21) Filled curves2) Display individual axis labels.    Here an inverted time axis is shown.3) Enable/Disable plot items.4) Draw customized plot items, like a pie chart or a   curve drawing the area between 2 curves.5) Draw non Qwt items, by overloading QwtPlot::drawCanvasThe example reads the cpu usage from /proc/stat and /proc/loadavg. If they are not available on your OS it displays dummy values.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?