@dheerendra said:
You need to get a instance to QObject and type cast to required interface.
From plugin? The QT automatically loads the plugin (qtdir/plugins/webkit/qwebkitplatformplugin.dll), do not know if it is used QPluginLoader, I noticed that if I add qdebug() << "test"; in dll it shows in the main console application, maybe I can use QApplication to share "data".