File: puic.1

package info (click to toggle)
libqt-perl 3.008-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,212 kB
  • ctags: 1,365
  • sloc: perl: 16,458; sh: 9,686; cpp: 6,711; makefile: 78
file content (65 lines) | stat: -rw-r--r-- 1,476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.TH PERLQT 1 "July 31, 2002"
.SH NAME
puic \- Perl-QT User Interface Compiler
.SH SYNOPSIS
.B puic
.RI " [ " options " ] [ " mode " ] " <uifile.ui> " 


Generate implementation:

.B puic
.RI " [ " options " ] " <input.ui> " 


Generate image collection:

.B puic
.RI " [ " options " ] " -embed " " <project> " " <image1> " " ... "


Generate subclass implementation:

.B puic
.RI " [ " options " ] " -subclass " " <classname> " " <uifile.ui> "

.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 <output filename>
Specify the name of the output file. If no output file is specified, stdout
will be used.
.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 information.
.TP
.B \-help
Display usage information.

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