From 7ebccdd250eca00bdc061cce60eea5db37528608 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 03:11:56 -0600 Subject: Initial import of libtqt-perl packaging files for Debian and Ubuntu --- debian/squeeze/libraries/libtqt-perl/debian/puic.1 | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 debian/squeeze/libraries/libtqt-perl/debian/puic.1 (limited to 'debian/squeeze/libraries/libtqt-perl/debian/puic.1') diff --git a/debian/squeeze/libraries/libtqt-perl/debian/puic.1 b/debian/squeeze/libraries/libtqt-perl/debian/puic.1 new file mode 100644 index 000000000..b83219b02 --- /dev/null +++ b/debian/squeeze/libraries/libtqt-perl/debian/puic.1 @@ -0,0 +1,65 @@ +.TH PERLQT 1 "July 31, 2002" +.SH NAME +puic \- Perl-QT User Interface Compiler +.SH SYNOPSIS +.B puic +.RI " [ " options " ] [ " mode " ] " " + + +Generate implementation: + +.B puic +.RI " [ " options " ] " " + + +Generate image collection: + +.B puic +.RI " [ " options " ] " -embed " " " " " " ... " + + +Generate subclass implementation: + +.B puic +.RI " [ " options " ] " -subclass " " " " " + +.SH DESCRIPTION +This manual page documents briefly the +.B puic +command. +.PP +\fBpuic\fP is a program that generates a Perl package from a User Interface +file created with the Qt Designer package. This will generate the package +defined in the UI file and a basic main package for testing purposes. + +For more information, please see the documentation on the PerlQt website +http://perlqt.sourceforge.net/ + +.SH OPTIONS +A summary of options is included below. +.TP +.B \-o +Specify the name of the output file. If no output file is specified, stdout +will be used. +.TP +.B \-p +Set the indent in spaces (0 to use a tab) +.TP +.B \-nofwd +Omit imports of custom widgets +.TP +.B \-tr +Use func(...) rather than trUtf8(...) for i18n +.TP +.B \-x +Generate extra code to test the class. +.TP +.B \-version +Display version information. +.TP +.B \-help +Display usage information. + +.SH AUTHOR +This manual page was written by Peter Hawkins , +for the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.3