1 #ifndef MUSICABSTRACTDOWNLOADTABLEWIDGET_H
2 #define MUSICABSTRACTDOWNLOADTABLEWIDGET_H
47 virtual void updateSongsList(
const MusicSongList &songs)
override final;
53 void updateItemTitle(
int index);
63 void itemDoubleClicked(
int row,
int column);
67 void downloadProgressChanged(
float percent,
const QString &total, qint64 time);
71 void createDownloadItem(
const QString &
name, qint64 time);
77 virtual void contextMenuEvent(QContextMenuEvent *event)
override;
82 virtual void addCellItem(
int index,
const MusicSong &record) = 0;
89 #endif // MUSICABSTRACTDOWNLOADTABLEWIDGET_H
#define TTK_MODULE_EXPORT
The class of the progress bar item delegate.
#define TTK_DECLARE_MODULE(Class)
The class of the music song info.