1 /** @mainpage KDE HTML Parser and Widget
3 If you want a fully-fledged HTML browser widget in your application,
4 you can use KHTMLPart to do so.
7 KUrl url = "http://www.kde.org";
8 KHTMLPart *w = new KHTMLPart();
10 w->view()->resize(500, 400);
14 For more information, see the documentation for KHTMLPart.
16 Note that using KHTMLPart may introduce security vulnerabilities
17 and unnecessary bloat to your application. Qt's text widgets are
18 rich-text capable, and will interpret a limited subset of HTML.
21 Torben Weis \<weis@stud.uni-frankfurt.de\><br>
22 Josip A. Gracin \<grac@fly.cc.fer.hr\><br>
23 Martin Jones \<mjones@kde.org\><br>
24 Waldo Bastian \<bastian@kde.org\><br>
25 Lars Knoll \<knoll@kde.org\><br>
26 Antti Koivisto \<koivisto@iki.fi\><br>
27 Dirk Mueller \<mueller@kde.org\><br>
28 Peter Kelly \<pmk@post.com\><br>
29 George Staikos \<staikos@kde.org\><br>
30 Allan Sandfeld Jensen \<kde@carewolf.com\><br>
31 Germain Garand \<germain@ebooksfrance.org\><br>
32 Maksim Orlovich \<maksim@kde.org\><br>
33 KHTML has also heavily benefited from the work of Apple Computer, Inc.
35 Allan Sandfeld Jensen <br>
43 // DOXYGEN_REFERENCES = kdecore kdeui kio kparts kjs
44 // DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test
45 // DOXYGEN_SET_PROJECT_NAME = KHTML
46 // vim:ts=4:sw=4:expandtab:filetype=doxygen