[Qgis-developer] plotting data from multiple algos on canvas

nitin quick quick.nitin at gmail.com
Wed Jul 5 09:22:45 EDT 2006


this is in rference to my previous post about plotting input from multiple
algorithm on canvas coming through sockets.
it is solved.
i did a silly mistake. I was reading from a wrong socket.
In slot updatePixmap() which will be called for every readyRead() signal,i
had opened stream on wrong socket descriptor wwhich was pointing to latest
opened connection.
in place of Q
QDataStream in(tcpSocket)
i should had used
QDataStream in(tempSock)
which did all the trick.

regards
quick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20060705/e8ca9eb1/attachment.html


More information about the Qgis-developer mailing list