摘要: 使用 QwtPlotDirectPainter 可以一次性只绘制一个点,对于有大量快速绘图需要的地方来说,不需要使用replot,重新渲染那么多点,可以有效降低cpu使用 头文件 #include <qmath.h> #include <QVector> #include <QPointF> #in 阅读全文
posted @ 2021-07-31 17:17 小城熊儿 阅读(2172) 评论(1) 推荐(0)