diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/en/PerlTQt.pod (renamed from doc/en/PerlQt.pod) | 18 | ||||
| -rw-r--r-- | doc/en/index.html | 22 | ||||
| -rw-r--r-- | doc/fr/PerlTQt.pod (renamed from doc/fr/PerlQt.pod) | 16 | ||||
| -rw-r--r-- | doc/fr/index.html | 20 | ||||
| -rw-r--r-- | doc/images/ptqtsh.png (renamed from doc/images/pqtsh.png) | bin | 37746 -> 37746 bytes |
5 files changed, 38 insertions, 38 deletions
diff --git a/doc/en/PerlQt.pod b/doc/en/PerlTQt.pod index 592fccc..b41f239 100644 --- a/doc/en/PerlQt.pod +++ b/doc/en/PerlTQt.pod @@ -81,7 +81,7 @@ Then : 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 C<configure>'s @@ -747,11 +747,11 @@ or PerlTQt comes bundled with two simple programs that can help you to find your way through the TQt API: -=head2 pqtapi +=head2 ptqtapi -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> @@ -761,18 +761,18 @@ pqtapi is a commandline driven introspection tool. e.g: - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int) -=head2 pqtsh +=head2 ptqtsh -B<pqtsh> is a graphical shell that can be used to test the API interactively. +B<ptqtsh> is a graphical shell that can be used to test the API interactively. It is fairly self explanatory and includes an interactive example (C<Help-E<gt>Example>) =for html <br/> -<div class='image'><img src="../images/pqtsh.png"/></div> +<div class='image'><img src="../images/ptqtsh.png"/></div> =head1 Known Limitations @@ -922,7 +922,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. 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 @@ <li><a href="#more_development_tools">More development tools</a></li> <ul> - <li><a href="#pqtapi">pqtapi</a></li> - <li><a href="#pqtsh">pqtsh</a></li> + <li><a href="#ptqtapi">ptqtapi</a></li> + <li><a href="#ptqtsh">ptqtsh</a></li> </ul> <li><a href="#known_limitations">Known Limitations</a></li> @@ -140,7 +140,7 @@ Then :</p> make</pre> <pre> make install</pre> -<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.</p> +<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.</p> <p>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 <code>configure</code>'s <code>--prefix</code> option. e.g:</p> @@ -686,10 +686,10 @@ parent module, and your child will inherit those changes.</p> the TQt API:</p> <p> </p> -<h2><a name="pqtapi">pqtapi</a></h2> -<p>pqtapi is a commandline driven introspection tool.</p> +<h2><a name="ptqtapi">ptqtapi</a></h2> +<p>ptqtapi is a commandline driven introspection tool.</p> <pre> - usage: pqtapi [-r <re>] [<class>]</pre> + usage: ptqtapi [-r <re>] [<class>]</pre> <pre> options: -r <re> : find all functions matching regular expression/keyword <re> @@ -698,16 +698,16 @@ the TQt API:</p> -h : print this help message</pre> <p>e.g:</p> <pre> - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int)</pre> <p> </p> -<h2><a name="pqtsh">pqtsh</a></h2> -<p><strong>pqtsh</strong> is a graphical shell that can be used to test the API interactively. +<h2><a name="ptqtsh">ptqtsh</a></h2> +<p><strong>ptqtsh</strong> is a graphical shell that can be used to test the API interactively. It is fairly self explanatory and includes an interactive example (<code>Help->Example</code>)</p> <br/> -<div class='image'><img src="../images/pqtsh.png"/></div><p> +<div class='image'><img src="../images/ptqtsh.png"/></div><p> </p> <hr /> <h1><a name="known_limitations">Known Limitations</a></h1> @@ -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. </dd> diff --git a/doc/fr/PerlQt.pod b/doc/fr/PerlTQt.pod index 358a542..70161fa 100644 --- a/doc/fr/PerlQt.pod +++ b/doc/fr/PerlTQt.pod @@ -96,7 +96,7 @@ un sous-répertoire. make install -Cela installera PerlTQt, Puic et les utilitaires pqtsh et pqtapi. +Cela installera PerlTQt, Puic et les utilitaires ptqtsh et ptqtapi. Le lieu d'installation privilégié de SMOKE et de PUIC est le système de fichiers de KDE3. Si KDE3 n'est pas installé (ou que la variable TDEDIR n'est pas @@ -770,11 +770,11 @@ ou PerlTQt comprend également deux programmes pouvant vous aider à maîtriser l'API de TQt : -=head2 pqtapi +=head2 ptqtapi -pqtapi est un outil d'introspection en ligne de commande. +ptqtapi est un outil d'introspection en ligne de commande. - utilisation: pqtapi [-r <re>] [<class>] + utilisation: ptqtapi [-r <re>] [<class>] options: -r <re> : chercher les méthodes correspondant à l'expression régulière <re> @@ -784,18 +784,18 @@ pqtapi est un outil d'introspection en ligne de commande. ex: - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int) -=head2 pqtsh +=head2 ptqtsh -B<pqtsh> est un shell graphique permettant de tester l'API de manière interactive. +B<ptqtsh> est un shell graphique permettant de tester l'API de manière interactive. Un exemple dynamique est accessible dans l'entrée de menu C<Help-E<gt>Example>. =for html <br/> -<div class='image'><img src="../images/pqtsh.png"/></div> +<div class='image'><img src="../images/ptqtsh.png"/></div> =head1 Limitations diff --git a/doc/fr/index.html b/doc/fr/index.html index 2475849..4612648 100644 --- a/doc/fr/index.html +++ b/doc/fr/index.html @@ -48,8 +48,8 @@ <li><a href="#autres_outils_de_développement">Autres outils de développement</a></li> <ul> - <li><a href="#pqtapi">pqtapi</a></li> - <li><a href="#pqtsh">pqtsh</a></li> + <li><a href="#ptqtapi">ptqtapi</a></li> + <li><a href="#ptqtsh">ptqtsh</a></li> </ul> <li><a href="#limitations">Limitations</a></li> @@ -150,7 +150,7 @@ un sous-répertoire.</p> make</pre> <pre> make install</pre> -<p>Cela installera PerlTQt, Puic et les utilitaires pqtsh et pqtapi.</p> +<p>Cela installera PerlTQt, Puic et les utilitaires ptqtsh et ptqtapi.</p> <p>Le lieu d'installation privilégié de SMOKE et de PUIC est le système de fichiers de KDE3. Si KDE3 n'est pas installé (ou que la variable TDEDIR n'est pas définie), spécifier ce lieu avec l'option <code>--prefix</code> de <code>configure</code>'s. Ainsi :</p> @@ -701,10 +701,10 @@ manuellement form1.ui puisqu'il serait écrasé)</p> <p>PerlTQt comprend également deux programmes pouvant vous aider à maîtriser l'API de TQt :</p> <p> </p> -<h2><a name="pqtapi">pqtapi</a></h2> -<p>pqtapi est un outil d'introspection en ligne de commande.</p> +<h2><a name="ptqtapi">ptqtapi</a></h2> +<p>ptqtapi est un outil d'introspection en ligne de commande.</p> <pre> - utilisation: pqtapi [-r <re>] [<class>]</pre> + utilisation: ptqtapi [-r <re>] [<class>]</pre> <pre> options: -r <re> : chercher les méthodes correspondant à l'expression régulière <re> @@ -713,16 +713,16 @@ manuellement form1.ui puisqu'il serait écrasé)</p> -h : afficher ce message d'aide</pre> <p>ex:</p> <pre> - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int)</pre> <p> </p> -<h2><a name="pqtsh">pqtsh</a></h2> -<p><strong>pqtsh</strong> est un shell graphique permettant de tester l'API de manière interactive. +<h2><a name="ptqtsh">ptqtsh</a></h2> +<p><strong>ptqtsh</strong> est un shell graphique permettant de tester l'API de manière interactive. Un exemple dynamique est accessible dans l'entrée de menu <code>Help->Example</code>.</p> <br/> -<div class='image'><img src="../images/pqtsh.png"/></div><p> +<div class='image'><img src="../images/ptqtsh.png"/></div><p> </p> <hr /> <h1><a name="limitations">Limitations</a></h1> diff --git a/doc/images/pqtsh.png b/doc/images/ptqtsh.png Binary files differindex 7ed5350..7ed5350 100644 --- a/doc/images/pqtsh.png +++ b/doc/images/ptqtsh.png |
