.\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .TH "PUIC" "1" "August 21, 2003" "Lutz Badenheuer " "" .SH "NAME" puic \- perl user interface compiler .SH "SYNOPSIS" .B puic [options] [mode] .SH "DESCRIPTION" This manual page documents briefly the .B puic command. .PP \fBpuic\fP is a program you can use to compile .ui and .ui.h files (from TQt Designer) into perl (actually, PerlTQt) code. This enables you to draw your application using TQt Designer, compile and then run it. PerlTQt is an API for Perl to the TQt toolkit from Trolltech. With PerlTQt, you can use TQt widgets in perl code, thus giving a GUI to your perl programs. .SH "OPTIONS" \fBGenerate implementation:\fR puic [options] \fBGenerate image collection:\fR puic [options] \-embed ... project name image files \fBGenerate subclass implementation:\fR puic [options] \-subimpl name of the subclass to generate .TP .B Options: .TP .B \-o file Write output to file rather than stdout .TP .B \-p indent Set the indent in spaces (0 to use a tab) .TP .B \-nofwd Omit imports of custom widgets .TP .B \-tr func Use func(...) rather than trUtf8(...) for i18n .TP .B \-x Generate extra code to test the class .TP .B \-version Display version of puic .TP .B \-help Show summary of options .SH "SEE ALSO" http://perlqt.sourceforge.net/ .SH "AUTHOR" This manual page was written by Lutz Badenheuer , for the Debian project (but may be used by others).