📄 cpupiemarker.h
字号:
//-----------------------------------------------------------------// This class shows how to extend QwtPlotItems. It displays a// pie chart of user/total/idle cpu usage in percent.//-----------------------------------------------------------------#include <qwt_plot_classes.h>class CpuPlot;class CpuPieMarker: public QwtPlotMarker{public: CpuPieMarker(CpuPlot *); virtual void draw(QPainter *p, int x, int y, const QRect &);};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -