Man page - puic(1)
Packages contains this manual
Manual
PERLQT
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
NAME
puic - Perl-QT User Interface Compiler
SYNOPSIS
puic [ options ] [ mode ] <uifile.ui>
Generate implementation:
puic [ options ] <input.ui>
Generate image collection:
puic [ options ] -embed <project> <image1> ...
Generate subclass implementation:
puic [ options ] -subclass <classname> <uifile.ui>
DESCRIPTION
This manual page documents briefly the puic command.
puic 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 PerlTQt website http://perlqt.sourceforge.net/
OPTIONS
A summary of
options is included below.
-o <output filename>
Specify the name of the output file. If no output file is specified, stdout will be used.
-p <indent>
Set the indent in spaces (0 to use a tab)
|
-nofwd |
Omit imports of custom widgets |
-tr <func>
Use func(...) rather than trUtf8(...) for i18n
|
-x |
Generate extra code to test the class. |
-version
Display version information.
|
-help |
Display usage information. |
AUTHOR
This manual page was written by Peter Hawkins <peter@hawkins.emu.id.au>, for the Debian GNU/Linux system (but may be used by others).