Hi!

I'd like to add signals to qt container informing about changes in a container.
For example signal itemAdded should be emitted when new element is added and signal itemRemoved should be emitted when an element is removed from the container.

What's the right way of doing this?