File: pyuic4.1

package info (click to toggle)
python-qt4 4.11.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 40,148 kB
  • ctags: 6,150
  • sloc: python: 125,936; cpp: 12,628; xml: 292; makefile: 259; php: 27; sh: 2
file content (37 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (5)
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
.\"
.\" Created by Torsten Marek <shlomme@debian.org>

.TH PYUIC4 1 "2007/07/31" "pyuic 4.3"
.SH NAME
pyuic4 \- compile Qt4 user interfaces to Python code
.SH SYNOPSIS
.B pyuic4
[\fIOPTION\fR]... \fIFILE\fR
.SH DESCRIPTION
.B pyuic4
takes a Qt4 user interface description file and compiles it to Python code. It can also show a preview of the user interface.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Show a summary of the options.
.TP
.B \-\-version
Display the version number of pyuic4 of the version of Qt which PyQt4 was generated for.
.TP
\fB\-p\fR, \fB\-\-preview\fR
Show a preview of the UI instead of generating Python code.
.TP
\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
Write the generated Python code to \fIFILE\fR instead of stdout.
.TP
\fB\-d\fR, \fB\-\-debug\fR
Show detailed debugging information about the UI generation process.
.TP
\fB\-x\fR, \fB\-\-execute\fR
Generate extra code to test and display the class when executed as a script.
.TP
\fB\-i\fR, \fB\-\-indent\fR=\fINUM\fR
Set the indentation width to \fINUM\fR spaces. A TAB character will be used if \fINUM\fR is 0 (default: 4).
.SH AUTHOR
This manual page was written for Debian GNU/Linux by Torsten Marek <shlomme@debian.org>, but may freely be used by others.