How can I disable some that I'm not using? Seems like a waste to call
data() that many times. I'm using the model view stuff and its very
slow compared to Qt3.
Matt
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/
I cut and pasted "collapsed (const QModelIndex & index)" directy from
Assistant, which is how I did it with PtQt3
Changing to this fixed it:
self.connect(self, QtCore.SIGNAL("collapsed (const QModelIndex)"),
self.cbCollapsed);
Matt
On Fri, 2006-10-06 at 13:34 -0700, Jim Bublitz wrote:
> On Frid
Hi everyone, thanks for your past advice. I have a abstract model and a
qtreeview setup to use an cElementTree object as the underlying data
source. Works awesome, and its very fast. What happens when I want to
replace the elelentreee object with a newer one which may or may not
contain new data
Hi all, I'm trying to get qtreeview to add new items already expanded.
Anyone have any ideas on how to do this?
Thanks
Matt
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde