• 大小: 9KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: C/C++
  • 标签: Qwt  Qt  动态绘图  

资源简介

程序中的 mywidget.cpp使用的QwtPlot控件 实现的是:曲线1,2利用随机数和定时器实现动态绘制, 不同的是绘制时数据源和坐标轴。曲线2的坐标轴跟随系统时间变化。此外还实现图例控制曲线的显示和鼠标左键放大绘图/右键恢复绘图。 plot.cpp 为新建一个C++类,基类QwtPlot,类型信息:继承QWidget 实现:3条曲线的绘制(曲线3是动态的),通过控制图例实现不同曲线的显示。此外还是先鼠标左键移动图,鼠标右键和滑动放大/缩小绘图。

资源截图

代码片段和文件信息

#include “mywidget.h“
#include 
#include “plot.h“
#include 
int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MyWidget w;
    w.show();

//    plot *qwtplot = new plot();

//    QWidget window;
//    QHBoxLayout *layout = new QHBoxLayout( &window );
//    layout->setContentsMargins( 0 0 0 0 );
//    layout->addWidget( qwtplot );

//    window.resize( 600 400 );
//    window.show();
    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        477  2015-12-03 15:30  qwtplot\main.cpp

     文件       6024  2015-12-03 17:14  qwtplot\mywidget.cpp

     文件        998  2015-12-03 17:09  qwtplot\mywidget.h

     文件        777  2015-12-03 16:44  qwtplot\mywidget.ui

     文件       5524  2015-12-03 17:08  qwtplot\plot.cpp

     文件        972  2015-12-03 17:10  qwtplot\plot.h

     文件        566  2015-12-03 13:44  qwtplot\qwtplot.pro

     文件      13631  2015-12-03 17:15  qwtplot\qwtplot.pro.user

     目录          0  2015-12-03 17:15  qwtplot

----------- ---------  ---------- -----  ----

                28969                    9


评论

共有 条评论