logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pyrcc5 - compile Qt resource files for PyQt5 applications

Author

       This  manual  page was written for Debian GNU/Linux by Torsten Marek <shlomme@debian.org>, but may freely
       be used by others.

pyrcc 5.0                                          2013/06/29                                          PYRCC5(1)

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

See Also