Forgive me if this question is silly but I want to know
if there is a way to change the content of a menu bar in different page on a stacked widget directly in qt designer.
For example I want the menu of the menu bar for page 1 of the stacked widget to be menu, inbox, multimedia, exit. For the second page I want the menu bar to contain the following menu; Text, outbox, contact, back. The reason is because
I want different menu controls for different pages of the QstackeWidget. Is this possible from the qt designer ui or I'll have to ultimately do it programatically?