Results 1 to 4 of 4

Thread: Edit resource file of compiled executable

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2016
    Posts
    9
    Thanks
    2
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Edit resource file of compiled executable

    I want to change the resource file(It contains an textfile with some settings) of an qt linux c++ application with another application.
    I know this is possible in c# and delphi because I did it there before. But is this possible in qt c++? And does someone has an example for me?

    This is what the resource file contains:
    Qt Code:
    1. <RCC>
    2. <qresource prefix="/">
    3. <file>settings.txt</file>
    4. </qresource>
    5. </RCC>
    To copy to clipboard, switch view to plain text mode 
    Last edited by jwz104; 10th August 2016 at 14:25.

Similar Threads

  1. How can I edit resource file?
    By neda in forum Qt Programming
    Replies: 1
    Last Post: 12th April 2016, 06:54
  2. Replies: 2
    Last Post: 18th March 2016, 11:51
  3. How to edit internal data in a executable
    By Momergil in forum Newbie
    Replies: 4
    Last Post: 20th October 2011, 09:46
  4. Failed to Launch qt 4.4.0 compiled executable in Debug mode
    By nikhilqt in forum Installation and Deployment
    Replies: 2
    Last Post: 25th July 2008, 13:45
  5. Replies: 5
    Last Post: 4th December 2007, 18:24

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.