Hello I am developing a new project and and it is the first for me with qt. I made a second form (ui) .I added some buttons and a qwebview then i added to a button of the mainwindow form a call to show the second form(browser.h) ...

Qt Code:
  1. browser bowser1;
  2. browser1.show();
To copy to clipboard, switch view to plain text mode 

Button works normal and call the new form (browser.h)...But and this is the problem that the form which is called is empty! just a blank page without the widgets i added on ! :/