summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/README
blob: 47ef7973ad384151e29288fb650841a31a4f318c (plain)
1
2
3
4
5
6
7
8
9
10
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.