1 #ifndef MUSICDOWNLOADWIDGET_H
2 #define MUSICDOWNLOADWIDGET_H
52 void setIcon(
const QString &
name);
56 void setInformation(
const QString &info);
60 void setText(
const QString &text);
63 QLabel *
m_text, *m_information, *m_icon;
126 void initialize(
const QString &
name);
150 void dataDownloadChanged();
156 void downLoadNormalFinished();
160 void downLoadRequestFinished();
164 void startToRequest();
168 void downloadFinished();
174 void controlEnabled(
bool enabled);
178 void setFixedHeightWidget(QWidget *w,
int height);
182 void setMoveWidget(QWidget *w,
int pos);
186 void addCellItems(
const TTK::MusicSongPropertyList &props);
195 #endif // MUSICDOWNLOADWIDGET_H
#define TTK_MODULE_EXPORT
The class of the music song property.
#define TTK_DECLARE_MODULE(Class)
The class of the abstract query download data from net.
The class of the download table item.