1 Star 0 Fork 9

I_CE/qsrv

forked from s_baoshan/qsrv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
update698.h 915 Bytes
一键复制 编辑 原始数据 按行查看 历史
eomer 提交于 2019-10-31 16:09 . add some objects into update698.h
#ifndef UPDATE698_H
#define UPDATE698_H
#include "libproto/lib698/lib698obj.h"
#include "libdb/libdb.h"
#include "libnet/libnet.h"
#include <QMainWindow>
#include <QString>
#include <QFile>
#include <QByteArray>
#include <QList>
#include <QSettings>
namespace Ui {
class update698;
}
class update698 : public QMainWindow
{
Q_OBJECT
public:
explicit update698(QWidget *parent = 0);
~update698();
private:
Ui::update698 *ui;
QList<QByteArray> m_blockList;
QByteArray m_fileblock; //whole file bytes
int m_filesize; //whole file length
int m_oneBlockSize; //size of per file block
int m_blockCount; //counts of update file
QSettings* m_settings;
lib698Obj* m_lib698Obj;
sqliteDb* m_db;
netSvr *m_netSvr;
private slots:
void browse();
void calcBlocks();
void on_btn_exit_clicked(bool);
void btnToggle(int);
};
#endif // UPDATE698_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ElecHospital/qsrv.git
git@gitee.com:ElecHospital/qsrv.git
ElecHospital
qsrv
qsrv
master

搜索帮助