Re: [PyQt] 10.7: super and PyQt classes

2008-01-20 Thread Mark Summerfield
On 2008-01-18, Aaron Digulla wrote: > Aaron Digulla schrieb: > > Hello, > > > > Please clarify the docs > > (http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html#super-and-pyq > >t-classes): > > > > > > Does that mean super() can't / shouldn't / mustn't be used when deriving > > from PyQt cla

Re: [PyQt] 10.7: super and PyQt classes

2008-01-18 Thread Aaron Digulla
Aaron Digulla schrieb: > Hello, > > Please clarify the docs > (http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html#super-and-pyqt-classes): > > > Does that mean super() can't / shouldn't / mustn't be used when deriving > from PyQt classes? What is the fix? > > Maybe give an example what

[PyQt] 10.7: super and PyQt classes

2008-01-08 Thread Aaron Digulla
Hello, Please clarify the docs (http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html#super-and-pyqt-classes): Does that mean super() can't / shouldn't / mustn't be used when deriving from PyQt classes? What is the fix? Maybe give an example what won't work and how to fix it or provi