Insert commented placeholders for column sorting
This commit is contained in:
parent
87e2f33f59
commit
8ec0911ce4
@ -151,6 +151,8 @@ class PlaylistTab(QTableWidget):
|
|||||||
self.selecting_in_progress = False
|
self.selecting_in_progress = False
|
||||||
# Connect signals
|
# Connect signals
|
||||||
self.horizontalHeader().sectionResized.connect(self._column_resize)
|
self.horizontalHeader().sectionResized.connect(self._column_resize)
|
||||||
|
# self.horizontalHeader().sectionClicked.connect(self._header_click)
|
||||||
|
# self.setSortingEnabled(True)
|
||||||
|
|
||||||
# Now load our tracks and notes
|
# Now load our tracks and notes
|
||||||
self.populate(session, self.playlist_id)
|
self.populate(session, self.playlist_id)
|
||||||
@ -1342,6 +1344,11 @@ class PlaylistTab(QTableWidget):
|
|||||||
|
|
||||||
return self._meta_search(RowMeta.UNREADABLE, one=False)
|
return self._meta_search(RowMeta.UNREADABLE, one=False)
|
||||||
|
|
||||||
|
# def _header_click(self, index: int) -> None:
|
||||||
|
# """Handle playlist header click"""
|
||||||
|
|
||||||
|
# print(f"_header_click({index=})")
|
||||||
|
|
||||||
def _info_row(self, track_id: int) -> None:
|
def _info_row(self, track_id: int) -> None:
|
||||||
"""Display popup with info re row"""
|
"""Display popup with info re row"""
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user