pyrcc5 - compile Qt resource files for PyQt5 applications
Contents
Description
pyrcc5 takes a Qt Resource File (.qrc) and converts it into a Python module which can be imported into a
PyQt5 application. All files loaded by Qt that are prefixed with a colon will be loaded from the
resources rather than the file system.
Name
pyrcc5 - compile Qt resource files for PyQt5 applications
Options
-help Show a summary of the options.
-version
Display the version number and exit.
-oFILE
Write the generated output to FILE instead of stdout.
-thresholdLEVEL
Set the threshold above which files should be compressed.
-compressLEVEL
Set the compression level for all input files.
-rootPATH
Search all resource referenced in a .qrc file under PATH.
-no-compress
Do not compress the resource files at all.
Synopsis
pyrcc5 [OPTION]... FILES
