Promoted Widgets in Qt Designer [migrated]

I am using Qt Designer to create a ui and in it I have created a widget that is promoted to another widget by defining a class name and ‘header’ file in Qt Designer. I need to reload that widget from a separate class, providing new attributes to it. I’m rather lost in knowing where to begin.

I can provide some code but if somebody can point me to an article or something first…