[PyQt] supported signal signatures in PyQt 4.4
Devon Rueckner
devon.rueckner at temboo.com
Tue Sep 21 23:12:52 BST 2010
Hi -
I am having an issue connecting to the QNetworkAccessManager.sslErrors signal.
This works under (Qt 4.6.3, SIP 4.10.2, PyQt 4.7.3):
QObject.connect(self._manager, SIGNAL("sslErrors(QNetworkReply *, const QList<QSslError>&)"), self._handleSslError)
However under (Qt 4.6.3, SIP 4.10.5, PyQt 4.7.4) I get:
TypeError: type 'QList<QSslError>' is not supported as a slot argument type
Any help would be appreciated.
thanks
~ Devon
More information about the PyQt
mailing list