[PyKDE] qtreeview question

Adam Tenderholt atenderholt at gmail.com
Wed Sep 20 23:19:27 BST 2006


> Hi all, I'm trying to get qtreeview to add new items already expanded.
> Anyone have any ideas on how to do this?

There's a slot called expand() that takes a QModelIndex. I'm guessing
this can be called after new items have been added.

Adam




More information about the PyQt mailing list