Qt学习:QtCharts绘制动态曲线,实时更新数据与坐标轴

1.首先是掌握qtchart的基本使用,封装一个属于本身的绘图类: Mychart.hweb #pragma once #ifndef CHART_H #define CHART_H #include <QtCharts/QChart> #include<QtCharts\QChartView> //两个基本模块 #include<QPointF> //点类 #include
相关文章
相关标签/搜索