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
Thanks for the hint. The signal connection to the combo Box now works.
The listView class that provides the signal selectionChanged() is
QAbstractItemView and is declared as
virtual void selectionChanged ( const QItemSelection & selected, const
QItemSelection & deselected )
So I now would connect
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
* 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,