15 m_downloadRequest(nullptr)
17 QHBoxLayout *hbox =
new QHBoxLayout(
this);
18 hbox->setContentsMargins(0, 0, 0, 0);
27 connect(
m_backgroundList, SIGNAL(itemClicked(
int,QString)), parent, SLOT(remoteListWidgetItemClicked(
int,QString)));
54 image.
m_pix = QPixmap(
":/image/lb_none_image");
77 MusicDownloadQueueDataList datas;
82 data.
m_url = item.m_url;
83 data.
m_path = QString(
"%1/%2%3").arg(path).arg(item.m_index).arg(prefix);
123 if(QFileInfo(data).baseName().toInt() == item.m_index)
127 image.
m_pix = QPixmap(data);
143 m_functionsWidget(nullptr)
181 hbox->setContentsMargins(9, 0, 0, 9);
216 const int index = QFileInfo(data).baseName().toInt();
218 if(index >= 0 || index < items.count())
230 if(index < 0 || index >=
m_groups.count())
249 for(
int i = 0; i < bytes.count(); ++i)
The class of the remote skin item.
The class of the download data from queue request.
The class of the download bing daily skin background.
static constexpr const char * SKIN_THUNDER_DIR
The class of the skin backgroud image.
void addQueue(const MusicDownloadQueueDataList &datas)
The class of the download thunder skin background.
virtual void startToRequest() overridefinal
The class of the download queue data.
virtual void startToRequest()
QString m_path
download url/
#define TTKObjectCast(x, y)