[PyQt] PyQt4 question

Phil Thompson phil at riverbankcomputing.co.uk
Sat May 26 18:09:26 BST 2007


On Saturday 26 May 2007 4:52 pm, Detlev Offenbach wrote:
> Hi,
>
> is there a PyQt equivalent to "qobject_cast<T*>(object)"?

sip.cast()?

But it shouldn't be necessary if the sub-class conversion code has been 
properly implemented.

Phil


More information about the PyQt mailing list