Re: [Interest] Design of 'pluginable' application

2014-05-27 Thread Christoph Kurz
Usually things like that are done using the "EventBus"-Pattern. I don't know the Qt-Plugin-System, so I'm not sure if it is applicable for you... It usually works like this: - You have an "EventBus"-object in your application (not in the plugins!) which is a singleton, so only one instance is crea

Re: [Interest] Design of 'pluginable' application

2014-05-27 Thread Graham Labdon
Hi Thanks for your reply I will need the flexibility that any plugin can talk to any other which is why I suggested the approach, but I cannot see an alternative. I will look into QCreator Thanks -Original Message- From: Koehne Kai [mailto:kai.koe...@digia.com] Sent: 27 May 2014 09:04

Re: [Interest] Design of 'pluginable' application

2014-05-27 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Graham Labdon > Sent: Tuesday, May 27, 2014 9:41 AM > To: Interest@qt-project.org > Subject: [Interest] Design of 'pluginable' a