diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/maverick/libraries/libtqt-perl/debian/puic.1 | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/libraries/libtqt-perl/debian/puic.1')
-rw-r--r-- | ubuntu/maverick/libraries/libtqt-perl/debian/puic.1 | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/ubuntu/maverick/libraries/libtqt-perl/debian/puic.1 b/ubuntu/maverick/libraries/libtqt-perl/debian/puic.1 deleted file mode 100644 index 671bd97fd..000000000 --- a/ubuntu/maverick/libraries/libtqt-perl/debian/puic.1 +++ /dev/null @@ -1,65 +0,0 @@ -.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 PerlTQt 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). |