Warning, /libraries/kwebkitpart/README is written in an unsupported language. File is not indexed.
0001 KWebKitPart 0002 =========== 0003 0004 KWebKitPart is a KDE component (KPart) wrapper for QtWebKit. It is intended to 0005 allow KPart based KDE applications such as Konqueror to use it in place of other 0006 browser engine, such as KHTML, to browse the web in Konqueror. 0007 0008 Known limitations and unimplemented features are listed in the following 0009 documents: 0010 0011 * https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/kdewebkit/ISSUES 0012 * https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/revisions/master/entry/TODO 0013 0014 Please report any issues to: https://bugs.kde.org 0015 IMPORTANT NOTE: Do not select "konqueror" as product, but "kwebkitpart"! 0016 0017 There is also a public mailing list available for support: 0018 0019 webkit-devel @ kde.org 0020 0021 How to use KWebKitPart in Konqueror 0022 =================================== 0023 0024 You can switch between the different rendering engines: 0025 View -> View Mode -> {KHTML, WebKit} (website needs to be open) 0026 If WebKit does not show up in Konqueror, run 'kbuildsycoca4' and 0027 restart Konqueror. Note that this change does not persist. If you 0028 press the reload button or open a new website, it will fall back 0029 to the default rendering engine. 0030 0031 If you want to set KWebKitPart as default for any website, run: 0032 'keditfiletype text/html' 0033 and move "WebKit (kwebkitpart)" in the "Embedding" tab to the top. 0034 0035 In KDE 4.6 and higher you can choose the default rendering engine 0036 in Konqueror's configuration dialog under the "General" section. 0037 0038 For more information about this project please see also: 0039 http://techbase.kde.org/Projects/WebKit 0040