From 10ee12b66a226f890b423ab711e17efd04bd2f70 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 18 Oct 2018 22:45:41 +0900 Subject: Moved to /usr folder instead of /opt/trinity. This relates to bug 266. Signed-off-by: Michele Calgaro --- doc/en/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/en/index.html') diff --git a/doc/en/index.html b/doc/en/index.html index e6cfde1..117e937 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -49,8 +49,8 @@
  • More development tools
  • Known Limitations
  • @@ -140,7 +140,7 @@ Then :

    make
      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:

    @@ -686,10 +686,10 @@ parent module, and your child will inherit those changes.

    the TQt API:

    -

    pqtapi

    -

    pqtapi is a commandline driven introspection tool.

    +

    ptqtapi

    +

    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

    -

    pqtsh is a graphical shell that can be used to test the API interactively. +

    ptqtsh

    +

    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)


    -

    +


    Known Limitations

    @@ -846,7 +846,7 @@ If a given operator is overloaded in a TQt class (which means using it triggers it will behave identically in PerlTQt. Beware though that due to limitations of the Smoke binding library, not all overloaded operators are available in PerlTQt. -You can check the availability of a given operator by using the pqtapi program. +You can check the availability of a given operator by using the ptqtapi program. Also, due to outstanding differences between C++'s and Perl's object paradigm, the copy constructor operator (a.k.a '=') has been disabled. -- cgit v1.2.3