Hi All,
I want to know why QPluginLoader is used.
For what purpose we use QPluginLoader.
QLibrary is mainly used to resolve symbols. But i dono y QPluginLoader mainly used for.
instance() method in QPluginLoader returns QObject Pointer.
Can we get the methods present inside library file using this QObject pointer.

I need some idea.

Thanks in Advance
Kamatchi