[Qt-interest] Dynamically adding resources( Images) to resources.qrc
Andreas Pakulat
apaku at gmx.de
Thu Feb 4 09:36:28 CET 2010
On 04.02.10 10:00:56, Mohammed Imran B wrote:
> I want to add resources dynamically to my resource file 'resources.qrc'.
>
> Can anybody tell me how do I accomplish the above.
You mean during the runtime of your application? Thats not possible,
those resources are compiled into the application executable, they're
pure static data and can't be changed or appended to. You'll have to
write your extra resource files out to disk.
Andreas
--
You will be the victim of a bizarre joke.
More information about the Qt-interest-old
mailing list