Qt學習:QtCharts繪製動態曲線,實時更新數據與座標軸

1.首先是掌握qtchart的基本使用,封裝一個屬於本身的繪圖類: Mychart.hweb #pragma once #ifndef CHART_H #define CHART_H #include <QtCharts/QChart> #include<QtCharts\QChartView> //兩個基本模塊 #include<QPointF> //點類 #include
相關文章
相關標籤/搜索