I have this application that has five 'pages'.By pages i mean that i have five uniquely designed ui for each i.e i have the (year,league,reports,search engine),all have its own .h,.cpp and a .ui.

My project is called 'smith' and i have a .h,a .cpp and a .ui as you'ld expect.

I was wondering how i can open my search engine page from say my years page.

Qt Code:
  1. void years::on_actionSearch_triggered()
  2. {
  3. //Open the search engine page
  4. }
To copy to clipboard, switch view to plain text mode