How to extract a resource from qrc (Solved)
Hi,
I need extract 1 file on first run of my desktop application. My resource is in a qrc.
How do it?
Thanks.
3 replies
Resources are completely transparent to the application and they might be treated as regular files, for example for copying (see previous post). The only restriction is that they are read-only, both the files itself (you cannot modify them) and the directory strucuture they are contained in (you cannot add or remove files to or from a resource collection).
You must log in to post a reply. Not a member yet? Register here!

