From 423670fc310b8c853c471a3c272db13e38edd8db Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 03:18:29 +0200 Subject: Implement layout for CopyDialog Does nothing yet except close. This was harder than it should be: To keep a GridLayout expanding its cells vertically, you have to set the Alignment in the *parent* Layout. Took me a while to figure out... --- BeetPlayer.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BeetPlayer.pro') diff --git a/BeetPlayer.pro b/BeetPlayer.pro index 37d9542..d222745 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -42,7 +42,8 @@ SOURCES += main.cpp\ collectionfavoritesview.cpp \ collectionwebradioview.cpp \ collectionfoldersview.cpp \ - collectionwidgetproxy.cpp + collectionwidgetproxy.cpp \ + copydialog.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -61,7 +62,8 @@ HEADERS += beetplayer.h \ collectionfavoritesview.h \ collectionwebradioview.h \ collectionfoldersview.h \ - collectionwidgetproxy.h + collectionwidgetproxy.h \ + copydialog.h LIBS += -ltag -- cgit v1.2.3-70-g09d2