Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User npanse's Avatar
    Join Date
    Dec 2010
    Posts
    28
    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.

  2. #2
    Registered User Jon Heron's Avatar
    Join Date
    Feb 2010
    Posts
    210
    Hi npanse,
    I believe you are looking for the QSplashScreen class.
    Cheers,
    Jon

  3. #3
    Nokia Developer Champion chintandave_er's Avatar
    Join Date
    Aug 2008
    Location
    Vadodara, India.
    Posts
    787
    Quote Originally Posted by npanse View Post
    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.
    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.

  4. #4
    Regular Contributor rajan.mba's Avatar
    Join Date
    Feb 2009
    Location
    ASIA PACIFIC
    Posts
    108
    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

  5. #5
    Regular Contributor treinio's Avatar
    Join Date
    Oct 2008
    Location
    Oslo, Norway
    Posts
    329
    Quote Originally Posted by rajan.mba View Post
    unfortunately QSplashscreen doesn't work .It is a known issue. Try using QTimer instead
    QSplashScreen does work on Symbian, there's just a couple of kinks you'll have to iron out first.

  6. #6
    Registered User lucarocchi's Avatar
    Join Date
    May 2009
    Location
    Rome
    Posts
    253
    paintEvent is the best SplashScreen
    Keep it simple, stupid (I think to myself)
    borg - http://store.ovi.com/content/116105

  7. #7
    Regular Contributor mind_freak's Avatar
    Join Date
    Jan 2009
    Location
    ભારત->ગુજરાત->ભાવનગર
    Posts
    273
    you can try for QTimer

    Code:
    QTimer::singleShot(2500, splash, SLOT(close()));
    after this code write code to show your window..

    hope this helps you ..
    Regards
    Viral Parmar

  8. #8
    Registered User npanse's Avatar
    Join Date
    Dec 2010
    Posts
    28
    thank you all for the help!

Similar Threads

  1. console app doesn't start at auto start
    By somnathbanik in forum Symbian C++
    Replies: 15
    Last Post: 2010-12-06, 15:05
  2. How to show connection dialog without show View in GUI app (main app)
    By hariyanto_toto in forum Symbian User Interface
    Replies: 1
    Last Post: 2010-12-06, 06:58
  3. HOW to upload image or show image in my thread in nokia communtiy???
    By yanjun1 in forum Feedback - Nokia Developer Services
    Replies: 6
    Last Post: 2009-04-15, 16:33
  4. how can i show an image on main screen of app
    By 1symbian1 in forum Symbian C++
    Replies: 13
    Last Post: 2008-11-28, 13:32
  5. How to show loading screen before game start??
    By icq98hk in forum Mobile Java General
    Replies: 2
    Last Post: 2003-07-08, 09:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved