在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Qt实现动态曲线图

Qt实现动态曲线图

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.62M
  • 下载次数:22
  • 浏览次数:368
  • 发布时间:2020-08-26
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
使用的是Qt4开发,经过实际的测试完全可以用,使用Qt5,只需简单的修改头文件也可以用。 在本人的博客中也有详细的程序解读,和开发的重要注意。
【实例截图】
【核心代码】
RealtimeTest
└── Realtime
├── main.cpp
├── qcustomplot
│   ├── changelog.txt
│   ├── documentation
│   │   ├── html
│   │   │   ├── adaptive-sampling-line.png
│   │   │   ├── adaptive-sampling-scatter.png
│   │   │   ├── annotated.html
│   │   │   ├── AxisNamesOverview.png
│   │   │   ├── AxisRectSpacingOverview.png
│   │   │   ├── bc_s.png
│   │   │   ├── bdwn.png
│   │   │   ├── classes.html
│   │   │   ├── classoverview.html
│   │   │   ├── classQCPAbstractItem.html
│   │   │   ├── classQCPAbstractItem__inherit__graph.png
│   │   │   ├── classQCPAbstractLegendItem.html
│   │   │   ├── classQCPAbstractLegendItem__inherit__graph.png
│   │   │   ├── classQCPAbstractPlottable.html
│   │   │   ├── classQCPAbstractPlottable__inherit__graph.png
│   │   │   ├── classQCPAxis.html
│   │   │   ├── classQCPAxis__inherit__graph.png
│   │   │   ├── classQCPAxisRect.html
│   │   │   ├── classQCPAxisRect__inherit__graph.png
│   │   │   ├── classQCPBarData.html
│   │   │   ├── classQCPBarsGroup.html
│   │   │   ├── classQCPBars.html
│   │   │   ├── classQCPBars__inherit__graph.png
│   │   │   ├── classQCPColorGradient.html
│   │   │   ├── classQCPColorMapData.html
│   │   │   ├── classQCPColorMap.html
│   │   │   ├── classQCPColorMap__inherit__graph.png
│   │   │   ├── classQCPColorScale.html
│   │   │   ├── classQCPColorScale__inherit__graph.png
│   │   │   ├── classQCPCurveData.html
│   │   │   ├── classQCPCurve.html
│   │   │   ├── classQCPCurve__inherit__graph.png
│   │   │   ├── classQCPData.html
│   │   │   ├── classQCPFinancialData.html
│   │   │   ├── classQCPFinancial.html
│   │   │   ├── classQCPFinancial__inherit__graph.png
│   │   │   ├── classQCPGraph.html
│   │   │   ├── classQCPGraph__inherit__graph.png
│   │   │   ├── classQCPGrid.html
│   │   │   ├── classQCPGrid__inherit__graph.png
│   │   │   ├── classQCPItemAnchor.html
│   │   │   ├── classQCPItemAnchor__inherit__graph.png
│   │   │   ├── classQCPItemBracket.html
│   │   │   ├── classQCPItemBracket__inherit__graph.png
│   │   │   ├── classQCPItemCurve.html
│   │   │   ├── classQCPItemCurve__inherit__graph.png
│   │   │   ├── classQCPItemEllipse.html
│   │   │   ├── classQCPItemEllipse__inherit__graph.png
│   │   │   ├── classQCPItemLine.html
│   │   │   ├── classQCPItemLine__inherit__graph.png
│   │   │   ├── classQCPItemPixmap.html
│   │   │   ├── classQCPItemPixmap__inherit__graph.png
│   │   │   ├── classQCPItemPosition.html
│   │   │   ├── classQCPItemPosition__inherit__graph.png
│   │   │   ├── classQCPItemRect.html
│   │   │   ├── classQCPItemRect__inherit__graph.png
│   │   │   ├── classQCPItemStraightLine.html
│   │   │   ├── classQCPItemStraightLine__inherit__graph.png
│   │   │   ├── classQCPItemText.html
│   │   │   ├── classQCPItemText__inherit__graph.png
│   │   │   ├── classQCPItemTracer.html
│   │   │   ├── classQCPItemTracer__inherit__graph.png
│   │   │   ├── classQCPLayerable.html
│   │   │   ├── classQCPLayerable__inherit__graph.png
│   │   │   ├── classQCPLayer.html
│   │   │   ├── classQCPLayoutElement.html
│   │   │   ├── classQCPLayoutElement__inherit__graph.png
│   │   │   ├── classQCPLayoutGrid.html
│   │   │   ├── classQCPLayoutGrid__inherit__graph.png
│   │   │   ├── classQCPLayout.html
│   │   │   ├── classQCPLayout__inherit__graph.png
│   │   │   ├── classQCPLayoutInset.html
│   │   │   ├── classQCPLayoutInset__inherit__graph.png
│   │   │   ├── classQCPLegend.html
│   │   │   ├── classQCPLegend__inherit__graph.png
│   │   │   ├── classQCPLineEnding.html
│   │   │   ├── classQCPMarginGroup.html
│   │   │   ├── classQCPPainter.html
│   │   │   ├── classQCPPlottableLegendItem.html
│   │   │   ├── classQCPPlottableLegendItem__inherit__graph.png
│   │   │   ├── classQCPPlotTitle.html
│   │   │   ├── classQCPPlotTitle__inherit__graph.png
│   │   │   ├── classQCPRange.html
│   │   │   ├── classQCPScatterStyle.html
│   │   │   ├── classQCPStatisticalBox.html
│   │   │   ├── classQCPStatisticalBox__inherit__graph.png
│   │   │   ├── classQCustomPlot.html
│   │   │   ├── closed.png
│   │   │   ├── core_8cpp.html
│   │   │   ├── dir_17cee08e17148530a7aedf85f92ee362.html
│   │   │   ├── dir_68267d1309a1af8e8297ef4c3efbcdba.html
│   │   │   ├── dir_78a97038723513eb3e3a9e944a7f482f.html
│   │   │   ├── dir_d1ab82e73f77cddd99808c625b504457.html
│   │   │   ├── doxygen.png
│   │   │   ├── dynsections.js
│   │   │   ├── files.html
│   │   │   ├── ftv2blank.png
│   │   │   ├── ftv2cl.png
│   │   │   ├── ftv2doc.png
│   │   │   ├── ftv2folderclosed.png
│   │   │   ├── ftv2folderopen.png
│   │   │   ├── ftv2lastnode.png
│   │   │   ├── ftv2link.png
│   │   │   ├── ftv2mlastnode.png
│   │   │   ├── ftv2mnode.png
│   │   │   ├── ftv2mo.png
│   │   │   ├── ftv2node.png
│   │   │   ├── ftv2ns.png
│   │   │   ├── ftv2plastnode.png
│   │   │   ├── ftv2pnode.png
│   │   │   ├── ftv2splitbar.png
│   │   │   ├── ftv2vertline.png
│   │   │   ├── functions_b.html
│   │   │   ├── functions_c.html
│   │   │   ├── functions_d.html
│   │   │   ├── functions_e.html
│   │   │   ├── functions_enum.html
│   │   │   ├── functions_eval.html
│   │   │   ├── functions_f.html
│   │   │   ├── functions_func_b.html
│   │   │   ├── functions_func_c.html
│   │   │   ├── functions_func_d.html
│   │   │   ├── functions_func_e.html
│   │   │   ├── functions_func_f.html
│   │   │   ├── functions_func_g.html
│   │   │   ├── functions_func_h.html
│   │   │   ├── functions_func.html
│   │   │   ├── functions_func_i.html
│   │   │   ├── functions_func_k.html
│   │   │   ├── functions_func_l.html
│   │   │   ├── functions_func_m.html
│   │   │   ├── functions_func_n.html
│   │   │   ├── functions_func_o.html
│   │   │   ├── functions_func_p.html
│   │   │   ├── functions_func_q.html
│   │   │   ├── functions_func_r.html
│   │   │   ├── functions_func_s.html
│   │   │   ├── functions_func_t.html
│   │   │   ├── functions_func_u.html
│   │   │   ├── functions_func_v.html
│   │   │   ├── functions_func_w.html
│   │   │   ├── functions_g.html
│   │   │   ├── functions_h.html
│   │   │   ├── functions.html
│   │   │   ├── functions_i.html
│   │   │   ├── functions_k.html
│   │   │   ├── functions_l.html
│   │   │   ├── functions_m.html
│   │   │   ├── functions_n.html
│   │   │   ├── functions_o.html
│   │   │   ├── functions_p.html
│   │   │   ├── functions_q.html
│   │   │   ├── functions_rela.html
│   │   │   ├── functions_r.html
│   │   │   ├── functions_s.html
│   │   │   ├── functions_t.html
│   │   │   ├── functions_u.html
│   │   │   ├── functions_vars.html
│   │   │   ├── functions_v.html
│   │   │   ├── functions_w.html
│   │   │   ├── functions_x.html
│   │   │   ├── functions_y.html
│   │   │   ├── global_8h.html
│   │   │   ├── globals.html
│   │   │   ├── globals_type.html
│   │   │   ├── hierarchy.html
│   │   │   ├── index.html
│   │   │   ├── InheritanceOverview.png
│   │   │   ├── inherit_graph_0.png
│   │   │   ├── inherit_graph_10.png
│   │   │   ├── inherit_graph_11.png
│   │   │   ├── inherit_graph_12.png
│   │   │   ├── inherit_graph_13.png
│   │   │   ├── inherit_graph_14.png
│   │   │   ├── inherit_graph_15.png
│   │   │   ├── inherit_graph_1.png
│   │   │   ├── inherit_graph_2.png
│   │   │   ├── inherit_graph_3.png
│   │   │   ├── inherit_graph_4.png
│   │   │   ├── inherit_graph_5.png
│   │   │   ├── inherit_graph_6.png
│   │   │   ├── inherit_graph_7.png
│   │   │   ├── inherit_graph_8.png
│   │   │   ├── inherit_graph_9.png
│   │   │   ├── inherits.html
│   │   │   ├── layoutsystem-addingplottitle.png
│   │   │   ├── layoutsystem-multipleaxisrects.png
│   │   │   ├── LayoutsystemSketch.png
│   │   │   ├── namespacemembers_enum.html
│   │   │   ├── namespacemembers_eval.html
│   │   │   ├── namespacemembers_func.html
│   │   │   ├── namespacemembers.html
│   │   │   ├── namespaceQCP.html
│   │   │   ├── namespaces.html
│   │   │   ├── nav_f.png
│   │   │   ├── nav_g.png
│   │   │   ├── nav_h.png
│   │   │   ├── open.png
│   │   │   ├── pages.html
│   │   │   ├── performanceimprovement.html
│   │   │   ├── plottable-bars_8h.html
│   │   │   ├── plottable-curve_8h.html
│   │   │   ├── plottable-financial_8h.html
│   │   │   ├── plottable-graph_8h.html
│   │   │   ├── plottable-statisticalbox_8h.html
│   │   │   ├── QCPBarsGroup.png
│   │   │   ├── QCPBars.png
│   │   │   ├── QCPColorGradient-levelcount.png
│   │   │   ├── QCPColorGradient-periodic.png
│   │   │   ├── QCPColorGradient.png
│   │   │   ├── QCPColorMap-interpolate.png
│   │   │   ├── QCPColorMap.png
│   │   │   ├── QCPColorMap-tightboundary.png
│   │   │   ├── QCPColorScale.png
│   │   │   ├── QCPCurve.png
│   │   │   ├── qcp-doc-logo.png
│   │   │   ├── QCPFinancial.png
│   │   │   ├── QCPGraph.png
│   │   │   ├── QCPItemBracket-length.png
│   │   │   ├── QCPItemBracket.png
│   │   │   ├── QCPItemCurve.png
│   │   │   ├── QCPItemEllipse.png
│   │   │   ├── QCPItemLine.png
│   │   │   ├── QCPItemPixmap.png
│   │   │   ├── QCPItemRect.png
│   │   │   ├── QCPItemStraightLine.png
│   │   │   ├── QCPItemText.png
│   │   │   ├── QCPItemTracer.png
│   │   │   ├── QCPLineEnding.png
│   │   │   ├── QCPMarginGroup.png
│   │   │   ├── QCPStatisticalBox.png
│   │   │   ├── qt.css
│   │   │   ├── RelationOverview.png
│   │   │   ├── specialqtflags.html
│   │   │   ├── ssCircle.png
│   │   │   ├── ssCrossCircle.png
│   │   │   ├── ssCross.png
│   │   │   ├── ssCrossSquare.png
│   │   │   ├── ssDiamond.png
│   │   │   ├── ssDisc.png
│   │   │   ├── ssDot.png
│   │   │   ├── ssPeace.png
│   │   │   ├── ssPlusCircle.png
│   │   │   ├── ssPlus.png
│   │   │   ├── ssPlusSquare.png
│   │   │   ├── ssSquare.png
│   │   │   ├── ssStar.png
│   │   │   ├── ssTriangleInverted.png
│   │   │   ├── ssTriangle.png
│   │   │   ├── sync_off.png
│   │   │   ├── sync_on.png
│   │   │   ├── tab_a.png
│   │   │   ├── tab_b.png
│   │   │   ├── tab_h.png
│   │   │   ├── tabs.css
│   │   │   ├── tab_s.png
│   │   │   └── thelayoutsystem.html
│   │   └── qcustomplot.qch
│   ├── examples
│   │   ├── interactions
│   │   │   ├── interaction-example.pro
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   └── mainwindow.ui
│   │   ├── plots
│   │   │   ├── balboa.jpg
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   ├── plot-examples.pro
│   │   │   ├── solarpanels.jpg
│   │   │   └── sun.png
│   │   ├── scrollbar-axis-range-control
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   └── scrollbar-axis-range-control.pro
│   │   └── text-document-integration
│   │   ├── main.cpp
│   │   ├── mainwindow.cpp
│   │   ├── mainwindow.h
│   │   ├── mainwindow.ui
│   │   ├── qcpdocumentobject.cpp
│   │   ├── qcpdocumentobject.h
│   │   └── text-document-integration.pro
│   ├── GPL.txt
│   ├── qcustomplot.cpp
│   └── qcustomplot.h
├── Realtime.pro
├── Realtime.pro.user
├── widget.cpp
└── widget.h

9 directories, 292 files

标签:

实例下载地址

Qt实现动态曲线图

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警