Skip to content

QtCharts源码编译安装

Published: at 03:16 AM | 2 min read

Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive graphs by selecting one of the charts themes.

Qt5.7本身是没有带这个模块的需要自己去编译安装

获取源代码,我用的git工具是TortoiseGit,如目录:C:/project/qtcharts

使用vs2015 x64编译安装(根据自己实际情况)

安装帮助文档

实际编码过程中我们经常使用到Qt Creator中的帮助查询类,函数,所以这一步是很有必要的

编译运行qtcharts demo程序

打开C:/project/qtcharts/examples/examples.pro直接编译运行就可以了,如第一个demo截图:

areachart