Scroll to navigation

PYUIC5(1) General Commands Manual PYUIC5(1)

NAME

pyuic5 - compile Qt5 user interfaces to Python code

SYNOPSIS

pyuic5 [OPTION]... FILE

DESCRIPTION

pyuic5 takes a Qt5 user interface description file and compiles it to Python code. It can also show a preview of the user interface.

OPTIONS

Show a summary of the options.
Display the pyuic and Qt version numbers and exit.
Show a preview of the UI instead of generating Python code.
Write the generated Python code to FILE instead of stdout.
Show detailed debugging information about the UI generation process.
Generate extra code to test and display the class when executed as a script.
Set the indentation width to NUM spaces. A TAB character will be used if NUM is 0 (default: 4).

CODE GENERATION OPTIONS

Generate imports of pyrcc5 generated modules in the style "from PACKAGE import ...".
The equivalent of "--import-from=.".
Append SUFFIX to the basename of resource files (default: _rc).

AUTHOR

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

2013/06/29 pyuic 5.0