|
|
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/
|
|