WebKit/qt/examples/platformplugin/README
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 Platform plugin example.
       
     2 
       
     3 This project will create a shared library named platformplugin in directory $$[QT_INSTALL_PLUGINS]/webkit
       
     4 that will provide combo boxes popups to QtWebKit.
       
     5 
       
     6 QtWebKit will look for the plugins automatically so there is no need to make any other configuration to
       
     7 put the plugin into use. To stop using the plugin just remove the directory $$[QT_INSTALL_PLUGINS]/webkit.
       
     8 
       
     9 This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
       
    10 compiled with NO_LISTBOX_RENDERING enabled.
       
    11