/** @mainpage Trinity HTML Parser and Widget If you want a fully-fledged HTML browser widget in your application, you can use TDEHTMLPart to do so. @code KUrl url = "http://www.trinitydesktop.org"; TDEHTMLPart *w = new TDEHTMLPart(); w->openUrl(url); w->view()->resize(500, 400); w->show(); @endcode For more information, see the documentation for TDEHTMLPart. Note that using TDEHTMLPart 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 \
TDEHTML has also heavily benefited from the work of Apple Computer, Inc. @maintainers Allan Sandfeld Jensen
Germain Garand
Maksim Orlovich @licenses @lgpl */ // DOXYGEN_REFERENCES = tdecore tdeui tdeio tdeparts kjs // DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test // DOXYGEN_SET_PROJECT_NAME = TDEHTML