mirror of
https://github.com/wassname/sloth.git
synced 2026-08-13 12:40:31 +08:00
Enable fancy Animations in TreeView :-)
This commit is contained in:
@@ -654,6 +654,7 @@ class AnnotationTreeView(QTreeView):
|
||||
self.setAlternatingRowColors(True)
|
||||
#self.setEditTriggers(QAbstractItemView.SelectedClicked)
|
||||
self.setSortingEnabled(True)
|
||||
self.setAnimated(True)
|
||||
self.expanded.connect(self.onExpanded)
|
||||
|
||||
def resizeColumns(self):
|
||||
|
||||
Reference in New Issue
Block a user