Projects/WebKit/Library: Difference between revisions
(Update documentation) |
No edit summary |
||
Line 2: | Line 2: | ||
== About == | == About == | ||
The | The [http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/index.html KDEWebKit] library sits on top of QtWebKit, providing KDE integration (for example, WebActions using KDE icons and shortcuts, downloading using KIO, etc). | ||
See the following link for a list of all classes: | |||
http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/annotated.html | |||
=== | === KIO::Integration::AccessManger, KIO::Integration::AccessMangerReply (before: KNetworkAccessManager, KNetworkReply) === | ||
Overwrites the default QtNetwork based QNetworkAccessManager for KIO-based network-interaction. Also supplies a few special additions (like the rest of KDEWebKit does). | |||
See: | |||
http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/classKIO_1_1AccessManager.html | |||
Revision as of 15:04, 15 November 2009
This page is still work in progress.
About
The KDEWebKit library sits on top of QtWebKit, providing KDE integration (for example, WebActions using KDE icons and shortcuts, downloading using KIO, etc).
See the following link for a list of all classes: http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/annotated.html
KIO::Integration::AccessManger, KIO::Integration::AccessMangerReply (before: KNetworkAccessManager, KNetworkReply)
Overwrites the default QtNetwork based QNetworkAccessManager for KIO-based network-interaction. Also supplies a few special additions (like the rest of KDEWebKit does).
See: http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/classKIO_1_1AccessManager.html