Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread Pau Garcia i Quiles
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

Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread eike.ziller
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

Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread eike.ziller
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

[Development] Let's discuss QPluginManager

2012-01-22 Thread d3fault
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

Re: [Development] Let's discuss QPluginManager

2012-01-20 Thread Artur Souza (MoRpHeUz)
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

Re: [Development] Let's discuss QPluginManager

2012-01-20 Thread jan-arve.saether
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

[Development] Let's discuss QPluginManager

2012-01-20 Thread Mathias Hasselmann
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