Home | History | Annotate | only in /external/webkit/Source/WebKit/qt/examples/platformplugin
Up to higher level directory
NameDateSize
platformplugin.pro20-Sep-2013802
qwebkitplatformplugin.h20-Sep-20134K
README20-Sep-2013684
WebNotificationPresenter.cpp20-Sep-20132.2K
WebNotificationPresenter.h20-Sep-20131.9K
WebPlugin.cpp20-Sep-20138.4K
WebPlugin.h20-Sep-20133.4K

README

      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 A copy of qwebkitplatformplugin.h is provided with the example, as platform plugins should not depend
     10 on the precense of QtWebKit to build.
     11 
     12 This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
     13 compiled with NO_LISTBOX_RENDERING enabled.
     14 
     15