diff options
author | Arno <arno@disconnect.de> | 2017-05-05 21:33:42 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-05-05 21:33:42 +0200 |
commit | 3ded08ff5b68d5a66a0032d85480ede7dd07dcab (patch) | |
tree | 6ab7968ef486f7c0f2c0d30a1abecb885d55b197 /playerwidget.h | |
parent | f942c5c9e1fe6d8d1fdddb3f5864251f11dd4818 (diff) | |
download | BeetPlayer-3ded08ff5b68d5a66a0032d85480ede7dd07dcab.tar.gz BeetPlayer-3ded08ff5b68d5a66a0032d85480ede7dd07dcab.tar.bz2 BeetPlayer-3ded08ff5b68d5a66a0032d85480ede7dd07dcab.zip |
Display properties of selection
either left or right. Worked immediately. There have to be subtle bugs
or something. Cannot believe that it's bug free!
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index fb62240..f5b9741 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -41,6 +41,8 @@ class PlayerWidget : public QWidget { void doPopulateByFolder(); void doModelChanged(); void viewDoubleClicked(const QModelIndex &idx); + void leftCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); + void rightCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); void doPlay(); void doStop(); void doPause(); @@ -63,6 +65,7 @@ class PlayerWidget : public QWidget { void shufflePlayList(); void randomPlay(); void playCurrent(const QModelIndex &index); + void mute(bool triggered); void volumeChanged(int volume); void next(); |