IT评测·应用市场-qidao123.com

标题: 【QCustomPlot】下载 [打印本页]

作者: 农民    时间: 2023-6-7 07:30
标题: 【QCustomPlot】下载
说明

使用 QCustomPlot 绘图库辅助开发时整理的学习笔记。同系列文章目录可见 《绘图库 QCustomPlot 学习笔记》目录。本篇介绍 QCustomPlot 的下载。

目录


1. 下载链接

官网为每个版本都提供了三种压缩包下载:
下载指南:
官网下载地址:QCustomPlot - Download
网络资源:百度网盘 - QCustomPlot

2. QCustomPlot.tar.gz 压缩包概览

以 Version 2.1.1 为例,这个压缩包的目录概览如下:
  1. QCustomPlot.tar.gz
  2. │  changelog.txt
  3. │  GPL.txt
  4. │  qcustomplot.cpp
  5. │  qcustomplot.h
  6. ├─documentation
  7. │  │  qcustomplot.qch
  8. │  │
  9. │  └─html
  10. │          adaptive-sampling-line.png
  11. │          ...
  12. │          classes.html
  13. │          ...
  14. └─examples
  15.     ├─axis-tags
  16.     │      axis-tags-example.pro
  17.     │      ...
  18.     │
  19.     ├─interactions
  20.     │      interaction-example.pro
  21.     │      ...
  22.     │
  23.     ├─plots
  24.     │      plot-examples.pro
  25.     │      ...
  26.     │
  27.     ├─scrollbar-axis-range-control
  28.     │      scrollbar-axis-range-control.pro
  29.     │      ...
  30.     │
  31.     └─text-document-integration
  32.            text-document-integration.pro
  33.            ...
复制代码


3. QCustomPlot-sharedlib.tar.gz 压缩包概览

以 Version 2.1.1 为例,这个压缩包的目录结构如下:
  1. QCustomPlot-sharedlib.tar.gz
  2. │  readme.txt
  3. ├─sharedlib-compilation
  4. │      sharedlib-compilation.pro
  5. └─sharedlib-usage
  6.         main.cpp
  7.         sharedlib-usage.pro
复制代码


4. QCustomPlot-source.tar.gz 压缩包概览

以 Version 2.1.1 为例,这个压缩包的目录结构如下:
  1. QCustomPlot-source.tar.gz
  2.     changelog.txt
  3.     GPL.txt
  4.     qcustomplot.cpp
  5.     qcustomplot.h
复制代码

有 4 个文件,changelog.txt 为更新日志,GPL.txt 为开源许可,qcustomplot.cpp 与 qcustomplot.h 为正常使用时需包含的源码文件。

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!




欢迎光临 IT评测·应用市场-qidao123.com (https://dis.qidao123.com/) Powered by Discuz! X3.4