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. How to modify the resource files in rcc file?

How to modify the resource files in rcc file?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 661 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.
  • tovaxT Offline
    tovaxT Offline
    tovax
    wrote on last edited by
    #1

    Hi,
    I have a rcc file compiled by:

    rcc.exe --binary my.qrc -o my.rcc
    

    "my.rcc" contains some images and a qss file, I want to modify a image and the qss file.
    If other files (my.qrc and all the resource files) have been lost, how can I modify the RCC file, please?
    Is there a tool to decompile RCC files?
    Best Regards!

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      No tool exist. You can only read & re-create the the files. Then do the build rcc file again.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      tovaxT 1 Reply Last reply
      5
      • dheerendraD dheerendra

        No tool exist. You can only read & re-create the the files. Then do the build rcc file again.

        tovaxT Offline
        tovaxT Offline
        tovax
        wrote on last edited by
        #3

        @dheerendra
        Hi, Thank you very much! Your reply is very useful to me.

        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