Man page - pytquic(1)

Packages contas this manual

Manual

pytquic(1) General Commands Manual pytquic(1)

pytquic - TQt user interface compiler for Python

pytquic [options] <uifile>

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

Write output to file rather than to stdout.
Set the Python indent in spaces (0 to use a tab)
Use func(...) rather than tr(...) for i18n.
Generate extra code to test the class
Generate extra code to test but not display the class
Display version of pytquic
Display this information

tquic(1)

http://www.trolltech.com/

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

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

25 June 2001