summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/examples/platformplugin/README')
-rw-r--r--WebKit/qt/examples/platformplugin/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/qt/examples/platformplugin/README b/WebKit/qt/examples/platformplugin/README
new file mode 100644
index 0000000..47ef797
--- /dev/null
+++ b/WebKit/qt/examples/platformplugin/README
@@ -0,0 +1,11 @@
+Platform plugin example.
+
+This project will create a shared library named platformplugin in directory $$[QT_INSTALL_PLUGINS]/webkit
+that will provide combo boxes popups to QtWebKit.
+
+QtWebKit will look for the plugins automatically so there is no need to make any other configuration to
+put the plugin into use. To stop using the plugin just remove the directory $$[QT_INSTALL_PLUGINS]/webkit.
+
+This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
+compiled with NO_LISTBOX_RENDERING enabled.
+