[Qt-interest] QPlugin Loader
Konstantin Tokarev
annulen at yandex.ru
Thu Oct 20 14:10:55 CEST 2011
19.10.2011, 14:13, "Kamatchi Lakshmanan -ERS, HCL Tech" <kamatchi-l at hcl.com>:
> Hi All,
>
> How to get the class names and the method names from Library libtest.so
> through QPluginLoader.
You cannot do it. You should use QPluginLoader with Qt-style plugins, which will return you
instance of plugin's root object.
http://doc.qt.nokia.com/latest/plugins-howto.html#the-lower-level-api-extending-qt-applications
--
Regards,
Konstantin
More information about the Qt-interest-old
mailing list