Quote Originally Posted by Kapil
This means that what i have to do is that create a slot, and then on the signal button click i will execute that slot which will load the required Form using the function addwidget().
You should add your page widgets to the stacked widget only once (eg. in some constructor or so). Then, according to button click signals, your custom slot should decide which widget in the stack to set as current.