summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/pytqt/debian/manpages/pytquic.1
blob: e456074a2b02e231cdb39f52a0f01c88bb4a1311 (plain)
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
66
67
68
69
70
71
72
73
74
.TH pytquic 1 "25 June 2001" \" -*- nroff -*-
.SH NAME
pytquic \- TQt user interface compiler for Python
.SH SYNOPSIS
.B pytquic
[options] <uifile>
.SH DESCRIPTION
This page documents the
.B Python User Interface Compiler
for the TQt GUI application framework. The
.B pytquic
reads a user interface definition file (.ui) in XML as generated by TQt
Designer and creates corresponding Python module.
.PP
.PP
Generate implementation:
.br
.I "\fB	pytquic [options] \fI<uifile>"
.br
.PP
Generate image collection:
.br
.I "\fB	pytquic [options] -embed \fI<project> <image1> <image2> <image3>\fP ..."
.br
        \fI<project>\fP:       project name
        \fI<image[1..n]>\fP:   image files
.br
.PP
Generate subclass implementation:
.br
.I "\fB	pytquic [options] -subimpl <classname> \fI<uifile>"
.br
        \fI<classname>\fP:      name of the subclass to generate
.PP

.SH GENERAL OPTIONS
.TP
.I "-o file"
Write output to
.I file
rather than to stdout.
.TP
.I "-p indent"
Set the Python
.I indent
in spaces (0 to use a tab)
.TP
.I "-tr func"
Use 
.I func(...) 
rather than tr(...) for i18n.
.TP
.I -x
Generate extra code to test the class
.TP
.I -test
Generate extra code to test but not display the class
.TP
.I -version
Display version of pytquic
.TP
.I -help
Display this information

.SH "SEE ALSO"
.BR tquic (1)

.BR http://www.trolltech.com/

.BR http://www.riverbankcomputing.co.uk/
.SH AUTHOR
This manual page was written by Ricardo J. Cárdenes Medina
for the Debian GNU/Linux System (but may be used by others), based
on Trolltech's <info@trolltech.com> manual page for uic