1 #ifndef MUSICDOWNLOADDATAREQUEST_H
2 #define MUSICDOWNLOADDATAREQUEST_H
46 void downloadUrlChanged(
const QString &url);
50 void downloadSpeedLabelChanged(
const QString &speed, qint64 timeLeft);
54 void downloadProgressChanged(
float percent,
const QString &total, qint64 time);
58 void createDownloadItem(
const QString &
name, qint64 time);
68 virtual void downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
override final;
76 void handleReadyRead();
90 #endif // MUSICDOWNLOADDATAREQUEST_H
#define TTK_MODULE_EXPORT
The class of the download the type of data.
virtual void downloadFinished() override
virtual void downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
virtual void startToRequest()=0
virtual void updateDownloadSpeed()
The class of the abstract download data.