summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
commit4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch)
treec6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1
parent211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff)
downloadtde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz
tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1')
-rw-r--r--ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.174
1 files changed, 74 insertions, 0 deletions
diff --git a/ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1 b/ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1
new file mode 100644
index 000000000..f1ffa41ff
--- /dev/null
+++ b/ubuntu/raring/dependencies/python-tqt/debian/manpages/pyuic.1
@@ -0,0 +1,74 @@
+.TH pyuic 1 "25 June 2001" \" -*- nroff -*-
+.SH NAME
+pyuic \- Qt user interface compiler for Python
+.SH SYNOPSIS
+.B pyuic
+[options] <uifile>
+.SH DESCRIPTION
+This page documents the
+.B Python User Interface Compiler
+for the Qt GUI application framework. The
+.B pyuic
+reads a user interface definition file (.ui) in XML as generated by Qt
+Designer and creates corresponding Python module.
+.PP
+.PP
+Generate implementation:
+.br
+.I "\fB pyuic [options] \fI<uifile>"
+.br
+.PP
+Generate image collection:
+.br
+.I "\fB pyuic [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 pyuic [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 pyuic
+.TP
+.I -help
+Display this information
+
+.SH "SEE ALSO"
+.BR uic (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