forked from Wobbl/Wobuzz
Enabled drag and drop between PlaylistViews.
This commit is contained in:
parent
31e72c25d3
commit
744d050bac
5 changed files with 66 additions and 6 deletions
|
@ -17,6 +17,8 @@ class LibraryDock(QDockWidget):
|
|||
Qt.DockWidgetArea.BottomDockWidgetArea
|
||||
)
|
||||
|
||||
self.setAcceptDrops(True)
|
||||
|
||||
self.library_widget = Library(library, self)
|
||||
self.setWidget(self.library_widget)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue