qt-interest@trolltech.com
[Top] [All Lists]

HTTP-get in one function.

Subject: HTTP-get in one function.
From: Markus Litz
Date: Thu, 02 Nov 2006 11:15:36 +0100
Hello,

I want to write a plugin for a 3rd party application. My plugin will be
invoked when the user presses a button and then there a website should be
catched and parsed. But getting a website and parsing could not be done in
one function (i think).

I need a hint for a solution with that a could make a function like


QString func1()
{
QString output;
http = new Qhttp();
http->setHost("bla.org");

....

return(output);
}



Maybe someone has an idea?

Thx!
Markus
-- 
»Die drei wichtigsten Tugenden eines Programmierers: Faulheit, Ungeduld und
Größenwahn.« - Wall und Schwarz in Programming Perl 

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>