From 7fc789ad8d527923123ad35983474124adb6fc1f Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Thu, 30 Jun 2011 18:56:06 +0200 Subject: [PATCH] Enable fancy Animations in TreeView :-) --- sloth/annotations/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sloth/annotations/model.py b/sloth/annotations/model.py index 73eb271..455cc58 100644 --- a/sloth/annotations/model.py +++ b/sloth/annotations/model.py @@ -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):