16 #ifndef TIANCHI_TCDOWNLOADHTTP_H
17 #define TIANCHI_TCDOWNLOADHTTP_H
19 #include <tianchi/tcglobal.h>
32 void StartDownload(
const QUrl &url, QFile* file,
33 qint64 startPoint=0, qint64 endPoint=-1);
36 void DownloadFinished();
43 QNetworkAccessManager m_Qnam;
44 QNetworkReply* m_Reply;
48 qint64 m_HaveDoneBytes;
62 void StartFileDownload(
const QString &url,
int count);
63 qint64 GetFileSize(QUrl url);
66 void FileDownloadFinished();
69 void SubPartFinished();
79 #endif // TIANCHI_DOWNLOADHTTP_H