feat: switch playback mode, and add a default album cover

This commit is contained in:
Gary Wang
2020-04-10 18:35:29 +08:00
parent ce885bee3f
commit 099284d5d4
19 changed files with 171 additions and 4 deletions

View File

@ -36,6 +36,9 @@ protected:
void centerWindow();
QMediaPlaylist *createPlaylist(QList<QUrl> urlList);
private slots:
void on_playbackModeBtn_clicked();
private slots:
void on_closeWindowBtn_clicked();
void on_playBtn_clicked();