Hi,
i have two window. First window is mainwindow and Second window is suppose form1.

Now,
Qt Code:
  1. if(condition)
  2. {
  3. display form1;
  4. }
To copy to clipboard, switch view to plain text mode 

i can display form1 but at the same time mainwindow also displayed. But i need only form1.

Is there any way how to hide mainwindow at program startup.

maybe someone posted this question before but i failed to get ans.

advance thnx.