Hello,

I have multiple QWidgets and want to share each widget with each other for sharing each other data.

I have created multiple widgets and there are other ways to share widget data by sharing pointer with each other, but is there an elegant solution where I can create a simple container to add all the widgets in it and make this container shareable to each other without passing to each other.

Please share your suggestions.

Thanks