Man page - pytquic(1)
Packages contains this manual
Manual
pytquic
NAMESYNOPSIS
DESCRIPTION
GENERAL OPTIONS
SEE ALSO
AUTHOR
NAME
pytquic - TQt user interface compiler for Python
SYNOPSIS
pytquic [options] <uifile>
DESCRIPTION
This page documents the Python User Interface Compiler for the TQt GUI application framework. The pytquic reads a user interface definition file (.ui) in XML as generated by TQt Designer and creates corresponding Python module.
Generate implementation:
|
pytquic [options] <uifile> |
Generate image collection:
|
pytquic [options] -embed <project> <image1> <image2> <image3> ... |
<project>
: project
name
<image[1..n]>
: image files
Generate subclass implementation:
|
pytquic [options] -subimpl <classname> <uifile> |
<classname> : name of the subclass to generate
GENERAL OPTIONS
-o file
Write output to file rather than to stdout.
-p indent
Set the Python indent in spaces (0 to use a tab)
-tr func
Use func(...) rather than tr(...) for i18n.
|
-x |
Generate extra code to test the class |
|||
|
-test |
Generate extra code to test but not display the class |
-version
Display version of pytquic
|
-help |
Display this information |
SEE ALSO
tquic (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