1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-22 07:26:47 +01:00

Enable drag from the device view to the playlist

This commit is contained in:
David Sansome 2010-07-17 22:19:02 +00:00
parent d704680579
commit fc5929b79b

View File

@ -138,6 +138,12 @@
</property>
<item>
<widget class="DeviceView" name="devices_view">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragOnly</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>