mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
2d5adba731
commit
205cdd7a61
@ -695,6 +695,7 @@ class BooksView(TableView):
|
||||
self.columns_sorted, Qt.QueuedConnection)
|
||||
hv = self.verticalHeader()
|
||||
hv.setClickable(True)
|
||||
hv.setCursor(Qt.PointingHandCursor)
|
||||
|
||||
def columns_sorted(self):
|
||||
for i in range(self.model().columnCount(None)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user