• 大小: 278KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: QCustomPlot  

资源简介

https://blog.csdn.net/bwangk/article/details/81950598、 由于项目需要,实现天气预报的曲线绘制功能,进而学习了QCustomPlot的第三方控件,这里浅尝辄止的分享一下自己对QCPAxisTicker坐标轴类的使用

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         476  2018-08-22 22:02  TestCustomPlotTicker\TestCustomPlotTicker.pro
     文件         183  2018-06-24 09:15  TestCustomPlotTicker\main.cpp
     文件        6767  2018-08-22 21:57  TestCustomPlotTicker\mainwindow.cpp
     文件         606  2018-08-22 21:57  TestCustomPlotTicker\mainwindow.h
     文件         989  2018-06-28 20:39  TestCustomPlotTicker\mainwindow.ui
     文件     1118717  2017-09-04 08:02  TestCustomPlotTicker\qcustomplot.cpp
     文件      266925  2017-09-04 08:02  TestCustomPlotTicker\qcustomplot.h
     目录           0  2018-08-22 22:01  TestCustomPlotTicker\

评论

共有 条评论