Originally Posted by aamer4yu You shouldnt be calling mainWin.show() since it will show after timer times out. Still you can have the following sequence too - Qt Code: Switch view mainWin.show();splash.show();QTimer::singleShot(2500, splash, SLOT(close())); mainWin.show(); splash.show(); 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
mainWin.show();splash.show();QTimer::singleShot(2500, splash, SLOT(close()));
mainWin.show(); splash.show(); QTimer::singleShot(2500, splash, SLOT(close()));
View Tag Cloud
Forum Rules
Bookmarks