图标库介绍:https://mp.weixin.qq.com/s/XUIpeXGqi_rwoRKqHJrceA
//绘制二维图像的
1、QwtPlot(lGPL 可以用于商业)
2、QCustomPlot(GPL商业需要得到授权)
4、ChartDirector,有免费(免费版本有图标)和商业版本
5、Highcharts
http://www.hcharts.cn/,来自国外。
6、ECharts:
http://echarts.baidu.com/ - Enterprise Charts,由百度开发。
7、G2
http://g2.alipay.com/ - The Grammar Of Graphics,由阿里开发。
8、KD Chart
http://www.kdab.com/development-resources/qt-tools/kd-chart/
三维图
1、QtiPlot 这个使用的qwtplot3d 是应用程序不是库
网址:https://www.qtiplot.com/
2、qwtplot3d
网址:http://qwtplot3d.sourceforge.net
3、GLC_lib github上也有源码
4、Coin3D github上也有源码
三、开源的控件库
1、 qsint-基于Qt的UI控件
下载:https://sourceforge.net/projects/qsint/
介绍:https://mp.weixin.qq.com/s/m_J3Wr-YzenKg1NzYy8S4w
2、QML 在线预览工具
GitHub 地址:https://github.com/patrickelectric/qmlonline
在线网址:https://qmlonline.kde.org/
介绍:https://mp.weixin.qq.com/s/8jysq2_DIijq14rAJQzI7Q
3、 一套绝佳的图标字体库
地址:https://github.com/gamecreature/QtAwesome
介绍:https://mp.weixin.qq.com/s/zcGXzkiI2tGErs6YNVn6ag
4、https://mp.weixin.qq.com/s/NbQYO-fJmUHi-80m-kveZA
地址:https://github.com/uwerat/qskinny
地址:https://www.peter.hartmann.tk/single-post/2018/09/18/Meet-QSkinny-a-lightweight-Qt-UI-library
介绍:https://mp.weixin.qq.com/s/WTVHw3p0XwxRNvwdXu_65A
5、 炫酷的Material风格Qt控件
下载:https://github.com/laserpants/qt-material-widgets
介绍:https://mp.weixin.qq.com/s/0W7COudqWcUrd2ablLW1cA
6、仪表盘、滑块、进度条、按钮、曲线图等(Qt painter自绘不需要四三方库、setValue()接口,可以设置控件数据控件都是一个单独的类)
下载:https://github.com/Lighter-z/QtControls
介绍:https://zhuanlan.zhihu.com/p/271167203