mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 02:59:03 +01:00
parent
78df0ed707
commit
60e8519b65
@ -174,6 +174,9 @@ PlaylistView::PlaylistView(QWidget *parent)
|
||||
|
||||
setHeader(header_);
|
||||
header_->setSectionsMovable(true);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
|
||||
header_->setFirstSectionMovable(true);
|
||||
#endif
|
||||
setStyle(style_);
|
||||
setMouseTracking(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user