在Qwidget中绘制图表

draw chart in Qwidget

我想在我的 QWidget 应用程序中绘制一个简单的折线图。我找到 this link,但是当我添加 `

#QT += charts

我的 .pro 文件出现错误:

Unknown module(s) in QT: charts

您可以使用 Qt Charts(它是免费的,qt blog), but you need cloning git repository and building the project manually. Git repository you can find here

您可以使用 QCustomPlot。它是免费的 (GPL)、简单(只有 2 个文件)、快速且有据可查。