From 707853a339a804c9fe90e8ce5b7743c131b75dc1 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Feb 2017 13:24:55 +0100 Subject: Artwork and GUI modifications Added the necessary QActions. Except the ConfigAction they don't do anything yet, but they have nice icons :) I got rid of the menuBar(tm) and added a QToolBar to the center widget instead. --- BeetPlayer.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BeetPlayer.pro') diff --git a/BeetPlayer.pro b/BeetPlayer.pro index 5e319f0..0873852 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -28,13 +28,15 @@ SOURCES += main.cpp\ configurationdialog.cpp \ indexerwidget.cpp \ globals.cpp \ - playerwidget.cpp + playerwidget.cpp \ + beetview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ indexerwidget.h \ globals.h \ - playerwidget.h + playerwidget.h \ + beetview.h LIBS += -ltag -- cgit v1.2.3-70-g09d2