/** @mainpage KDE HTML Parser and Widget If you want a fully-fledged HTML browser widget in your application, you can use KHTMLPart to do so. @code KUrl url = "http://www.kde.org"; KHTMLPart *w = new KHTMLPart(); w->openUrl(url); w->view()->resize(500, 400); w->show(); @endcode 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. @authors Torben Weis \
Josip A. Gracin \
Martin Jones \
Waldo Bastian \
Lars Knoll \
Antti Koivisto \
Dirk Mueller \
Peter Kelly \
George Staikos \
Allan Sandfeld Jensen \
Germain Garand \
Maksim Orlovich \
KHTML has also heavily benefited from the work of Apple Computer, Inc. @maintainers Allan Sandfeld Jensen
Germain Garand
Maksim Orlovich @licenses @lgpl */ // DOXYGEN_REFERENCES = kdecore kdeui kio kparts kjs // DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test // DOXYGEN_SET_PROJECT_NAME = KHTML // vim:ts=4:sw=4:expandtab:filetype=doxygen