On Fri, Jan 20, 2012 at 7:38 PM, Artur Souza (MoRpHeUz)
wrote:
> Another feature related to plugins that KDE implemented and I find it
> very useful and "elegant" is KPluginFactory:
> https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/kdecore/util/kpluginfactory.h
In
On 23 Jan 2012, at 10:58, ext eike.zil...@nokia.com wrote:
>
> On 20 Jan 2012, at 12:57, ext Mathias Hasselmann wrote:
>
>> Hi,
>>
>> Qt nicely supports extending applications and libraries via plugins,
>> still in my opinion one major building block is missing: Some reusable
>> object which i
On 20 Jan 2012, at 12:57, ext Mathias Hasselmann wrote:
> Hi,
>
> Qt nicely supports extending applications and libraries via plugins,
> still in my opinion one major building block is missing: Some reusable
> object which iterates the shared object files in relevant plugin folders
> and returns
Have you looked at the Qt Service Framework? It's new to 5.0. Doc:
http://doc.qt.nokia.com/5.0-snapshot/service-frameworks.html . Here is an
example app demonstrating it's usage:
http://doc.qt.nokia.com/5.0-snapshot/servicebrowser.html .
> *Hi,*
>
> *Qt nicely supports extending applications and
Hello Mathias,
On Fri, Jan 20, 2012 at 8:57 AM, Mathias Hasselmann
wrote:
> Qt nicely supports extending applications and libraries via plugins,
> still in my opinion one major building block is missing: Some reusable
> object which iterates the shared object files in relevant plugin folders
> an
ext Mathias Hasselmann wrote on 2012-01-20:
> Hi,
>
> Qt nicely supports extending applications and libraries via plugins,
> still in my opinion one major building block is missing: Some reusable
> object which iterates the shared object files in relevant plugin
> folders and returns all instance
Hi,
Qt nicely supports extending applications and libraries via plugins,
still in my opinion one major building block is missing: Some reusable
object which iterates the shared object files in relevant plugin folders
and returns all instances implementing a given set of interfaces. This
seems a pr