Man page - pqtapi(1)

Packages contains this manual

Manual

PERLQT

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR

NAME

pqtapi - PerlTQt introspection tool

SYNOPSIS

pqtapi [ -r <re> ] [ <class> ]

DESCRIPTION

This manual page documents briefly the pqtapi command.

pqtapi is a PerlTQt Introspection tool.

For example: $ pqtapi -ir โ€™setpoint.* intโ€™
void QCanvasLine::setPoints(int, int, int, int)
void QPointArray::setPoint(uint, int, int)

For more information, please see the documentation on the PerlTQt website http://perlqt.sourceforge.net/

OPTIONS

A summary of options is included below.
-r <re>

Find all functions matching a regular expression/keyword <re>.

-i

Together with -r, perform a case-insensitive search.

-v

Display version information.

-h

Display usage information.

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).