Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [Solved] Application icon
Forum Updated to NodeBB v4.3 + New Features

[Solved] Application icon

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 954 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Harrix
    wrote on last edited by
    #1

    I write this code:

    myapp.rc
    @IDI_ICON1 ICON DISCARDABLE "myappico.ico"@

    .pro
    @win32:RC_FILE = myapp.rc@

    Аnd the icon will be. But the icon is always 32x32 pixels. But the file contains view of 128x128 pixels are and other. What to do?

    Solution:
    The problem was not Qt. The problem was the icon. I used the following icon. You can customize it if your icon is also not displayed correctly.
    www.harrix.org/harrix.ico

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved