PDA

View Full Version : Qt web notify



bunjee
10th January 2008, 03:06
Hey there,

Is there a way to notify a Qt application from a web page ?
Can it be portable ?

Thanks.

jpn
10th January 2008, 07:11
Could you rephrase? What do you mean?

igor.alexandrov
10th January 2008, 09:27
I think that you have to create socket that will listen port 80. Then from your web page you can send a custom request.
P.S. Sorry for my English. I am from Russia and my English is not very fluent.

bunjee
10th January 2008, 12:47
Thank you igor, maybe that could do.

Ok let me rephrase by giving you an example.

I'd like to click on some link on a webpage that actually sends a signal to a Qt applicatoin.

Like say you're having an instant messaging program running and you want to add a contact by clicking a link on a forum.

I was wondering if there was a generic way to do this without breaking the portability.

Ben.

bunjee
10th January 2008, 13:24
Nobody ever did that ? :confused: