资源简介
1、使用Qt5.6开发显示界面 ;
2、软件功能:将excel文件中的数据动态显示在界面上,便于大数据的动态观察;
实现功能1:对Excel文件进行读操作,将Excel数据存入QList<QList<QVariant>> 类型的变量中,实现快速获取excel数据和对excel数据的操作
实现功能2:使用qcustomplot类将数据动态显示在界面上
代码片段和文件信息
#include “widget.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
Widget w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9981 2018-07-03 10:53 excel_qt\b.xlsx
文件 175 2018-04-10 19:45 excel_qt\main.cpp
文件 34228 2015-12-22 08:01 excel_qt\qcustomplot\changelog.txt
文件 10472 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\adaptive-sampling-line.png
文件 15947 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\adaptive-sampling-scatter.png
文件 17287 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\annotated.html
文件 4384 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\AxisNamesOverview.png
文件 6171 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\AxisRectSpacingOverview.png
文件 380 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\bc_s.png
文件 270 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\bdwn.png
文件 6429 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classes.html
文件 5938 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classoverview.html
文件 79470 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractItem.html
文件 6066 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractItem__inherit__graph.png
文件 64703 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractLegendItem.html
文件 1550 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractLegendItem__inherit__graph.png
文件 111174 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractPlottable.html
文件 3855 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAbstractPlottable__inherit__graph.png
文件 201106 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAxis.html
文件 120197 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAxisRect.html
文件 1117 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAxisRect__inherit__graph.png
文件 819 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPAxis__inherit__graph.png
文件 5408 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPBarData.html
文件 103151 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPBars.html
文件 35606 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPBarsGroup.html
文件 1110 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPBars__inherit__graph.png
文件 33507 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPColorGradient.html
文件 92602 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPColorMap.html
文件 39485 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPColorMapData.html
文件 1160 2015-12-22 08:03 excel_qt\qcustomplot\documentation\html\classQCPColorMap__inherit__graph.png
............此处省略277个文件信息
- 上一篇:跆拳道馆计次积分消费会员管理2019免费版
- 下一篇:MaxDOS工具包
相关资源
- Qt Creator opengl实现四元数鼠标控制轨迹
- QT局域网聊天系统(基于QT5.修改过)
- qt-电子点菜系统
- C 餐厅叫号系统(QT平)
- QT 实现文件下载
- qt图像处理
- QT,JPEG解码源代码(已完成)
- Qt 播放音频文件
- Qt 读取16进制的data文件
- MQTT+串口(usart)透传
- 易语言QQTEA算法源码
- VC工程转Qt工程文件的工具
- MQTT推送Demo
- 基于Linux、QT的视频监控系统的设计与
- Qt 百度地图 定位
- QT酷炫界面开发指南《QmlBook》
- LibXL for Windows 3.8.3 最新版Excel操作库带
- Ubuntu下操作Excel,qt代码
- Qt图片浏览器 --基于Qt的Graphics View f
- qtnribbon2破解
- Qt软件开发 完整项目代码
- MQTT_3.1protocol_Specific中文版
- 在QT中使用RTP进行视频的采集和传输
- Mini6410 Qt4和Qtopia编程开发指南
- Qt实现Code39条形码
- qt_ffmpeg_mp4_export_and_import.zip
- QT5.5入门与项目实战
- Huffman Compress 霍夫曼编码 压缩 解压缩
- 基于QT的黑白棋游戏设计和实现
- Qt写的连连看小游戏
评论
共有 条评论