I am just beginning to work on Qt, and if some one could please provide some sample code on how to show an image when an app starts, would be great help. Thank you.
I am just beginning to work on Qt, and if some one could please provide some sample code on how to show an image when an app starts, would be great help. Thank you.
Hi npanse,
I believe you are looking for the QSplashScreen class.
Cheers,
Jon
please check this wiki article on Qt on this link
http://wiki.forum.nokia.com/index.ph...h_Screen_in_Qt
hope it helps.
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
unfortunately QSplashscreen doesn't work .It is a known issue. Try using QTimer instead
Last edited by rajan.mba; 2010-12-15 at 08:11.
Website: http://nmamobiles.byethost2.com
Blog: http://nmamobiles.byethost2.com/blog
QSplashScreen does work on Symbian, there's just a couple of kinks you'll have to iron out first.
paintEvent is the best SplashScreen
Keep it simple, stupid (I think to myself)
borg - http://store.ovi.com/content/116105
you can try for QTimer
after this code write code to show your window..Code:QTimer::singleShot(2500, splash, SLOT(close()));
hope this helps you ..
Regards
Viral Parmar