[PyQt] QPushbutton connect(no-arg) signal variant in 5.3?

Baz Walter bazwal at ftml.net
Sun Sep 7 01:05:53 BST 2014


On 06/09/14 19:03, David Cortesi wrote:
> Python 3.3. Under version 5.2 the program below prints,
>
>> PyQt 5.2 Qt 5.2.0
>> slot got ()  # <-- when button is clicked
>
> Under version 5.3, it prints
>
>> PyQt 5.3 Qt 5.3.0
>> 'there is no matching overloaded signal'
>
> So it appears that the syntax "clicked[()].connect(slot)" to select the
> no-arg signal, that worked in 5.2, somehow does not in 5.3. Apologies if
> this is fixed in 5.3.1, however I don't see anything relevant in the 5.3.1
> changelog.

I can confirm this issue is still present when using qt 5.3.1, sip 
4.16.2, pyqt 5.3.1

It's also still there when using sip 4.16.3-snapshot-b5de96615389, pyqt 
5.3.2-snapshot-3e67087edaa6

-- 
Regards
Baz Walter


More information about the PyQt mailing list