Results 1 to 9 of 9

Thread: Set QApplication icon without using the rc/qrc file ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Set QApplication icon without using the rc/qrc file ?

    Quote Originally Posted by Nyphel View Post
    What I need is setting the icon for the executable.
    This is the reason why I told about the rc and qrc files
    Ok, in this case there is no other way around than using platform dependent solutions described in.. you already know where. Qt's resource files (.qrc) won't help you with this. You will have to use a Windows resource file (.rc) on Windows and/or other mechanisms appropriate to the platform in question.
    J-P Nurmi

  2. #2
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Set QApplication icon without using the rc/qrc file ?

    Thanks jpn .
    I wasn't sure of it, cause Qt is made in order not to be plateform dependant, so I expected there was an other solution .

Similar Threads

  1. QApplication: no such file or directory
    By jochen_r in forum Newbie
    Replies: 13
    Last Post: 15th November 2008, 21:46
  2. QMessageBox Icon Issue and How to add a dir to Qt Resources File
    By vishal.chauhan in forum Qt Programming
    Replies: 19
    Last Post: 25th March 2007, 00:13
  3. Sending Binary File with QFTP
    By nbkhwjm in forum Newbie
    Replies: 2
    Last Post: 7th March 2007, 18:10
  4. set Icon to .app file
    By vishal.chauhan in forum Qt Programming
    Replies: 2
    Last Post: 10th January 2007, 21:13
  5. Associating icon with a file type
    By munna in forum Qt Programming
    Replies: 3
    Last Post: 6th June 2006, 16:57

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
  •  
Qt is a trademark of The Qt Company.