0 Star 0 Fork 3

fujingyuan/AutoVehTypeMon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dealexcelfile.h 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
惊险一血 提交于 2014-10-28 10:39 . 首次提交
#ifndef DEALEXCELFILE_H
#define DEALEXCELFILE_H
#include <QObject>
#include "excelengine.h"
#include "judgeFileAndDeal.h"
#include <QTableWidget>
#include <QPaintEvent>
#include <QResizeEvent>
#include <QSqlTableModel>
#include <QTableView>
#include <QEvent>
#include <QMutex>
#include <QMutexLocker>
class DealExcelFile : public QObject
{
Q_OBJECT
public:
explicit DealExcelFile(QObject *parent = 0);
~DealExcelFile();
void createTable(int row,int col);//Excel创建空表
bool createTree(int row,int col,QTreeWidget* tree);
void SetPointStatue(const QString ip,const int statue);
//void SetIPAndStatue(const QString ip,const int statue);
bool GetIPByItem(QTreeWidgetItem* item,QString &ip);
bool GetNameByIP(const QString ip, QString &name, QString &firstName);
void Close();
void Init();
signals:
public slots:
public:
bool IsXlsFile;
bool IsDbFile;
multideal *sqlite;
QSqlTableModel *model;
QTableView *tableview;
QString file_name;
QString databaseTable;
private:
bool xlsOpenFlag;
bool dbOpenFlag;
bool hasExistFile;//当前有打开的文件
bool m_bOpenSuccess;
ExcelEngine *excelFile;
QTableWidget *excelTable;
QTreeWidget *excelTree;
bool OpenExcelFile();
QMutex m_mutex;
};
DealExcelFile* getDealExecl();
#endif // DEALEXCELFILE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fujingyuan/AutoVehTypeMon.git
git@gitee.com:fujingyuan/AutoVehTypeMon.git
fujingyuan
AutoVehTypeMon
AutoVehTypeMon
master

搜索帮助