Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Image file when distributing qt programs.

Image file when distributing qt programs.

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 148 Views
  • 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.
  • I Offline
    I Offline
    IknowQT
    wrote on last edited by
    #1

    For example, I added an image file to a resource, created an image button, and even distributed it after the build. If you look at the distribution file, you don't have an image file. Do you have an image file in dll form?

    JKSHJ 1 Reply Last reply
    0
    • I IknowQT

      For example, I added an image file to a resource, created an image button, and even distributed it after the build. If you look at the distribution file, you don't have an image file. Do you have an image file in dll form?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @IknowQT said in Image file when distributing qt programs.:

      I added an image file to a resource

      Then the image is embedded inside your built binary file (.exe or .dll) -- It is no longer a standalone image file.

      You can view embedded resources using tools like:

      • ResHack: http://angusj.com/resourcehacker/
      • PE Explorer: http://www.pe-explorer.com/

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      2

      • Login

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