From c82c7f6535eb726612aaa39b1c65f345ef47aef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Jan 2023 00:31:55 +0100 Subject: DEB pytqt: Update after rename libraries from qt* to tqt*. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../dependencies/pytqt/debian/manpages/pytquic.1 | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 ubuntu/_base/dependencies/pytqt/debian/manpages/pytquic.1 (limited to 'ubuntu/_base/dependencies/pytqt/debian/manpages/pytquic.1') diff --git a/ubuntu/_base/dependencies/pytqt/debian/manpages/pytquic.1 b/ubuntu/_base/dependencies/pytqt/debian/manpages/pytquic.1 new file mode 100644 index 000000000..e456074a2 --- /dev/null +++ b/ubuntu/_base/dependencies/pytqt/debian/manpages/pytquic.1 @@ -0,0 +1,74 @@ +.TH pytquic 1 "25 June 2001" \" -*- nroff -*- +.SH NAME +pytquic \- TQt user interface compiler for Python +.SH SYNOPSIS +.B pytquic +[options] +.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" +.br +.PP +Generate image collection: +.br +.I "\fB pytquic [options] -embed \fI \fP ..." +.br + \fI\fP: project name + \fI\fP: image files +.br +.PP +Generate subclass implementation: +.br +.I "\fB pytquic [options] -subimpl \fI" +.br + \fI\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 manual page for uic -- cgit v1.2.3