Man page - puic(1)

Packages contas this manual

Manual

PERLQT(1) General Commands Manual PERLQT(1)

puic - Perl-QT User Interface Compiler

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>

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/

A summary of options is included below.

Specify the name of the output file. If no output file is specified, stdout will be used.
Set the indent in spaces (0 to use a tab)
Omit imports of custom widgets
Use func(...) rather than trUtf8(...) for i18n
Generate extra code to test the class.
Display version information.
Display usage information.

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).

July 31, 2002