[PyQt] pyqtsignal() and None value
Maurizio Berti
maurizio.berti at gmail.com
Wed Sep 5 18:45:16 BST 2018
I made a small mistake in point 2, obviously the argument of the method
does not need the asterisk, so change this:
def updateProgress(self, *args):
> val, text = args
>
to this:
def updateProgress(self, args):
Sorry,
Maurizio
--
È difficile avere una convinzione precisa quando si parla delle ragioni del
cuore. - "Sostiene Pereira", Antonio Tabucchi
http://www.jidesk.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180905/32825ccc/attachment.html>
More information about the PyQt
mailing list