Hi,
I want to add resources dynamically to my resource file 'resources.qrc'.
Can anybody tell me how do I accomplish the above.
Thank you very much.
Regards,
Imran.
Hi,
I want to add resources dynamically to my resource file 'resources.qrc'.
Can anybody tell me how do I accomplish the above.
Thank you very much.
Regards,
Imran.
There is no way to add resources to .qrc file because it's converted into .cpp file and compiled into final app.
Dynamic resources should be implemented in other way then .qrc file compiled into executable.
I'm looking for way of doing that, though.
Imran, please read docs on Qt and Symbian before posting questions. There is an answer usually. And if you have to create a thread on the board please give it a meaningful name. This whole board is about Qt for Symbian.
For example, this thread should be named: "Howto: dynamic resources in Qt app on Symbian?"
What do you mean by adding dynamically adding resources to .qrc file?