diff options
author | Arno <arno@disconnect.de> | 2018-10-13 03:18:29 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-10-13 03:18:29 +0200 |
commit | 423670fc310b8c853c471a3c272db13e38edd8db (patch) | |
tree | cd64ff3558a09070c16849cbaac6d37246d4560d /BeetPlayer.pro | |
parent | 6ccb253ceb2f893fc1ba917a6db1792fcfeca8db (diff) | |
download | BeetPlayer-423670fc310b8c853c471a3c272db13e38edd8db.tar.gz BeetPlayer-423670fc310b8c853c471a3c272db13e38edd8db.tar.bz2 BeetPlayer-423670fc310b8c853c471a3c272db13e38edd8db.zip |
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...
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
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 |