[Qt-interest] Re : Re : Qt for web applications
Christian Dähn
daehn at asinteg.de
Thu Nov 26 16:53:12 CET 2009
Hi,
David Ching <dc at remove-this.dcsoft.com>:
> No, no, QWebClient is a browser widget. You can put a browser into your Qt
> app. But what we are talking about is running your Qt app in a browser (the
> reverse).
Thats totally WRONG!
See the Qt Lab Blog entry:
"QWebClient works by starting an http server in the application process, which the browser then connects to."
The browser gets HTML and JavaScript, generated by QWebClient -
so you can create a thin client (webinterface) by just using
Qt classes.
You maybe mixed it up with Qt's WebKit integration (QTextBrowser, QWebPage...).
ciao,
Chris
More information about the Qt-interest-old
mailing list