From: Barış Metin Date: Wed, 15 Sep 2010 10:01:38 +0000 (+0200) Subject: expanding all items is too slow X-Git-Tag: sface-0.1-1~20^2 X-Git-Url: http://git.onelab.eu/?p=sface.git;a=commitdiff_plain;h=bc8c98f4c8ae04576bd21b99d13089a5886eecda expanding all items is too slow --- diff --git a/sface/screens/rspecscreen.py b/sface/screens/rspecscreen.py index e6a75d1..fcaa2bf 100644 --- a/sface/screens/rspecscreen.py +++ b/sface/screens/rspecscreen.py @@ -178,7 +178,8 @@ class RSpecWidget(QWidget): view = RSpecView(self) view.setModel(model) - view.expandAll() +# too slow! +# view.expandAll() layout = QVBoxLayout() layout.addWidget(view)