[PyKDE] PyQT 4.x Display Roles

2006-10-10 Thread M.Chambers
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/

Re: [PyKDE] signals

2006-10-07 Thread M.Chambers
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

[PyKDE] MVC Question

2006-10-06 Thread M.Chambers
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

[PyKDE] qtreeview question

2006-09-17 Thread M.Chambers
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