[PyKDE] Qt 4.1.1: QTreeWidgetItemIterator

Phil Thompson phil at riverbankcomputing.co.uk
Fri Mar 10 13:39:35 GMT 2006


On Friday 10 March 2006 12:57 pm, Andreas Pakulat wrote:
> On 10.03.06 05:24:20, Emanuele Santos wrote:
> > I need to make faster updates in a QTreeWidget. They improved  the
> > performance in version 4.1.1 , but my code is not as fast as with Qt
> > 3.
>
> You are aware that PyQt4 builds perfectly fine with Qt4.1.1 are you? Of
> course new classes are not available...
>
> > So, please, could you add it to your todo list? :-)
>
> Phil currently is getting ready for a sip/PyQt3 release, so maybe you
> can try to help him and send a patch that includes the
> QTreeWidgetItemIterator class.
>
> >From what I saw, the .sip-files are not that hard to write and you might
>
> be able to copy one of the other iterators sip-stuff...

Unlike PyQt3, the PyQt4 SIP files are automatically generated from an XML file 
that describes the Qt API. The XML file is created and maintained by another 
(unpublished) tool called MetaSIP.

So contributed .sip files are of no use to me. Of course they are of use to 
everybody else while I'm updating the XML file.

Phil




More information about the PyQt mailing list