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

资源简介

Qt QCustomPlot 实时动态数据曲线图,以时间为X轴,数据为Y轴 Demo源码,可选择数据类型进行显示数据以及当前时间一直刷新X轴

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

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

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-03-31 17:01  Test-QCustomplot0331\
     文件        1119  2020-03-30 22:15  Test-QCustomplot0331\Test-QCustomplot.pro
     文件       23956  2020-03-31 16:12  Test-QCustomplot0331\Test-QCustomplot.pro.user
     文件         183  2020-03-30 22:08  Test-QCustomplot0331\main.cpp
     文件        3027  2020-03-31 17:01  Test-QCustomplot0331\mainwindow.cpp
     文件         686  2020-03-31 16:48  Test-QCustomplot0331\mainwindow.h
     文件        2171  2020-03-31 16:52  Test-QCustomplot0331\mainwindow.ui
     文件     1122991  2018-06-25 07:05  Test-QCustomplot0331\qcustomplot.cpp
     文件      267414  2018-06-25 07:05  Test-QCustomplot0331\qcustomplot.h

评论

共有 条评论