PDA

View Full Version : automatic generation of .qrc file



Lele
4th October 2006, 17:45
Hi all,
I used different images for my application and now I'd like to include them using the Qt Resource system, I'd like to know if there's a tool for generating the qrc file in order to scan the resource directory and include all the resources. I'm using Visual Studio
thanks in advance

Bye

munna
4th October 2006, 18:39
I think you will manually have to add all the files to your .qrc file.

It should be simple to write code which will do this for you.

Brandybuck
4th October 2006, 19:20
You can also use the Designer resource editor to browse around for individual files.

fullmetalcoder
5th October 2006, 08:54
Warning : This is an ad....

If you used Edyuk (version 0.6.0-b available), you could simply open your qrc file, view and edit it through a decicated widget... It's really simple and, IMHO, worth a try! ;)