QT中采用QCustomPlot 实现将buffer中的数据绘制成折线图,并且图形随着数据更新而更新
QT中采用QCustomPlot 实现将buffer中的数据绘制成折线图,并且图形随着数据更新而更新
为了在 Qt 中将缓冲区的数据动态绘制成折线图,并随着数据的更新而实时更新,可以使用 QCustomPlot 或 Qt 自带的绘图功能,比如 QGraphicsView,或者在更简单的情况下使用 QPainter 在 QWidget 上直接绘图。
1. 下载并设置 QCustomPlot
下载 QCustomPlot 源文件(qcustomplot.h 和 qcustomplot.cpp)。
将文件添加到你的 Qt 项目中。
QCustomPlot的基本使用链接
2. 创建动态折线图的程序
#ifndef WIDGET_H