[PyQt] Re: QUdpSocket problem

İsmail Dönmez ismail at namtrac.org
Thu Apr 10 07:36:15 BST 2008


On Thu, Apr 10, 2008 at 9:24 AM, İsmail Dönmez <ismail at namtrac.org> wrote:
> Hi all,
>
>  In Qt following works :
>
>  QUdpSocket sock = new QUdpSocket();
>  sock.bind(QHostAdress.Any, 4444)

Read that as,

QUdpSocket sock;
sock.bind(QHostAdress.Any, 4444);

of course ;)

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.



More information about the PyQt mailing list