forked from Wobbl/Wobuzz
Added indicator icon that shows on the currently playing track.
This commit is contained in:
parent
29cc80feae
commit
efcae74382
5 changed files with 41 additions and 10 deletions
|
@ -7,9 +7,10 @@ class PlaylistView(QTreeWidget):
|
|||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
self.setColumnCount(3)
|
||||
self.setColumnCount(4)
|
||||
|
||||
headers = [
|
||||
"",
|
||||
"#",
|
||||
"Title",
|
||||
"Artist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue