You use a QStackedWidget as part of your top level UI. Then you put the different page UIs into it.
Then you connect the combobox's currentIndexChanged signal to the stackwidget's setCurrentIndex slot.

Cheers,
_