diff options
author | Arno <arno@disconnect.de> | 2017-03-04 08:29:25 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-03-04 08:29:25 +0100 |
commit | 74810d9fedf93987c4006c9af10114c1c7772083 (patch) | |
tree | a28c8afa334fb6a89798d207f9563ea81b8cca32 /playerwidget.h | |
parent | 050c8a5483ba563d576188a7bfb635008888cf8e (diff) | |
download | BeetPlayer-74810d9fedf93987c4006c9af10114c1c7772083.tar.gz BeetPlayer-74810d9fedf93987c4006c9af10114c1c7772083.tar.bz2 BeetPlayer-74810d9fedf93987c4006c9af10114c1c7772083.zip |
Replace Filter buttons with Toolbar+Actions
The QPushButtons took too much real estate, so turn them into QActions
in a Toolbar.
Also rename mFilter to the more appropriate mSearch.
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h index 103f219..365eec3 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -53,7 +53,7 @@ class PlayerWidget : public QWidget { void addSong(const QModelIndex &idx); void play(const QString &fullPath); void advance(int numSongs); - QLineEdit *mFilter; + QLineEdit *mSearch; QMediaPlayer *mPlayer; BeetView *mView; QStandardItemModel *mViewModel; |