On Wednesday 24 September 2003 15:46, Phil Thompson wrote:
> Should emit() take a variable number of arguments rather than a single
> tuple? Maybe, but it's too late to change now.
OK, that makes sense. :o)
--
> eatapple
core dump
___
PyKDE mailing li
On Wednesday 24 September 2003 8:02 am, Derek Fountain wrote:
> This might be a general Python newbie question. But it's confusing me in a
> PyQt context. :o)
>
> I have a slot in a class which receives a list of images. It adds that list
> to it's existing list, then sends off a signal saying the
This might be a general Python newbie question. But it's confusing me in a
PyQt context. :o)
I have a slot in a class which receives a list of images. It adds that list to
it's existing list, then sends off a signal saying the existing list has
changed:
currentImageList = []
def slotIn