man pyuic (Commandes) - Qt user interface compiler for Python

NAME

pyuic - Qt user interface compiler for Python

SYNOPSIS

pyuic [options] file

DESCRIPTION

This page documents the Python User Interface Compiler for the Qt GUI application framework. The pyuic reads a user interface definition file in XML as generated by the Qt Designer and creates corresponding Python module.

GENERAL OPTIONS

-o file
Write output to file rather than to stdout.
-tr func
Use func(...) rather than tr(...) for i18n.
-x
Generate extra code to test the class

SEE ALSO

uic(1)

http://www.trolltech.com/

http://www.riverbankcomputing.co.uk/

AUTHOR

This manual page was written by Ricardo J. Cárdenes Medina for the Debian GNU/Linux System (but may be used by others), based on Trolltech's <info@trolltech.com> manual page for uic