From 10ee12b66a226f890b423ab711e17efd04bd2f70 Mon Sep 17 00:00:00 2001
From: Michele Calgaro
make install-
This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.
+This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.
The preferred install location for SMOKE and Puic is in the KDE3 file system.
If you don't have KDE3 installed, specify a location with configure's
--prefix option. e.g:
-
pqtapi is a commandline driven introspection tool.
+ptqtapi is a commandline driven introspection tool.
- usage: pqtapi [-r <re>] [<class>]+ usage: ptqtapi [-r <re>] [<class>]
options:
-r <re> : find all functions matching regular expression/keyword <re>
@@ -698,16 +698,16 @@ the TQt API:
-h : print this help message
e.g:
- $>pqtapi -ir 'setpoint.* int'
+ $>ptqtapi -ir 'setpoint.* int'
void TQCanvasLine::setPoints(int, int, int, int)
void TQPointArray::setPoint(uint, int, int)
-
pqtsh is a graphical shell that can be used to test the API interactively. +
ptqtsh is a graphical shell that can be used to test the API interactively.
It is fairly self explanatory and includes an interactive example (Help->Example)

+
