Hi,
I want to use a tab widget in my GUI. This tab widget needs to have a certain grid layout and I want to duplicate three tabs to look the same (but connect to different members of a data structure).

I understand that I need to make a custom widget. My question is whether there is a way to use the QT designer to design this custom tab widget?

If I can use the designer how do I combine the .ui file with my .ui file of the general GUI?

Thank you.