[PyQt] No match to overloaded signal
Jeremy Sanders
jeremy at jeremysanders.net
Thu Apr 9 14:11:00 BST 2015
On 09/04/15 15:06, Yuya Nishihara wrote:
> The doc says it was removed at PyQt v5.3. See
> http://pyqt.sourceforge.net/Docs/PyQt5/incompatibilities.html
Thanks - I missed that.
I've been using it for doing things like
for i in range(10):
def myfunc(v=i):
print(v)
button.clicked[()].connect(myfunc)
I'll use a more sophisticated closure to fix this.
Thanks
Jeremy
More information about the PyQt
mailing list