If I understand you correctly, you want to modify a file that is embedded in the executable by way of Qt resources. You cannot do that.
The way to solve this problem is to have the file outside of the resource system and in a writeable location on the file system (i.e. NOT the C:\Program Files\MyProg folder).
Bookmarks