diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
commit | 4e997a9c6e25689dca65a2ec573a599699ef8170 (patch) | |
tree | fdb5ecac42fb8204df9fc8c9abe1c784d4719e0e /PerlQt/Qt.pod | |
parent | bfa107694b2507a7116f8856cafe4ab1375da8a9 (diff) | |
download | libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.tar.gz libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.zip |
Initial TQt conversion
Diffstat (limited to 'PerlQt/Qt.pod')
-rw-r--r-- | PerlQt/Qt.pod | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/PerlQt/Qt.pod b/PerlQt/Qt.pod index 94503ba..2feceeb 100644 --- a/PerlQt/Qt.pod +++ b/PerlQt/Qt.pod @@ -1,11 +1,11 @@ =head1 NAME -PerlQt - Perl interface to the Qt GUI Widget toolkit +PerlTQt - Perl interface to the TQt GUI Widget toolkit -=head1 Qt +=head1 TQt -Given the huge size of the Qt module +Given the huge size of the TQt module (more than 400 classes and 13000 methods) it doesn't have any formal documentation. @@ -15,17 +15,17 @@ Instead, it provides two introspection tools =item * pqtapi: -a command line PerlQt API introspector +a command line PerlTQt API introspector =item * pqtsh: -a graphical PerlQt shell +a graphical PerlTQt shell =back and a detailed B<tutorial> with comprehensive explanations. -This is where anyone new to PerlQt +This is where anyone new to PerlTQt should start. The tutorial has been originally installed @@ -35,8 +35,8 @@ B<HTML> format. For a complete IDE allowing RAD and visual programming, check the pqt-designer package. ---- The PerlQt team +--- The PerlTQt team -http://perlqt.sf.net - PerlQt Project Homepage +http://perlqt.sf.net - PerlTQt Project Homepage =cut |