.TH pytquic 1 "25 June 2001" \" -*- nroff -*- .SH NAME pytquic \- TQt user interface compiler for Python .SH SYNOPSIS .B pytquic [options] .SH DESCRIPTION This page documents the .B Python User Interface Compiler for the TQt GUI application framework. The .B pytquic reads a user interface definition file (.ui) in XML as generated by TQt Designer and creates corresponding Python module. .PP .PP Generate implementation: .br .I "\fB pytquic [options] \fI" .br .PP Generate image collection: .br .I "\fB pytquic [options] -embed \fI \fP ..." .br \fI\fP: project name \fI\fP: image files .br .PP Generate subclass implementation: .br .I "\fB pytquic [options] -subimpl \fI" .br \fI\fP: name of the subclass to generate .PP .SH GENERAL OPTIONS .TP .I "-o file" Write output to .I file rather than to stdout. .TP .I "-p indent" Set the Python .I indent in spaces (0 to use a tab) .TP .I "-tr func" Use .I func(...) rather than tr(...) for i18n. .TP .I -x Generate extra code to test the class .TP .I -test Generate extra code to test but not display the class .TP .I -version Display version of pytquic .TP .I -help Display this information .SH "SEE ALSO" .BR tquic (1) .BR http://www.trolltech.com/ .BR http://www.riverbankcomputing.co.uk/ .SH 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 manual page for uic