Implemented renaming of playlists.
This commit is contained in:
parent
b2aa7ffd8c
commit
3e579a4fcb
3 changed files with 24 additions and 4 deletions
|
@ -24,7 +24,7 @@ class PlaylistTabs(QTabWidget):
|
|||
|
||||
index = self.tab_bar.count() - 1
|
||||
|
||||
title = TabTitle(label, self.tab_bar, index)
|
||||
title = TabTitle(label, self.tab_bar, index, widget)
|
||||
|
||||
self.tab_bar.setTabButton(index, QTabBar.ButtonPosition.RightSide, title)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue