On 29/04/2013 14:06, Phil Thompson wrote:
Works correctly with pyqtSignal.
I'm not able to reproduce the desired behaviour with
QtCore.QObject.connect.
Any suggestion? What I'm missing?
I'm not making changes to old-style connections. It's a bug if there is
anything that you can do with old-sty
On Mon, 29 Apr 2013 13:44:09 +0200, Giuseppe Corbelli
wrote:
> On 23/04/2013 17:52, Phil Thompson wrote:
> Please see the minimal test code below. In short connecting a signal
>> to
a
> functools.partial slot breaks the expected moveToThread behaviour.
> Reasonable, I'd say, once
On 23/04/2013 17:52, Phil Thompson wrote:
Please see the minimal test code below. In short connecting a signal
to
a
functools.partial slot breaks the expected moveToThread behaviour.
Reasonable, I'd say, once you think about it. I'm just asking some
suggestion
about how this issue can be addre
On Tue, 23 Apr 2013 15:27:17 +0200, Giuseppe Corbelli
wrote:
> On 23/04/2013 14:57, Phil Thompson wrote:
>>> Please see the minimal test code below. In short connecting a signal
to
>> a
>>> functools.partial slot breaks the expected moveToThread behaviour.
>>> Reasonable, I'd say, once you think a
On 23/04/2013 14:57, Phil Thompson wrote:
Please see the minimal test code below. In short connecting a signal to
a
functools.partial slot breaks the expected moveToThread behaviour.
Reasonable, I'd say, once you think about it. I'm just asking some
suggestion
about how this issue can be addres
On Tue, 23 Apr 2013 10:08:23 +0200, Giuseppe Corbelli
wrote:
> Please see the minimal test code below. In short connecting a signal to
a
> functools.partial slot breaks the expected moveToThread behaviour.
> Reasonable, I'd say, once you think about it. I'm just asking some
> suggestion
> about
Please see the minimal test code below. In short connecting a signal to a
functools.partial slot breaks the expected moveToThread behaviour.
Reasonable, I'd say, once you think about it. I'm just asking some suggestion
about how this issue can be addressed. I thought about reimplementing some
si