From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/Mainpage.dox | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 khtml/Mainpage.dox (limited to 'khtml/Mainpage.dox') diff --git a/khtml/Mainpage.dox b/khtml/Mainpage.dox new file mode 100644 index 000000000..9dc968d02 --- /dev/null +++ b/khtml/Mainpage.dox @@ -0,0 +1,46 @@ +/** @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 -- cgit v1.2.1