Re: [PyQt] Overriding only one of two C++ virtual methods with different signature

2008-01-20 Thread Adeodato Simó
* Phil Thompson [Sat, 19 Jan 2008 19:21:10 +]: You need to handle both cases. Check the type of the argument to determine which one is called. For the one you aren't interested in, just call the base implementation...     def updateSearch(self, arg):         if not isinstance(arg,

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 classes? What is the

Re: [PyQt] konsoleFactory::className()

2008-01-20 Thread D.H.J. Takken
Op Saturday 12 January 2008 04:33:37 schreef Jim Bublitz: On Friday 11 January 2008 15:41, D.H.J. Takken wrote: Op Friday 11 January 2008 17:56:29 schreef Jim Bublitz: On Friday 11 January 2008 06:48, D.H.J. Takken wrote: Hi, Is there anyone having a look at this issue please? I