Merge pull request #6335 from aerusso/pulls/movable-section
setFirstSectionMovable() in playlistview.cpp
This commit is contained in:
commit
3b76fa6275
@ -138,6 +138,9 @@ PlaylistView::PlaylistView(QWidget* parent)
|
||||
dynamic_controls_(new DynamicPlaylistControls(this)) {
|
||||
setHeader(header_);
|
||||
header_->setSectionsMovable(true);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
|
||||
header_->setFirstSectionMovable(true);
|
||||
#endif
|
||||
setStyle(style_);
|
||||
setMouseTracking(true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user