[PyKDE] error(int) signal from QTcpSocket not firing
Ewald de Wit
erdewit at zonnet.nl
Mon Jan 29 19:16:14 GMT 2007
On Sunday 28 January 2007 14:07, Andreas Pakulat wrote:
> Well, the signature of the error signal changed from Qt3 to Qt4, the
> parameter is now a QAbstractSocket::SocketState.
The C++ signature of the signal is
void error ( QAbstractSocket::SocketError )
which would translate to error(int) in PyQt, right?
I don't see what I'm doing wrong.
--
-- Ewald
More information about the PyQt
mailing list