1 Star 2 Fork 5

潜心研究开发部/qt_network

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FileDownLoad.h 983 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunfulin 提交于 2018-09-06 14:49 . 修改警告问题
#ifndef FILEDOWNLOAD_H
#define FILEDOWNLOAD_H
#include <QWidget>
#include <QTime>
#include "DownLoadManager.h"
#include <QDebug>
#include <QDir>
class DownLoadManager;
namespace Ui {
class FileDownLoad;
}
class FileDownLoad : public QWidget
{
Q_OBJECT
public:
explicit FileDownLoad(QWidget *parent = 0);
~FileDownLoad();
private:
void initWindow();
QString transformUnit(qint64 bytes , bool isSpeed = false);
QString transformTime(qint64 seconds);
private slots:
void onStartDownload();
void onStopDownload();
void onCloseDownload();
void onDownloadProcess(qint64 bytesReceived, qint64 bytesTotal);
void onReplyFinished(int);
private:
void resteALL();
private:
Ui::FileDownLoad *ui;
DownLoadManager *m_downloadManager;
QString m_url;
uint m_timeInterval;
qint64 m_currentDownload;
qint64 m_intervalDownload;
QTime m_timeRecord;
};
#endif // FILEDOWNLOAD_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/shine007/qt_network.git
git@gitee.com:shine007/qt_network.git
shine007
qt_network
qt_network
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385