Files
picard/resources
Philipp Wolfer c3477bc326 PICARD-1669: Use "unplated" taskbar icon for MSIX package
This will Windows use the unmodified Picard icon in the taskbar instead of automatically adding a padding and background. This does not affect the appearance of the start menu tiles.

See https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets
2019-11-19 07:44:52 +01:00
..

Updating Resources

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

Picard utilizes the PyQt5 Resource System for using these resources in application. For more information about the PyQt5 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.

    $ python3 makeqrc.py

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

    $ python3 compile.py