Hello everyone,

i design all my pages in different files .UI ...

- page1.ui
- page2.ui
- page3.ui


i made a button (actually3) on my page1.ui

what i want its to press the button 2 to go page2.ui and button 3 go to page3.ui

and i can't find the way to make this work..

i have this starting script for the button :

void MainWindow:n_pushButton_clicked()
{

}


and i have no idea what to write next to call my page2.ui ?!!

im really new at Qt and its really complicated to get use to this platforme seriously - -"

thank you for your help

Max