在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Qt+OpenGL做的蕾达显示程序

Qt+OpenGL做的蕾达显示程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.42M
  • 下载次数:11
  • 浏览次数:41
  • 发布时间:2021-03-08
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
http://www.qtcn.org/bbs/read-htm-tid-51275.html
【实例截图】
【核心代码】
a0c53646-2eda-41e0-8e0a-b32aebe8518a
├── daviz
│   ├── app
│   │   ├── app.ico
│   │   ├── app.pro
│   │   ├── app.rc
│   │   ├── daviz.png
│   │   └── main.cpp
│   ├── davizlib.pri
│   ├── davizplugin.pri
│   ├── daviz.pro
│   ├── extensionsystem
│   │   ├── aggregate.cpp
│   │   ├── aggregate.h
│   │   ├── extensionsystem_global.h
│   │   ├── extensionsystem.pri
│   │   ├── extensionsystem.pro
│   │   ├── images
│   │   │   ├── error.png
│   │   │   ├── notloaded.png
│   │   │   └── ok.png
│   │   ├── invoker.cpp
│   │   ├── invoker.h
│   │   ├── iplugin.cpp
│   │   ├── iplugin.h
│   │   ├── iplugin_p.h
│   │   ├── optionsparser.cpp
│   │   ├── optionsparser.h
│   │   ├── plugincollection.cpp
│   │   ├── plugincollection.h
│   │   ├── plugindetailsview.cpp
│   │   ├── plugindetailsview.h
│   │   ├── plugindetailsview.ui
│   │   ├── pluginerroroverview.cpp
│   │   ├── pluginerroroverview.h
│   │   ├── pluginerroroverview.ui
│   │   ├── pluginerrorview.cpp
│   │   ├── pluginerrorview.h
│   │   ├── pluginerrorview.ui
│   │   ├── pluginmanager.cpp
│   │   ├── pluginmanager.h
│   │   ├── pluginmanager_p.h
│   │   ├── pluginspec.cpp
│   │   ├── pluginspec.h
│   │   ├── pluginspec_p.h
│   │   ├── pluginview.cpp
│   │   ├── pluginview.h
│   │   ├── pluginview.qrc
│   │   ├── pluginview.ui
│   │   └── translations
│   │   ├── ExtensionSystem.zh_CN.qm
│   │   └── ExtensionSystem.zh_CN.ts
│   ├── plugins
│   │   ├── core
│   │   │   ├── coreconstant.h
│   │   │   ├── core_global.h
│   │   │   ├── Core.json
│   │   │   ├── coreplugin.cpp
│   │   │   ├── coreplugin.h
│   │   │   ├── core.pluginspec
│   │   │   ├── core.pri
│   │   │   ├── core.pro
│   │   │   ├── icons
│   │   │   │   ├── daviz.png
│   │   │   │   ├── draw-arrow-back.png
│   │   │   │   ├── draw-arrow-down.png
│   │   │   │   └── zoom-original.png
│   │   │   ├── icons.qrc
│   │   │   ├── icore.cpp
│   │   │   ├── icore.h
│   │   │   ├── iradar.cpp
│   │   │   ├── iradar.h
│   │   │   ├── iview.cpp
│   │   │   ├── iview.h
│   │   │   ├── main.cpp
│   │   │   ├── mainwindow.cpp
│   │   │   ├── mainwindow.h
│   │   │   ├── mainwindow.ui
│   │   │   ├── menumanager.cpp
│   │   │   ├── menumanager.h
│   │   │   ├── panelgroup.cpp
│   │   │   ├── panelgroup.h
│   │   │   ├── paneltitlebar.cpp
│   │   │   ├── paneltitlebar.h
│   │   │   ├── panelwidget.cpp
│   │   │   ├── panelwidget.h
│   │   │   ├── plotdata.h
│   │   │   ├── plugindialog.cpp
│   │   │   ├── plugindialog.h
│   │   │   ├── radardisplay.qrc
│   │   │   ├── radargroup.cpp
│   │   │   ├── radargroup.h
│   │   │   ├── rcc.pri
│   │   │   ├── styles
│   │   │   │   └── dark.css
│   │   │   ├── targetdata.h
│   │   │   ├── trackdata.h
│   │   │   ├── translations
│   │   │   │   ├── Core.zh_CN.qm
│   │   │   │   └── Core.zh_CN.ts
│   │   │   ├── versiondialog.cpp
│   │   │   ├── versiondialog.h
│   │   │   ├── viewcontrol.cpp
│   │   │   ├── viewcontrol.h
│   │   │   ├── viewgroup.cpp
│   │   │   └── viewgroup.h
│   │   ├── eview
│   │   │   ├── coordsitem.cpp
│   │   │   ├── coordsitem.h
│   │   │   ├── econtrol.cpp
│   │   │   ├── econtrol.h
│   │   │   ├── eview.cpp
│   │   │   ├── eview_global.h
│   │   │   ├── eview.h
│   │   │   ├── EView.json
│   │   │   ├── eviewplugin.cpp
│   │   │   ├── eviewplugin.h
│   │   │   ├── eview.pluginspec
│   │   │   ├── eviewportitem.cpp
│   │   │   ├── eviewportitem.h
│   │   │   ├── eview.pro
│   │   │   ├── eview.qrc
│   │   │   ├── rangefiltereffect.cpp
│   │   │   ├── rangefiltereffect.h
│   │   │   ├── shaders
│   │   │   │   ├── rangefilter.frag
│   │   │   │   ├── rangefilter.vert
│   │   │   │   ├── sweepeffect.frag
│   │   │   │   └── sweepeffect.vert
│   │   │   ├── sweepeffect.cpp
│   │   │   ├── sweepeffect.h
│   │   │   ├── trackitem.cpp
│   │   │   ├── trackitem.h
│   │   │   ├── trackpathitem.cpp
│   │   │   ├── trackpathitem.h
│   │   │   └── translations
│   │   │   ├── EView.zh_CN.qm
│   │   │   └── EView.zh_CN.ts
│   │   ├── plotwatch
│   │   │   ├── icons
│   │   │   │   ├── configure.png
│   │   │   │   ├── dialog-warning.png
│   │   │   │   ├── edit-clear.png
│   │   │   │   ├── list-add.png
│   │   │   │   ├── media-playback-pause.png
│   │   │   │   ├── media-playback-start.png
│   │   │   │   └── roll.png
│   │   │   ├── iplotwatch.cpp
│   │   │   ├── iplotwatch.h
│   │   │   ├── plotlistmodel.cpp
│   │   │   ├── plotlistmodel.h
│   │   │   ├── plotlistview.cpp
│   │   │   ├── plotlistview.h
│   │   │   ├── plotwatchcontrol.cpp
│   │   │   ├── plotwatchcontrol.h
│   │   │   ├── plotwatch_global.h
│   │   │   ├── PlotWatch.json
│   │   │   ├── plotwatchmanager.cpp
│   │   │   ├── plotwatchmanager.h
│   │   │   ├── plotwatchplugin.cpp
│   │   │   ├── plotwatchplugin.h
│   │   │   ├── plotwatch.pluginspec
│   │   │   ├── plotwatch.pri
│   │   │   ├── plotwatch.pro
│   │   │   ├── plotwatch.qrc
│   │   │   ├── recentplotwatchconfig.cpp
│   │   │   ├── recentplotwatchconfig.h
│   │   │   ├── recentplotwatchconfig.ui
│   │   │   ├── recentplotwatch.cpp
│   │   │   ├── recentplotwatch.h
│   │   │   └── translations
│   │   │   ├── PlotWatch.zh_CN.qm
│   │   │   └── PlotWatch.zh_CN.ts
│   │   ├── plugins.pro
│   │   ├── ppiview
│   │   │   ├── coordsitem.cpp
│   │   │   ├── coordsitem.h
│   │   │   ├── ppicontrol.cpp
│   │   │   ├── ppicontrol.h
│   │   │   ├── ppieffect.cpp
│   │   │   ├── ppieffect.h
│   │   │   ├── ppiglviewportitem.cpp
│   │   │   ├── ppiglviewportitem.h
│   │   │   ├── ppiview.cpp
│   │   │   ├── ppiview_global.h
│   │   │   ├── ppiview.h
│   │   │   ├── PPIView.json
│   │   │   ├── ppiviewplugin.cpp
│   │   │   ├── ppiviewplugin.h
│   │   │   ├── ppiview.pluginspec
│   │   │   ├── ppiview.pro
│   │   │   ├── ppiview.qrc
│   │   │   ├── shaders
│   │   │   │   ├── ppieffect.frag
│   │   │   │   └── ppieffect.vert
│   │   │   ├── trackitem.cpp
│   │   │   ├── trackitem.h
│   │   │   ├── trackpathitem.cpp
│   │   │   ├── trackpathitem.h
│   │   │   └── translations
│   │   │   ├── PPIView.zh_CN.qm
│   │   │   └── PPIView.zh_CN.ts
│   │   ├── qsradar
│   │   │   ├── qsradar.cpp
│   │   │   ├── qsradar_global.h
│   │   │   ├── qsradar.h
│   │   │   ├── QSRadar.json
│   │   │   ├── qsradarplugin.cpp
│   │   │   ├── qsradarplugin.h
│   │   │   ├── qsradar.pluginspec
│   │   │   ├── qsradar.pro
│   │   │   ├── qsradar.qrc
│   │   │   ├── qsutil.cpp
│   │   │   ├── qsutil.h
│   │   │   └── translations
│   │   │   ├── QSRadar.zh_CN.qm
│   │   │   └── QSRadar.zh_CN.ts
│   │   ├── replay
│   │   │   ├── icons
│   │   │   │   ├── arrow-left.png
│   │   │   │   ├── arrow-right.png
│   │   │   │   ├── document-save.png
│   │   │   │   ├── media-eject.png
│   │   │   │   ├── media-playback-pause.png
│   │   │   │   ├── media-playback-start.png
│   │   │   │   ├── media-playback-stop.png
│   │   │   │   ├── media-record.png
│   │   │   │   ├── media-seek-backward.png
│   │   │   │   ├── media-seek-forward.png
│   │   │   │   ├── media-skip-backward.png
│   │   │   │   ├── media-skip-forward.png
│   │   │   │   └── view-refresh.png
│   │   │   ├── recorder.cpp
│   │   │   ├── recorder.h
│   │   │   ├── recordreplaywidget.cpp
│   │   │   ├── recordreplaywidget.h
│   │   │   ├── recordtypes.h
│   │   │   ├── recordwidget.cpp
│   │   │   ├── recordwidget.h
│   │   │   ├── replayconstants.h
│   │   │   ├── replay_global.h
│   │   │   ├── Replay.json
│   │   │   ├── replayplugin.cpp
│   │   │   ├── replayplugin.h
│   │   │   ├── replay.pluginspec
│   │   │   ├── replay.pro
│   │   │   ├── replay.qrc
│   │   │   ├── replayradar.cpp
│   │   │   ├── replayradar.h
│   │   │   ├── replayslider.cpp
│   │   │   ├── replayslider.h
│   │   │   ├── replaywidget.cpp
│   │   │   ├── replaywidget.h
│   │   │   └── translations
│   │   │   ├── Replay.zh_CN.qm
│   │   │   └── Replay.zh_CN.ts
│   │   ├── testradar
│   │   │   ├── testradar.cpp
│   │   │   ├── testradar_global.h
│   │   │   ├── testradar.h
│   │   │   ├── TestRadar.json
│   │   │   ├── testradarplugin.cpp
│   │   │   ├── testradarplugin.h
│   │   │   ├── TestRadar.pluginspec
│   │   │   ├── testradar.pro
│   │   │   ├── testradar.qrc
│   │   │   └── translations
│   │   │   ├── TestRadar.zh_CN.qm
│   │   │   └── TestRadar.zh_CN.ts
│   │   └── tracklistview
│   │   ├── tracklistmodel.cpp
│   │   ├── tracklistmodel.h
│   │   ├── tracklistview.cpp
│   │   ├── tracklistview_global.h
│   │   ├── tracklistview.h
│   │   ├── TrackListView.json
│   │   ├── tracklistviewplugin.cpp
│   │   ├── tracklistviewplugin.h
│   │   ├── TrackListView.pluginspec
│   │   ├── tracklistview.pri
│   │   ├── tracklistview.pro
│   │   ├── tracklistview.qrc
│   │   └── translations
│   │   ├── TrackListView.zh_CN.qm
│   │   └── TrackListView.zh_CN.ts
│   └── utils
│   ├── fancyheaderview.cpp
│   ├── fancyheaderview.h
│   ├── fancytabwidget.cpp
│   ├── fancytabwidget.h
│   ├── qglgraphicsviewportitem.cpp
│   ├── qglgraphicsviewportitem.h
│   ├── rangebar.cpp
│   ├── rangebar.h
│   ├── selectionitem.cpp
│   ├── selectionitem.h
│   ├── separatorwidget.cpp
│   ├── separatorwidget.h
│   ├── textitem.cpp
│   ├── textitem.h
│   ├── translations
│   │   ├── Utils.zh_CN.qm
│   │   └── Utils.zh_CN.ts
│   ├── utils_global.h
│   ├── utils.pri
│   ├── utils.pro
│   ├── utils.qrc
│   ├── utilstranslation.cpp
│   └── utilstranslation.h
└── __MACOSX
└── daviz
├── app
├── extensionsystem
│   ├── images
│   └── translations
├── plugins
│   ├── core
│   │   ├── icons
│   │   ├── styles
│   │   └── translations
│   ├── eview
│   │   ├── shaders
│   │   └── translations
│   ├── plotwatch
│   │   ├── icons
│   │   └── translations
│   ├── ppiview
│   │   ├── shaders
│   │   └── translations
│   ├── qsradar
│   │   └── translations
│   ├── replay
│   │   ├── icons
│   │   └── translations
│   ├── testradar
│   │   └── translations
│   └── tracklistview
│   └── translations
└── utils
└── translations

61 directories, 278 files

标签:

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警