Quote Originally Posted by aamer4yu View Post
You shouldnt be calling mainWin.show() since it will show after timer times out.

Still you can have the following sequence too -
Qt Code:
  1. mainWin.show();
  2. splash.show();
  3. QTimer::singleShot(2500, splash, SLOT(close()));
To copy to clipboard, switch view to plain text mode 
Hope it works
Thanks. But I just want the splash to show up before the app