Hi all,

I'm building a UI with a tab widget that has (obviously) several tabs. On the top tab, I have some widget objects that I would also like to show on the other tabs. Now whenever I copy a widget from one tab and copying it on the other, Qt Designer generates a new object(name) for it. However, I want the exact same instance to appear on all tabs. I guess there is an easy answer to this, as it seems to be a fundamental question.
How do you do this?

Thanks!