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

资源简介

相关文章请看:https://blog.csdn.net/bwangk/article/details/82082133

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         442  2018-06-25 20:08  WeatherPlot\WeatherPlot.pro
     文件         183  2018-06-25 20:06  WeatherPlot\main.cpp
     文件        3905  2018-08-27 23:02  WeatherPlot\mainwindow.cpp
     文件         482  2018-08-26 19:33  WeatherPlot\mainwindow.h
     文件        2067  2018-08-26 08:25  WeatherPlot\mainwindow.ui
     文件     1118717  2017-09-04 08:02  WeatherPlot\qcustomplot.cpp
     文件      266925  2017-09-04 08:02  WeatherPlot\qcustomplot.h
     目录           0  2018-08-27 23:00  WeatherPlot\

评论

共有 条评论