Results 1 to 6 of 6

Thread: Application icon - Qt S60

  1. #1
    Join Date
    Aug 2009
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Application icon - Qt S60

    I am developing an application on S60 (3rd fp1) device. I have a path to icon in my .pro file, but it seems to work on emulator, but not on device. Is something i forgot ? Here's part of my .pro file.

    Qt Code:
    1. symbian {
    2. HEADERS += sym_iap_util.h
    3. LIBS += -lesock \
    4. -lconnmon
    5. TARGET.CAPABILITY = NetworkServices
    6. [B]ICON = ./logo.svg[/B]
    7. TARGET.UID3 = 0xEDE4345C
    8. }
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Application icon - Qt S60

    Have you tried restarting your device? I think symbian has some kind of icon cache that is only flushed on restarting the device.
    It's nice to be important but it's more important to be nice.

  3. #3
    Join Date
    Apr 2007
    Location
    Czech republic
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Application icon - Qt S60

    try to use some already created and used icon.

    i have created my application and i have had the same problem.. there was no icon.

    in my case was problem caused by sgv format.. it SHOULD be in SVG Tiny format!


    try to use attached icon.svg (zipped)

    honza
    Attached Files Attached Files

  4. #4
    Join Date
    Oct 2010
    Location
    India
    Posts
    12
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Question Still got a problem.

    I have tried the above icon and also modified the pro file but when running the application in emulator the icon is not visible.. awaiting some advice.. thank you..

  5. #5
    Join Date
    Jan 2006
    Posts
    73
    Thanks
    16
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Still got a problem.

    Hi,

    Out of curiosity, what are those [B] [\B] in your .pro file?

    I can confirm that and entry like
    ICON = path_to_tiny.svg
    in the symbian scope of the .pro file
    does work if the file is a real svgt.
    for Symbian^3 with a Nokia N8 device

  6. #6
    Join Date
    May 2009
    Location
    Brazil
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Still got a problem.

    Hi there,

    In my case, I just converted the icon to ".svg" (not tiny, just svg) and put that on the .pro file. worked just fine!!!!

Similar Threads

  1. setting main application icon on windows
    By JeanC in forum Qt Programming
    Replies: 7
    Last Post: 12th June 2017, 05:35
  2. Application icon and big dlls
    By kei in forum Qt Programming
    Replies: 2
    Last Post: 15th June 2009, 18:38
  3. compile icon into application
    By BlackFoXX in forum Qt Programming
    Replies: 4
    Last Post: 1st May 2009, 21:41
  4. Problem with application version and icon
    By cutie.monkey in forum Qt Programming
    Replies: 3
    Last Post: 18th December 2008, 01:22
  5. Mac application and the Dock Icon
    By sekelsenmat in forum Qt Programming
    Replies: 3
    Last Post: 26th September 2007, 10:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.