Files
picard/resources
Michael Wiencek 31555edd3a Merge pull request #475 from rahul-raturi/embed_search
Searching tracks and displaying similar tracks in a dialog box.
2016-08-14 21:52:30 -05:00
..
2016-07-31 09:23:38 +03:00
2016-08-06 23:16:33 +05:30
2016-04-12 23:29:31 +05:30

Updating Resources

This directory contains all external resources, like icons, used by Picard.

Picard utilizes PyQt4 Resource System for using these resources in application. For more information about PyQt4 Resource System see this documentation.

For adding a new image into existing resources, follow these steps:

  1. Add image file (like .png) into resources/images/ and source file (like .svg) into resources/img-src.

  2. Generate new .qrc file. This would automatically detect any changes in directory.

    $ python2 makeqrc.py

  3. Create binary of all resources which will be used by Picard.

    $ python2 compile.py