fix logic
[personal-kdelibs.git] / khtml / Mainpage.dox
blob9dc968d02d21d5769d8aca9bc971d7bd3adf7484
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.
6 @code
7 KUrl url = "http://www.kde.org";
8 KHTMLPart *w = new KHTMLPart();
9 w->openUrl(url);
10 w->view()->resize(500, 400);
11 w->show();
12 @endcode
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.
20 @authors
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.
34 @maintainers
35 Allan Sandfeld Jensen <br>
36 Germain Garand<br>
37 Maksim Orlovich
39 @licenses
40 @lgpl
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