From 74810d9fedf93987c4006c9af10114c1c7772083 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 4 Mar 2017 08:29:25 +0100 Subject: 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. --- playerwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playerwidget.h') 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; -- cgit v1.2.3-70-g09d2