khtml Module
KDE HTML Parser and Widget
If you want a fully-fledged HTML browser widget in your application, you can use KHTMLPart to do so.
KUrl url = "http://www.kde.org"; KHTMLPart *w = new KHTMLPart(); w->openUrl(url); w->view()->resize(500, 400); w->show();
For more information, see the documentation for KHTMLPart.
Note that using KHTMLPart may introduce security vulnerabilities and unnecessary bloat to your application. Qt's text widgets are rich-text capable, and will interpret a limited subset of HTML.
- Author(s):
-
Torben Weis <[email protected]>
Josip A. Gracin <[email protected]>
Martin Jones <[email protected]>
Waldo Bastian <[email protected]>
Lars Knoll <[email protected]>
Antti Koivisto <[email protected]>
Dirk Mueller <[email protected]>
Peter Kelly <[email protected]>
George Staikos <[email protected]>
Allan Sandfeld Jensen <[email protected]>
Germain Garand <[email protected]>
Maksim Orlovich <[email protected]>
KHTML has also heavily benefited from the work of Apple Computer, Inc.
- Maintainer(s):
-
Allan Sandfeld Jensen
Germain Garand
Maksim Orlovich
- License(s):
- LGPLv2
Namespaces
D | G | |
DOM | global |