Re: [PyQt] Issue with pyqtSignal

2011-11-05 Thread Detlev Offenbach
Am 05.11.2011 um 14:48 schrieb Phil Thompson: > On Sat, 5 Nov 2011 10:05:45 +0100, Detlev Offenbach > wrote: >> Am 04.11.2011 um 18:04 schrieb Phil Thompson: >> >>> On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach >>> wrote: Hello, I am defining a signal in one of my classes

Re: [PyQt] Issue with pyqtSignal

2011-11-05 Thread Phil Thompson
On Sat, 5 Nov 2011 10:05:45 +0100, Detlev Offenbach wrote: > Am 04.11.2011 um 18:04 schrieb Phil Thompson: > >> On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach >> wrote: >>> Hello, >>> >>> I am defining a signal in one of my classes like this. >>> >>>tabRelocateRequested = pyqtSignal(i

Re: [PyQt] Issue with pyqtSignal

2011-11-05 Thread Detlev Offenbach
Am 04.11.2011 um 18:04 schrieb Phil Thompson: > On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach > wrote: >> Hello, >> >> I am defining a signal in one of my classes like this. >> >>tabRelocateRequested = pyqtSignal(int, int, int) >> >> When this signal is emitted, the first parameter

Re: [PyQt] Issue with pyqtSignal

2011-11-04 Thread Phil Thompson
On Fri, 4 Nov 2011 11:23:07 +0100, Detlev Offenbach wrote: > Hello, > > I am defining a signal in one of my classes like this. > > tabRelocateRequested = pyqtSignal(int, int, int) > > When this signal is emitted, the first parameter is bigger than an int > (e.g. by using id()). This causes

Re: [PyQt] Issue with pyqtSignal

2011-11-04 Thread Brett Stottlemyer
-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of Detlev Offenbach Sent: Friday, November 04, 2011 6:23 AM To: PyQt Mailingliste Subject: [PyQt] Issue with pyqtSignal Hello, I am defining a signal in one of my classes like this. tabRelocateRequested = pyqtSignal(int

[PyQt] Issue with pyqtSignal

2011-11-04 Thread Detlev Offenbach
Hello, I am defining a signal in one of my classes like this. tabRelocateRequested = pyqtSignal(int, int, int) When this signal is emitted, the first parameter is bigger than an int (e.g. by using id()). This causes the signal receiver to get a first parameter, that is different to the val