1 #ifndef MUSICABSTRACTDOWNLOADTABLEWIDGET_H
2 #define MUSICABSTRACTDOWNLOADTABLEWIDGET_H
46 virtual void updateSongsList(
const MusicSongList &songs)
override final;
52 void updateItemTitle(
int index);
62 void itemDoubleClicked(
int row,
int column);
66 void downloadProgressChanged(
float percent,
const QString &total, qint64 time);
70 void createDownloadItem(
const QString &
name, qint64 time);
76 virtual void contextMenuEvent(QContextMenuEvent *event)
override;
81 virtual void addCellItem(
int index,
const MusicSong &record) = 0;
88 #endif // MUSICABSTRACTDOWNLOADTABLEWIDGET_H
#define TTK_MODULE_EXPORT
The class of the progress bar item delegate.
The class of the music song info.