Quote Originally Posted by caduel View Post
The singleton should work.
(What I meant was: you have one gui window that contains a growing number of widgets.) If your application had two such windows and two classC instances, then you would need one such connector object for each. A singleton would not work then.)

The number of TAB's (of my tab widget) is growing (for each instance of Class C). But all of this is in just one window. The properties of each TAB will be dynamically created, for example from a template.

After that the new TAB and its properties must be connected with the new Class C instance.

A Singleton or a seperate thread, which acts like a global-connector would handle all the connections between them. Going crazy.....